Package org.eclnt.jsfserver.util
Class ListSorterUI5Wrapper<CLASS>
java.lang.Object
org.eclnt.jsfserver.util.ListSorterUI5Wrapper<CLASS>
Wraps an instance of
ListSorterOneAttribute
and provides the functions
to directly plug the sorter to some UI5/JSF based processing.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDynamic map for accessing the STYLESEQ information for a certain attribute.void
onSortAction
(javax.faces.event.ActionEvent event) Executing the sorting.
-
Constructor Details
-
ListSorterUI5Wrapper
-
-
Method Details
-
getStyles
Dynamic map for accessing the STYLESEQ information for a certain attribute.- Returns:
- "ccSort;ccSortDefault" for unsorted attributes, "ccSort;ccSortAscending" if sorted in ascending direction "ccSort;ccSortDescending" if sorted in descending direction
-
onSortAction
public void onSortAction(javax.faces.event.ActionEvent event) Executing the sorting. The attribute to use for sorting is passed via the REFERENCE of the corresponding component.
-