public class Group extends UIData
Modifier and Type | Class and Description |
---|---|
protected static class |
Group.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
Group() |
Modifier and Type | Method and Description |
---|---|
protected javax.faces.model.DataModel |
getDataModel()
Override getDataModel to group the list
|
String |
getFamily() |
String |
getGroupBy() |
String |
getItemSortField() |
javax.el.MethodExpression |
getItemSortFunction() |
String |
getItemSortOrder() |
String |
getRowIndexVar() |
String |
getSortField() |
javax.el.MethodExpression |
getSortFunction() |
String |
getSortOrder() |
void |
setAttribute(Group.PropertyKeys property,
Object value) |
protected void |
setDataModel(javax.faces.model.DataModel dataModel) |
void |
setGroupBy(String field) |
void |
setItemSortField(String field) |
void |
setItemSortFunction(javax.el.MethodExpression _itemSortFunction) |
void |
setItemSortOrder(String field) |
void |
setRowIndexVar(String rowIndexVar) |
void |
setSortField(String field) |
void |
setSortFunction(javax.el.MethodExpression _sortFunction) |
void |
setSortOrder(String field) |
findParentNamingContainer, findParentUniqueIdVendor, getClientId, getContainerClientId, getIterableChildren, getRowIndex, process, processChildren, processColumnFacets, processDecodes, processFacets, processPhase, processUpdates, processValidators, requiresColumns, restoreDescendantState, restoreDescendantState, saveDescendantState, saveDescendantState, setId, setRowIndex, setRowModel, shouldSkipChildren, shouldVisitChildren, shouldVisitRows, visitColumnContent, visitColumnFacets, visitColumnGroup, visitColumnsAndColumnFacets, visitFacets, visitRows, visitTree
broadcast, createUniqueId, encodeBegin, getFirst, getFooter, getHeader, getRowCount, getRowData, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, queueEvent, setFirst, setFooter, setHeader, setRows, setValue, setValueBinding, setValueExpression, setVar
addClientBehavior, addFacesListener, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, markInitialState, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setParent, setRendered, setRendererType, setTransient
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEvent
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIData
protected javax.faces.model.DataModel getDataModel()
getDataModel
in class UIData
protected void setDataModel(javax.faces.model.DataModel dataModel)
setDataModel
in class UIData
public String getSortField()
public void setSortField(String field)
public String getSortOrder()
public void setSortOrder(String field)
public String getItemSortField()
public void setItemSortField(String field)
public String getItemSortOrder()
public void setItemSortOrder(String field)
public String getGroupBy()
public void setGroupBy(String field)
public String getRowIndexVar()
getRowIndexVar
in class UIData
public void setRowIndexVar(String rowIndexVar)
setRowIndexVar
in class UIData
public javax.el.MethodExpression getSortFunction()
public void setSortFunction(javax.el.MethodExpression _sortFunction)
public javax.el.MethodExpression getItemSortFunction()
public void setItemSortFunction(javax.el.MethodExpression _itemSortFunction)
public void setAttribute(Group.PropertyKeys property, Object value)
Copyright © 2015. All rights reserved.