|
||||||||||
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
javax.faces.component.UIColumn
org.openfaces.component.table.BaseColumn
org.openfaces.component.table.Column
public class Column
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
Column()
|
Method Summary | |
---|---|
java.lang.String |
getFamily()
|
javax.el.ValueExpression |
getSortingComparatorBinding()
|
javax.el.ValueExpression |
getSortingExpression()
|
javax.faces.component.UIComponent |
getSubHeader()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setSortingComparatorExpression(javax.el.ValueExpression sortingComparatorBinding)
|
void |
setSortingExpression(javax.el.ValueExpression sortingExpression)
|
void |
setSubHeader(javax.faces.component.UIComponent component)
|
Methods inherited from class javax.faces.component.UIColumn |
---|
getFooter, getHeader, setFooter, setHeader |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processValidators, queueEvent, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public Column()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIColumn
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class BaseColumn
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class BaseColumn
public javax.el.ValueExpression getSortingExpression()
public void setSortingExpression(javax.el.ValueExpression sortingExpression)
public javax.el.ValueExpression getSortingComparatorBinding()
public void setSortingComparatorExpression(javax.el.ValueExpression sortingComparatorBinding)
public javax.faces.component.UIComponent getSubHeader()
public void setSubHeader(javax.faces.component.UIComponent component)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |