public class

CreateComponentUtils

extends Object
java.lang.Object
   ↳ org.apache.myfaces.tobago.util.CreateComponentUtils

Summary

Public Constructors
CreateComponentUtils()
Public Methods
static LayoutManager createAndInitLayout(FacesContext facesContext, String componentType, String rendererType, UIComponent parent)
static AbstractUIColumn createColumn(String label, String sortable, String align)
static AbstractUIColumn createColumn(String label, String sortable, String align, String clientId)
static AbstractUIColumn createColumn(String label, String sortable, String align, UIComponent child)
static AbstractUIColumn createColumn(String label, String sortable, String align, UIComponent child, String clientId)
static UIComponent createComponent(String componentType, String rendererType)
static UIComponent createComponent(String componentType, String rendererType, String clientId)
static UIComponent createComponent(FacesContext facesContext, String componentType, String rendererType)
static UIComponent createComponent(FacesContext facesContext, String componentType, String rendererType, String clientId)
static AbstractUIColumn createTextColumn(String label, String sortable, String align, String value)
static AbstractUIColumn createTextColumn(String label, String sortable, String align, String value, String clientId)
static UIMenuSelectOne createUIMenuSelectOneFacet(FacesContext facesContext, UICommand command)
static UIMenuSelectOne createUIMenuSelectOneFacet(FacesContext facesContext, UICommand command, String clientId)
static UIComponent createUISelectBooleanFacet(FacesContext facesContext, UICommand command)
static AbstractUISelectBooleanCheckbox createUISelectBooleanFacet(FacesContext facesContext, UICommand command, String clientId)
static AbstractUISelectBooleanCheckbox createUISelectBooleanFacetWithId(FacesContext facesContext, UICommand command)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CreateComponentUtils ()

Public Methods

public static LayoutManager createAndInitLayout (FacesContext facesContext, String componentType, String rendererType, UIComponent parent)

public static AbstractUIColumn createColumn (String label, String sortable, String align)

public static AbstractUIColumn createColumn (String label, String sortable, String align, String clientId)

public static AbstractUIColumn createColumn (String label, String sortable, String align, UIComponent child)

public static AbstractUIColumn createColumn (String label, String sortable, String align, UIComponent child, String clientId)

public static UIComponent createComponent (String componentType, String rendererType)

public static UIComponent createComponent (String componentType, String rendererType, String clientId)

public static UIComponent createComponent (FacesContext facesContext, String componentType, String rendererType)

public static UIComponent createComponent (FacesContext facesContext, String componentType, String rendererType, String clientId)

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)

public static UIMenuSelectOne createUIMenuSelectOneFacet (FacesContext facesContext, UICommand command)

public static UIMenuSelectOne createUIMenuSelectOneFacet (FacesContext facesContext, UICommand command, String clientId)

public static UIComponent createUISelectBooleanFacet (FacesContext facesContext, UICommand command)

public static AbstractUISelectBooleanCheckbox createUISelectBooleanFacet (FacesContext facesContext, UICommand command, String clientId)

public static AbstractUISelectBooleanCheckbox createUISelectBooleanFacetWithId (FacesContext facesContext, UICommand command)