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
,IClusterable
Represents sorting information of a property
- Author:
- Igor Vaynberg ( ivaynberg )
- See Also:
-
Constructor Details
-
SortParam
- Parameters:
property
- sort propertyascending
-true
if sort order is ascending,
false
if sort order is descending
-
-
Method Details