Package org.wicketstuff.datatables
Class Sort
- java.lang.Object
-
- org.wicketstuff.datatables.Sort
-
- All Implemented Interfaces:
Serializable
public class Sort extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Sort.Direction
static class
Sort.SortSerializer
-
Constructor Summary
Constructors Constructor Description Sort(int column, Sort.Direction direction)
-
-
-
Constructor Detail
-
Sort
public Sort(int column, Sort.Direction direction)
-
-