Class SortFeature
java.lang.Object
org.primefaces.component.datatable.feature.SortFeature
- All Implemented Interfaces:
DataTableFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidencode(javax.faces.context.FacesContext context, DataTableRenderer renderer, DataTable table) protected <T> List<T>resolveList(Object value) booleanshouldDecode(javax.faces.context.FacesContext context, DataTable table) booleanshouldEncode(javax.faces.context.FacesContext context, DataTable table) void
-
Constructor Details
-
SortFeature
public SortFeature()
-
-
Method Details
-
decode
- Specified by:
decodein interfaceDataTableFeature
-
encode
public void encode(javax.faces.context.FacesContext context, DataTableRenderer renderer, DataTable table) throws IOException - Specified by:
encodein interfaceDataTableFeature- Throws:
IOException
-
sort
-
shouldDecode
- Specified by:
shouldDecodein interfaceDataTableFeature
-
shouldEncode
- Specified by:
shouldEncodein interfaceDataTableFeature
-
resolveList
-