public class UIColumn
extends javax.faces.component.UIComponentBase
| Constructor and Description |
|---|
UIColumn() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActions() |
java.lang.String |
getFamily() |
javax.faces.component.UIComponent |
getFooter()
Return the UI Component to be used as the footer for this column
|
javax.faces.component.UIComponent |
getHeader()
Return the UI Component to be used as the header for this column
|
javax.faces.component.UIComponent |
getLargeIcon()
Return the UI Component to be used as the large icon for this column
|
boolean |
getPrimary() |
javax.faces.component.UIComponent |
getSmallIcon()
Return the UI Component to be used as the small icon for this column
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.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, setValueBindingpublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentUIComponent.getFamily()public javax.faces.component.UIComponent getHeader()
public javax.faces.component.UIComponent getFooter()
public javax.faces.component.UIComponent getLargeIcon()
public javax.faces.component.UIComponent getSmallIcon()
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseStateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBaseStateHolder.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 - 2010 Alfresco Software, Inc. All Rights Reserved.