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