|
||||||||||
| 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(javax.faces.context.FacesContext facesContext,
String componentType,
String rendererType,
javax.faces.component.UIComponent parent)
|
static AbstractUIColumn |
createColumn(String label,
String sortable,
String align)
Deprecated. |
static AbstractUIColumn |
createColumn(String label,
String sortable,
String align,
String clientId)
|
static AbstractUIColumn |
createColumn(String label,
String sortable,
String align,
javax.faces.component.UIComponent child)
Deprecated. |
static AbstractUIColumn |
createColumn(String label,
String sortable,
String align,
javax.faces.component.UIComponent child,
String clientId)
|
static javax.faces.component.UIComponent |
createComponent(javax.faces.context.FacesContext facesContext,
String componentType,
String rendererType)
Deprecated. |
static javax.faces.component.UIComponent |
createComponent(javax.faces.context.FacesContext facesContext,
String componentType,
String rendererType,
String clientId)
|
static javax.faces.component.UIComponent |
createComponent(String componentType,
String rendererType)
Deprecated. |
static javax.faces.component.UIComponent |
createComponent(String componentType,
String rendererType,
String clientId)
|
static AbstractUIColumn |
createTextColumn(String label,
String sortable,
String align,
String value)
Deprecated. |
static AbstractUIColumn |
createTextColumn(String label,
String sortable,
String align,
String value,
String clientId)
|
static UIMenuSelectOne |
createUIMenuSelectOneFacet(javax.faces.context.FacesContext facesContext,
javax.faces.component.UICommand command)
Deprecated. |
static UIMenuSelectOne |
createUIMenuSelectOneFacet(javax.faces.context.FacesContext facesContext,
javax.faces.component.UICommand command,
String clientId)
|
static javax.faces.component.UIComponent |
createUISelectBooleanFacet(javax.faces.context.FacesContext facesContext,
javax.faces.component.UICommand command)
Deprecated. |
static AbstractUISelectBooleanCheckbox |
createUISelectBooleanFacet(javax.faces.context.FacesContext facesContext,
javax.faces.component.UICommand command,
String clientId)
|
static AbstractUISelectBooleanCheckbox |
createUISelectBooleanFacetWithId(javax.faces.context.FacesContext facesContext,
javax.faces.component.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 javax.faces.component.UIComponent createComponent(String componentType,
String rendererType)
public static javax.faces.component.UIComponent createComponent(String componentType,
String rendererType,
String clientId)
@Deprecated
public static javax.faces.component.UIComponent createComponent(javax.faces.context.FacesContext facesContext,
String componentType,
String rendererType)
public static javax.faces.component.UIComponent createComponent(javax.faces.context.FacesContext facesContext,
String componentType,
String rendererType,
String clientId)
@Deprecated
public static AbstractUIColumn createTextColumn(String label,
String sortable,
String align,
String value)
public static AbstractUIColumn createTextColumn(String label,
String sortable,
String align,
String value,
String clientId)
@Deprecated
public static AbstractUIColumn createColumn(String label,
String sortable,
String align,
javax.faces.component.UIComponent child)
public static AbstractUIColumn createColumn(String label,
String sortable,
String align,
javax.faces.component.UIComponent child,
String clientId)
@Deprecated
public static AbstractUIColumn createColumn(String label,
String sortable,
String align)
public static AbstractUIColumn createColumn(String label,
String sortable,
String align,
String clientId)
@Deprecated
public static UIMenuSelectOne createUIMenuSelectOneFacet(javax.faces.context.FacesContext facesContext,
javax.faces.component.UICommand command)
public static UIMenuSelectOne createUIMenuSelectOneFacet(javax.faces.context.FacesContext facesContext,
javax.faces.component.UICommand command,
String clientId)
@Deprecated
public static javax.faces.component.UIComponent createUISelectBooleanFacet(javax.faces.context.FacesContext facesContext,
javax.faces.component.UICommand command)
public static AbstractUISelectBooleanCheckbox createUISelectBooleanFacetWithId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UICommand command)
public static AbstractUISelectBooleanCheckbox createUISelectBooleanFacet(javax.faces.context.FacesContext facesContext,
javax.faces.component.UICommand command,
String clientId)
public static LayoutManager createAndInitLayout(javax.faces.context.FacesContext facesContext,
String componentType,
String rendererType,
javax.faces.component.UIComponent parent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||