public abstract class AbstractColumnGroup extends javax.faces.component.UIPanel implements Row, Column
The <rich:columnGroup> component combines multiple columns in a single row to organize complex parts of a table. The resulting effect is similar to using the breakRowBefore attribute of the <rich:column> component, but is clearer and easier to follow in the source code.
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
AbstractColumnGroup() |
Modifier and Type | Method and Description |
---|---|
Iterator<javax.faces.component.UIComponent> |
columns()
Get iterator for all columns contained in this row.
|
void |
setBreakBefore(boolean newBreakBefore) |
void |
setRowKey(javax.faces.context.FacesContext context,
Object rowKey) |
void |
walk(javax.faces.context.FacesContext context,
DataVisitor visitor,
Object argument) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public Iterator<javax.faces.component.UIComponent> columns()
Row
public void setBreakBefore(boolean newBreakBefore)
public void setRowKey(javax.faces.context.FacesContext context, Object rowKey)
public void walk(javax.faces.context.FacesContext context, DataVisitor visitor, Object argument)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.