|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
org.alfresco.web.ui.common.component.data.UIColumn
public class UIColumn
Constructor Summary | |
---|---|
UIColumn()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class javax.faces.component.UIComponentBase |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIColumn()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIComponent
UIComponent.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.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.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 row
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |