com.vaadin.data.sort.

Class SortOrder

    • Constructor Detail

      • SortOrder

        public SortOrder(Object propertyId,
                         SortDirection direction)

        Create a SortOrder object. Both arguments must be non-null.

        Parameters:

        propertyId - id of the data source property to sort by

        direction - value indicating whether the property id should be sorted in ascending or descending order

    • Method Detail

      • getPropertyId

        public Object getPropertyId()

        Returns the property ID.

        Returns:

        a property ID

      • hashCode

        public int hashCode()

        Overrides:

        hashCode in class Object