Uses of Enum Class
org.apache.wicket.extensions.markup.html.repeater.data.sort.SortOrder
Packages that use SortOrder
Package
Description
-
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 SortOrderModifier and TypeMethodDescriptionISortState.getPropertySortOrder(S property) Gets the sort order of a propertyprotected SortOrderOrderByLink.nextSortOrder(SortOrder order) returns the next sort order when changing itstatic SortOrderReturns the enum constant of this class with the specified name.static SortOrder[]SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.wicket.extensions.markup.html.repeater.data.sort with parameters of type SortOrderModifier and TypeMethodDescriptionprotected 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 SortOrderMethods in org.apache.wicket.extensions.markup.html.repeater.util with parameters of type SortOrder