Interface Sorting

    • Field Detail

      • DEFAULT_DIRECTION

        static final Direction DEFAULT_DIRECTION
    • Method Detail

      • and

        Sorting and​(Sorting sorting)
        Returns a new Sorting consisting of the Orders of the current Sorting combined with the given ones.
        Parameters:
        sorting - can be null.
        Returns:
        a new combined sort
      • getOrderFor

        Order getOrderFor​(String property)
        Returns the order registered for the given property.
        Parameters:
        property - given property
        Returns:
        the order registered for the given property