Class SelectionFeature
java.lang.Object
org.primefaces.component.datatable.feature.SelectionFeature
- All Implemented Interfaces:
DataTableFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voiddecodeMultipleSelection(javax.faces.context.FacesContext context, DataTable table, Set<String> rowKeys) voiddecodeSelection(javax.faces.context.FacesContext context, DataTable table, Set<String> rowKeys) voiddecodeSelectionRowKeys(javax.faces.context.FacesContext context, DataTable table) protected voiddecodeSingleSelection(javax.faces.context.FacesContext context, DataTable table, Set<String> rowKeys) protected booleanprotected voidsetSelection(javax.faces.context.FacesContext context, DataTable table, boolean multiple, List<Object> selected, Set<String> rowKeys) booleanshouldDecode(javax.faces.context.FacesContext context, DataTable table) booleanshouldEncode(javax.faces.context.FacesContext context, DataTable table) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.primefaces.component.datatable.feature.DataTableFeature
encode
-
Constructor Details
-
SelectionFeature
public SelectionFeature()
-
-
Method Details
-
decode
- Specified by:
decodein interfaceDataTableFeature
-
decodeSelection
-
decodeSelectionRowKeys
-
decodeSingleSelection
-
decodeMultipleSelection
-
shouldDecode
- Specified by:
shouldDecodein interfaceDataTableFeature
-
shouldEncode
- Specified by:
shouldEncodein interfaceDataTableFeature
-
isSelectable
-
setSelection
-