|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.tobago.util.CreateComponentUtils
public class CreateComponentUtils
| Constructor Summary | |
|---|---|
CreateComponentUtils()
|
|
| Method Summary | |
|---|---|
static LayoutManager |
createAndInitLayout(FacesContext facesContext,
String componentType,
String rendererType,
UIComponent parent)
|
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn |
createColumn(String label,
String sortable,
String align)
Deprecated. |
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn |
createColumn(String label,
String sortable,
String align,
String clientId)
|
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn |
createColumn(String label,
String sortable,
String align,
UIComponent child)
Deprecated. |
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn |
createColumn(String label,
String sortable,
String align,
UIComponent child,
String clientId)
|
static UIComponent |
createComponent(FacesContext facesContext,
String componentType,
String rendererType)
Deprecated. |
static UIComponent |
createComponent(FacesContext facesContext,
String componentType,
String rendererType,
String clientId)
|
static UIComponent |
createComponent(String componentType,
String rendererType)
Deprecated. |
static UIComponent |
createComponent(String componentType,
String rendererType,
String clientId)
|
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn |
createTextColumn(String label,
String sortable,
String align,
String value)
Deprecated. |
static org.apache.myfaces.tobago.internal.component.AbstractUIColumn |
createTextColumn(String label,
String sortable,
String align,
String value,
String clientId)
|
static UIMenuSelectOne |
createUIMenuSelectOneFacet(FacesContext facesContext,
UICommand command)
Deprecated. |
static UIMenuSelectOne |
createUIMenuSelectOneFacet(FacesContext facesContext,
UICommand command,
String clientId)
|
static UIComponent |
createUISelectBooleanFacet(FacesContext facesContext,
UICommand command)
Deprecated. |
static org.apache.myfaces.tobago.internal.component.AbstractUISelectBooleanCheckbox |
createUISelectBooleanFacet(FacesContext facesContext,
UICommand command,
String clientId)
|
static org.apache.myfaces.tobago.internal.component.AbstractUISelectBooleanCheckbox |
createUISelectBooleanFacetWithId(FacesContext facesContext,
UICommand command)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateComponentUtils()
| Method Detail |
|---|
@Deprecated
public static UIComponent createComponent(String componentType,
String rendererType)
public static UIComponent createComponent(String componentType,
String rendererType,
String clientId)
@Deprecated
public static UIComponent createComponent(FacesContext facesContext,
String componentType,
String rendererType)
public static UIComponent createComponent(FacesContext facesContext,
String componentType,
String rendererType,
String clientId)
@Deprecated
public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createTextColumn(String label,
String sortable,
String align,
String value)
public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createTextColumn(String label,
String sortable,
String align,
String value,
String clientId)
@Deprecated
public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label,
String sortable,
String align,
UIComponent child)
public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label,
String sortable,
String align,
UIComponent child,
String clientId)
@Deprecated
public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label,
String sortable,
String align)
public static org.apache.myfaces.tobago.internal.component.AbstractUIColumn createColumn(String label,
String sortable,
String align,
String clientId)
@Deprecated
public static UIMenuSelectOne createUIMenuSelectOneFacet(FacesContext facesContext,
UICommand command)
public static UIMenuSelectOne createUIMenuSelectOneFacet(FacesContext facesContext,
UICommand command,
String clientId)
@Deprecated
public static UIComponent createUISelectBooleanFacet(FacesContext facesContext,
UICommand command)
public static org.apache.myfaces.tobago.internal.component.AbstractUISelectBooleanCheckbox createUISelectBooleanFacetWithId(FacesContext facesContext,
UICommand command)
public static org.apache.myfaces.tobago.internal.component.AbstractUISelectBooleanCheckbox createUISelectBooleanFacet(FacesContext facesContext,
UICommand command,
String clientId)
public static LayoutManager createAndInitLayout(FacesContext facesContext,
String componentType,
String rendererType,
UIComponent parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||