public class UIColumn extends UIComponentBase
Constructor and Description |
---|
UIColumn() |
Modifier and Type | Method and Description |
---|---|
boolean |
getActions() |
String |
getFamily() |
UIComponent |
getFooter()
Return the UI Component to be used as the footer for this column
|
UIComponent |
getHeader()
Return the UI Component to be used as the header for this column
|
UIComponent |
getLargeIcon()
Return the UI Component to be used as the large icon for this column
|
boolean |
getPrimary() |
UIComponent |
getSmallIcon()
Return the UI Component to be used as the small icon for this column
|
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setActions(boolean actions) |
void |
setPrimary(boolean primary) |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public String getFamily()
getFamily
in class UIComponent
UIComponent.getFamily()
public UIComponent getHeader()
public UIComponent getFooter()
public UIComponent getLargeIcon()
public UIComponent getSmallIcon()
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UIComponentBase
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIComponentBase
StateHolder.saveState(javax.faces.context.FacesContext)
public boolean getPrimary()
public void setPrimary(boolean primary)
primary
- True if this is the primary column, false otherwisepublic boolean getActions()
public void setActions(boolean actions)
actions
- True if this is the column containing actions for the current rowCopyright © 2005–2017 Alfresco Software. All rights reserved.