Uses of Class
org.wicketstuff.datatables.Sort.Direction
-
Packages that use Sort.Direction Package Description org.wicketstuff.datatables -
-
Uses of Sort.Direction in org.wicketstuff.datatables
Methods in org.wicketstuff.datatables that return Sort.Direction Modifier and Type Method Description static Sort.Direction
Sort.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sort.Direction[]
Sort.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.wicketstuff.datatables with parameters of type Sort.Direction Constructor Description Sort(int column, Sort.Direction direction)
-