Module org.apache.wicket.extensions
Class SortParam<T>
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,org.apache.wicket.util.io.IClusterable
Represents sorting information of a property
- Author:
- Igor Vaynberg ( ivaynberg )
- See Also:
-
Constructor Details
-
SortParam
- Parameters:
property- sort propertyascending-trueif sort order is ascending,falseif sort order is descending
-
-
Method Details