Class ListSorterUI5Wrapper<CLASS>

java.lang.Object
org.eclnt.jsfserver.util.ListSorterUI5Wrapper<CLASS>

public class ListSorterUI5Wrapper<CLASS> extends Object
Wraps an instance of ListSorterOneAttribute and provides the functions to directly plug the sorter to some UI5/JSF based processing.
  • Constructor Details

  • Method Details

    • getStyles

      public ListSorterUI5Wrapper<CLASS>.StyleSeqMap 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.