public abstract class UIDataTable
extends org.ajax4jsf.component.SequenceDataAdaptor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIDataTable() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<javax.faces.component.UIComponent> |
columns() |
protected org.ajax4jsf.model.ExtendedDataModel |
createDataModel() |
java.util.Iterator<javax.faces.component.UIComponent> |
dataChildren() |
java.util.Iterator<javax.faces.component.UIComponent> |
fixedChildren() |
abstract java.lang.String |
getSortMode() |
java.util.Collection<java.lang.Object> |
getSortPriority() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
abstract void |
setSortMode(java.lang.String sortMode) |
void |
setSortPriority(java.util.Collection<java.lang.Object> sortPriority) |
createComponentState, getDataModel, setDataModel
addAjaxKeyEvent, addRequestKey, beforeRenderResponse, broadcast, broadcastLocal, captureOrigValue, captureOrigValue, clearRequestKeysSet, containsRequestKey, encodeAjaxChild, encodeBegin, extractKeySegment, getAjaxKeys, getAllAjaxKeys, getBaseClientId, getChildrenRenderer, getChildState, getClientId, getComponentState, getEncodedIds, getExtendedDataModel, getRowCount, getRowData, getRowIndex, getRowKey, getRowKeyConverter, getRowKeyVar, getStateVar, getValue, invocableChildren, invokeOnComponent, isRowAvailable, iterate, keepSaved, processDecodes, processDecodes, processUpdates, processUpdates, processValidators, processValidators, queueEvent, removeRequestKey, resetComponent, resetDataModel, restoreChildState, restoreOrigValue, restoreOrigValue, saveChildState, setAjaxKeys, setComponentState, setExtendedDataModel, setId, setParent, setRowIndex, setRowKey, setRowKey, setRowKeyConverter, setRowKeyVar, setStateVar, setupVariable, setValue, walk
getFamily, getFirst, getFooter, getHeader, getRows, getVar, setFirst, setFooter, setHeader, setRows, setValueBinding, setValueExpression, setVar
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
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public java.util.Iterator<javax.faces.component.UIComponent> dataChildren()
dataChildren
in class org.ajax4jsf.component.UIDataAdaptor
public java.util.Iterator<javax.faces.component.UIComponent> fixedChildren()
fixedChildren
in class org.ajax4jsf.component.UIDataAdaptor
public java.util.Iterator<javax.faces.component.UIComponent> columns()
protected org.ajax4jsf.model.ExtendedDataModel createDataModel()
createDataModel
in class org.ajax4jsf.component.SequenceDataAdaptor
public java.util.Collection<java.lang.Object> getSortPriority()
public void setSortPriority(java.util.Collection<java.lang.Object> sortPriority)
public abstract java.lang.String getSortMode()
public abstract void setSortMode(java.lang.String sortMode)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class org.ajax4jsf.component.UIDataAdaptor
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class org.ajax4jsf.component.UIDataAdaptor
Copyright © 2015. All Rights Reserved.