|
RichFaces UI Components: Iteration UI 4.2.0.Final | |||||||||
| 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
org.richfaces.component.UIDataAdaptor
org.richfaces.component.UISequence
org.richfaces.component.UIDataTableBase
org.richfaces.component.AbstractExtendedDataTable
public abstract class AbstractExtendedDataTable
| Nested Class Summary | |
|---|---|
protected static class |
AbstractExtendedDataTable.PropertyKeys
|
| Nested classes/interfaces inherited from class org.richfaces.component.UIDataAdaptor |
|---|
org.richfaces.component.UIDataAdaptor.ComponentVisitor |
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
OLD_CLIENT_FIRST
|
static String |
SCROLL
|
static String |
SUBMITTED_CLIENT_FIRST
|
| Fields inherited from class org.richfaces.component.UIDataTableBase |
|---|
BODY, FOOTER, FOOTER_FACET_NAME, HEADER, HEADER_FACET_NAME, NODATA_FACET_NAME |
| Fields inherited from class org.richfaces.component.UIDataAdaptor |
|---|
decodeVisitor, updateVisitor, validateVisitor |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Fields inherited from interface org.richfaces.component.MetaComponentResolver |
|---|
META_COMPONENT_SEPARATOR_CHAR |
| Fields inherited from interface javax.faces.component.NamingContainer |
|---|
SEPARATOR_CHAR |
| Constructor Summary | |
|---|---|
AbstractExtendedDataTable()
|
|
| Method Summary | |
|---|---|
void |
encodeMetaComponent(javax.faces.context.FacesContext context,
String metaComponentId)
|
protected int |
getActualFirst()
|
protected int |
getActualRows()
|
int |
getClientFirst()
|
int |
getClientRows()
|
abstract int |
getFrozenColumns()
|
abstract String |
getOnbeforeselectionchange()
|
abstract String |
getOnselectionchange()
|
abstract Collection<Object> |
getSelection()
|
abstract org.richfaces.model.SelectionMode |
getSelectionMode()
|
abstract String |
getStyleClass()
|
String |
resolveClientId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent contextComponent,
String metaComponentId)
|
void |
setClientFirst(int clientFirst)
|
void |
setClientRows(int clientRows)
|
void |
setFirst(int first)
|
void |
setValueBinding(String name,
javax.faces.el.ValueBinding binding)
|
void |
setValueExpression(String name,
javax.el.ValueExpression binding)
|
protected boolean |
visitDataChildren(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback,
boolean visitRows)
|
| Methods inherited from class org.richfaces.component.UISequence |
|---|
captureOrigValue, createComponentState, createFacesModel, getFirst, getIterationStatusVar, getRelativeClientId, getRelativeRowIndex, getRowIndex, getRowKeyConverter, getRows, getValue, preEncodeBegin, restoreOrigValue, setIterationStatusVar, setRows, setupVariable, setValue, updateState, updateState |
| Methods inherited from class org.richfaces.component.UIDataAdaptor |
|---|
allFixedChildren, broadcast, clearInitialState, createUniqueId, doUpdate, extractKeySegment, getComponentState, getContainerClientId, getContainerClientId, getExtendedDataModel, getFamily, getIterationState, getLocalComponentState, getRowCount, getRowData, getRowKey, getRowKeyVar, getStateVar, getVar, getVariablesMap, invokeOnComponent, invokeOnRow, isKeepSaved, isListenerForSource, isRowAvailable, iterate, keepSaved, markInitialState, preDecode, preUpdate, preValidate, processDecodes, processDecodesChildren, processEvent, processEvent, processUpdates, processUpdatesChildren, processValidatesChildren, processValidators, resetChildState, resetDataModel, restoreChildState, restoreState, saveChildState, saveChildState, saveState, setExtendedDataModel, setId, setIterationState, setKeepSaved, setRowKey, setRowKey, setRowKeyConverter, setRowKeyVar, setStateVar, setVar, visitDataChildrenMetaComponents, visitTree, walk, wrapEvent |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, restoreTransientState, saveTransientState, setInView |
| 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.MetaComponentResolver |
|---|
substituteUnresolvedClientId |
| Methods inherited from interface org.richfaces.component.Row |
|---|
setRowKey, walk |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String SCROLL
public static final String SUBMITTED_CLIENT_FIRST
public static final String OLD_CLIENT_FIRST
| Constructor Detail |
|---|
public AbstractExtendedDataTable()
| Method Detail |
|---|
public abstract int getFrozenColumns()
public abstract String getStyleClass()
public abstract org.richfaces.model.SelectionMode getSelectionMode()
public abstract String getOnselectionchange()
public abstract String getOnbeforeselectionchange()
public String resolveClientId(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent contextComponent,
String metaComponentId)
resolveClientId in interface org.richfaces.component.MetaComponentResolverresolveClientId in class UIDataTableBase
public void encodeMetaComponent(javax.faces.context.FacesContext context,
String metaComponentId)
throws IOException
encodeMetaComponent in interface org.richfaces.component.MetaComponentEncoderencodeMetaComponent in class UIDataTableBaseIOException
protected boolean visitDataChildren(javax.faces.component.visit.VisitContext visitContext,
javax.faces.component.visit.VisitCallback callback,
boolean visitRows)
visitDataChildren in class UIDataTableBaseprotected int getActualFirst()
getActualFirst in class org.richfaces.component.UISequenceprotected int getActualRows()
getActualRows in class org.richfaces.component.UISequencepublic int getClientFirst()
public void setClientFirst(int clientFirst)
public void setFirst(int first)
setFirst in class org.richfaces.component.UISequencepublic int getClientRows()
public void setClientRows(int clientRows)
public void setValueBinding(String name,
javax.faces.el.ValueBinding binding)
setValueBinding in class org.richfaces.component.UISequence
public void setValueExpression(String name,
javax.el.ValueExpression binding)
setValueExpression in class org.richfaces.component.UISequencepublic abstract Collection<Object> getSelection()
|
RichFaces UI Components: Iteration UI 4.2.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||