java.lang.Object
org.apache.wicket.extensions.markup.html.repeater.util.SortParam<T>
Type Parameters:
T - the type of the sort property
All Implemented Interfaces:
Serializable, IClusterable

public class SortParam<T> extends Object implements IClusterable
Represents sorting information of a property
Author:
Igor Vaynberg ( ivaynberg )
See Also:
  • Constructor Details

    • SortParam

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