Class SORTImpl<C extends IComponent<C>>

    • Constructor Detail

      • SORTImpl

        public SORTImpl​(C context)
    • Method Detail

      • ascending

        public boolean ascending​(String attr)
        Description copied from interface: SORT
        Sort the selection ascending by the attribute specified.
        Specified by:
        ascending in interface SORT
        Parameters:
        attr - the attribute to sort by
        Returns:
        true
      • descending

        public boolean descending​(String attr)
        Description copied from interface: SORT
        Sort the selection descending by the attribute specified.
        Specified by:
        descending in interface SORT
        Parameters:
        attr - the attribute to sort by
        Returns:
        true