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)
|