Uses of Class
org.apache.wicket.extensions.markup.html.repeater.data.sort.SortOrder
-
Packages that use SortOrder Package Description org.apache.wicket.extensions.markup.html.repeater.data.sort org.apache.wicket.extensions.markup.html.repeater.util -
-
Uses of SortOrder in org.apache.wicket.extensions.markup.html.repeater.data.sort
Methods in org.apache.wicket.extensions.markup.html.repeater.data.sort that return SortOrder Modifier and Type Method Description SortOrder
ISortState. getPropertySortOrder(S property)
Gets the sort order of a propertyprotected SortOrder
OrderByLink. nextSortOrder(SortOrder order)
returns the next sort order when changing itstatic SortOrder
SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortOrder[]
SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wicket.extensions.markup.html.repeater.data.sort with parameters of type SortOrder Modifier and Type Method Description protected SortOrder
OrderByLink. nextSortOrder(SortOrder order)
returns the next sort order when changing itvoid
ISortState. setPropertySortOrder(S property, SortOrder order)
Sets sort order of the property -
Uses of SortOrder in org.apache.wicket.extensions.markup.html.repeater.util
Methods in org.apache.wicket.extensions.markup.html.repeater.util that return SortOrder Modifier and Type Method Description SortOrder
SingleSortState. getPropertySortOrder(T property)
Methods in org.apache.wicket.extensions.markup.html.repeater.util with parameters of type SortOrder Modifier and Type Method Description void
SingleSortState. setPropertySortOrder(T property, SortOrder order)
void
SortableDataProvider. setSort(S property, SortOrder order)
Sets the current sort state
-