T - the type of the sort propertypublic class SortParam<T> extends Object implements org.apache.wicket.util.io.IClusterable
| Constructor and Description |
|---|
SortParam(T property,
boolean ascending) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
getProperty() |
int |
hashCode() |
boolean |
isAscending()
check if sort order is ascending
|
String |
toString() |
public SortParam(T property, boolean ascending)
property - sort propertyascending - true if sort order is ascending, false if sort order is
descendingpublic T getProperty()
public boolean isAscending()
true if sort order is ascending, false if sort order is
descendingpublic String toString()
toString in class ObjectObject.toString()Copyright © 2006–2015 Apache Software Foundation. All rights reserved.