Class SortParam<T>

  • Type Parameters:
    T - the type of the sort property
    All Implemented Interfaces:
    Serializable, org.apache.wicket.util.io.IClusterable

    public class SortParam<T>
    extends Object
    implements org.apache.wicket.util.io.IClusterable
    Represents sorting information of a property
    Author:
    Igor Vaynberg ( ivaynberg )
    See Also:
    Serialized Form
    • Constructor Detail

      • SortParam

        public SortParam​(T property,
                         boolean ascending)
        Parameters:
        property - sort property
        ascending - true if sort order is ascending, false if sort order is descending