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 SortOrderISortState. getPropertySortOrder(S property)Gets the sort order of a propertyprotected SortOrderOrderByLink. nextSortOrder(SortOrder order)returns the next sort order when changing itstatic SortOrderSortOrder. 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 SortOrderOrderByLink. nextSortOrder(SortOrder order)returns the next sort order when changing itvoidISortState. 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 SortOrderSingleSortState. getPropertySortOrder(T property)Methods in org.apache.wicket.extensions.markup.html.repeater.util with parameters of type SortOrder Modifier and Type Method Description voidSingleSortState. setPropertySortOrder(T property, SortOrder order)voidSortableDataProvider. setSort(S property, SortOrder order)Sets the current sort state
-