Class SingleSortState<T>

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

    public class SingleSortState<T>
    extends Object
    implements ISortState<T>, org.apache.wicket.util.io.IClusterable
    Implementation of ISortState that can keep track of sort information for a single property.
    Author:
    Igor Vaynberg (ivaynberg)
    See Also:
    Serialized Form