public class UIXColumn extends UIXComponentBase
Type | Phases | Description |
---|---|---|
org.apache.myfaces.trinidad.event.AttributeChangeEvent |
Invoke Application Apply Request Values |
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing. |
UIXComponentBase.ComponentSystemEventListenerWrapper
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
FOOTER_FACET |
static String |
HEADER_FACET |
static PropertyKey |
SORT_PROPERTY_KEY |
static String |
SORT_STRENGTH_IDENTICAL |
static PropertyKey |
SORT_STRENGTH_KEY |
static String |
SORT_STRENGTH_PRIMARY |
static String |
SORT_STRENGTH_SECONDARY |
static String |
SORT_STRENGTH_TERTIARY |
static FacesBean.Type |
TYPE |
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
Modifier | Constructor and Description |
---|---|
|
UIXColumn()
Construct an instance of the UIXColumn.
|
protected |
UIXColumn(String rendererType)
Construct an instance of the UIXColumn.
|
Modifier and Type | Method and Description |
---|---|
protected FacesBean.Type |
getBeanType() |
String |
getFamily() |
javax.faces.component.UIComponent |
getFooter()
the node to render as this column's footer.
|
javax.faces.component.UIComponent |
getHeader()
the node to use to render this column's header.
|
String |
getSortProperty()
Gets The property that is displayed by this Column.
|
String |
getSortStrength()
Gets The sorting strength for this column.
|
void |
processDecodes(javax.faces.context.FacesContext context)
Does not process the facets of this column.
|
void |
processUpdates(javax.faces.context.FacesContext context)
Does not process the facets of this column.
|
void |
processValidators(javax.faces.context.FacesContext context)
Does not process the facets of this column.
|
void |
setFooter(javax.faces.component.UIComponent footerFacet)
the node to render as this column's footer.
|
void |
setHeader(javax.faces.component.UIComponent headerFacet)
the node to use to render this column's header.
|
protected void |
setPartialTarget(javax.faces.context.FacesContext facesContext,
PartialPageContext partialContext)
When the column is being PPR-ed, we have to PPR the entire table
Note that this will work for the nested columns too because the parent column's
setPartialTarget() will in turn delegate to the table
|
void |
setSortProperty(String sortProperty)
Sets The property that is displayed by this Column.
|
void |
setSortStrength(String sortStrength)
Sets The sorting strength for this column.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getPassThroughAttributes, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
addPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
public static final String SORT_STRENGTH_PRIMARY
public static final String SORT_STRENGTH_SECONDARY
public static final String SORT_STRENGTH_TERTIARY
public static final String SORT_STRENGTH_IDENTICAL
public static final FacesBean.Type TYPE
public static final PropertyKey SORT_PROPERTY_KEY
public static final PropertyKey SORT_STRENGTH_KEY
public static final String HEADER_FACET
public static final String FOOTER_FACET
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public UIXColumn()
protected UIXColumn(String rendererType)
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class UIXComponentBase
public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class UIXComponentBase
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class UIXComponentBase
protected void setPartialTarget(javax.faces.context.FacesContext facesContext, PartialPageContext partialContext)
setPartialTarget
in class UIXComponent
facesContext
- the faces contextpartialContext
- the partial page contextpublic final javax.faces.component.UIComponent getHeader()
public final void setHeader(javax.faces.component.UIComponent headerFacet)
public final javax.faces.component.UIComponent getFooter()
public final void setFooter(javax.faces.component.UIComponent footerFacet)
public final String getSortProperty()
public final void setSortProperty(String sortProperty)
sortProperty
- the new sortProperty valuepublic final String getSortStrength()
public final void setSortStrength(String sortStrength)
sortStrength
- the new sortStrength valuepublic String getFamily()
getFamily
in class UIXComponentBase
protected FacesBean.Type getBeanType()
getBeanType
in class UIXComponentBase
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.