public abstract class AbstractColumnGroup
extends javax.faces.component.UIPanel
implements org.richfaces.component.Row, org.richfaces.component.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() |
void |
setBreakBefore(boolean newBreakBefore) |
void |
setRowKey(javax.faces.context.FacesContext context,
Object rowKey) |
void |
walk(javax.faces.context.FacesContext context,
org.ajax4jsf.model.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, 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, 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()
columns
in interface org.richfaces.component.Row
public void setBreakBefore(boolean newBreakBefore)
public void setRowKey(javax.faces.context.FacesContext context, Object rowKey)
setRowKey
in interface org.richfaces.component.Row
public void walk(javax.faces.context.FacesContext context, org.ajax4jsf.model.DataVisitor visitor, Object argument)
walk
in interface org.richfaces.component.Row
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.