public abstract class AbstractColumnGroup extends javax.faces.component.UIPanel implements Row, Column, RowColumnStyleProps
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.
|
String |
getColumnClasses()
Assigns one or more space-separated CSS class names to the columns of the table.
|
RowColumnStyleProps |
getParentTable() |
String |
getRowClasses()
Assigns one or more space-separated CSS class names to the rows of the table.
|
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, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, 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, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
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)
public String getColumnClasses()
RowColumnStyleProps
getColumnClasses
in interface RowColumnStyleProps
public String getRowClasses()
RowColumnStyleProps
getRowClasses
in interface RowColumnStyleProps
public RowColumnStyleProps getParentTable()
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.