|
||||||||||
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.UIData
org.ajax4jsf.component.UIDataAdaptor
org.ajax4jsf.component.SequenceDataAdaptor
org.richfaces.component.UIDataTable
org.richfaces.component.UISubTable
public abstract class UISubTable
JSF component class
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ajax4jsf.component.UIDataAdaptor |
---|
org.ajax4jsf.component.UIDataAdaptor.ComponentVisitor, org.ajax4jsf.component.UIDataAdaptor.IndexedEvent |
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class org.richfaces.component.UIDataTable |
---|
isAjaxSupport, isColumn, isNotColumn |
Fields inherited from class org.ajax4jsf.component.UIDataAdaptor |
---|
COMPONENT_STATE_ATTRIBUTE, decodeVisitor, EMPTY_MODEL, updateVisitor, validateVisitor |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
UISubTable()
|
Method Summary | |
---|---|
java.util.Iterator |
columns()
Get iterator for all columns contained in this row. |
java.lang.String |
getSortExpression()
|
boolean |
isBreakBefore()
|
void |
setBreakBefore(boolean newBreakBefore)
|
void |
setSortExpression(java.lang.String sortExpression)
|
Methods inherited from class org.richfaces.component.UIDataTable |
---|
createDataModel, dataChildren, fixedChildren, getSortMode, getSortPriority, restoreState, saveState, setSortMode, setSortPriority |
Methods inherited from class org.ajax4jsf.component.SequenceDataAdaptor |
---|
createComponentState, getDataModel, setDataModel |
Methods inherited from class org.ajax4jsf.component.UIDataAdaptor |
---|
addRequestKey, broadcast, broadcastLocal, captureOrigValue, captureOrigValue, clearRequestKeysSet, containsRequestKey, encodeAjaxChild, encodeBegin, getAjaxKeys, getAllAjaxKeys, getBaseClientId, getChildrenRenderer, getChildState, getClientId, getComponentState, getEncodedIds, getExtendedDataModel, getRowCount, getRowData, getRowIndex, getRowKey, getRowKeyVar, getStateVar, getValue, isRowAvailable, iterate, processDecodes, processDecodes, processUpdates, processUpdates, processValidators, processValidators, queueEvent, removeRequestKey, resetComponent, resetDataModel, restoreChildState, restoreOrigValue, restoreOrigValue, saveChildState, setAjaxKeys, setComponentState, setExtendedDataModel, setId, setParent, setRowIndex, setRowKey, setRowKey, setRowKeyVar, setStateVar, setupVariable, setValue, walk |
Methods inherited from class javax.faces.component.UIData |
---|
getFamily, getFirst, getFooter, getHeader, getRows, getVar, invokeOnComponent, setFirst, setFooter, setHeader, setRows, setValueBinding, setValueExpression, setVar |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setRendered, setRendererType, setTransient |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, getValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.richfaces.component.Column |
---|
getFilterMethod, getFilterValue, getSortOrder, isSelfSorted, isSortable, setFilterMethod, setFilterValue, setSelfSorted, setSortable, setSortOrder |
Methods inherited from interface org.richfaces.component.Sortable2 |
---|
getSortFields, setSortFields |
Methods inherited from interface org.richfaces.component.Filterable |
---|
getFilterFields, setFilterFields |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public UISubTable()
Method Detail |
---|
public boolean isBreakBefore()
isBreakBefore
in interface org.richfaces.component.Column
public void setBreakBefore(boolean newBreakBefore)
setBreakBefore
in interface org.richfaces.component.Column
public java.util.Iterator columns()
Row
columns
in interface Row
columns
in class UIDataTable
public java.lang.String getSortExpression()
getSortExpression
in interface org.richfaces.component.Column
public void setSortExpression(java.lang.String sortExpression)
setSortExpression
in interface org.richfaces.component.Column
sortExpression
- the sortExpression to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |