Uses of Interface
org.apache.wicket.extensions.markup.html.repeater.data.sort.ISortState
-
Packages that use ISortState Package Description org.apache.wicket.extensions.markup.html.repeater.data.sort org.apache.wicket.extensions.markup.html.repeater.util -
-
Uses of ISortState in org.apache.wicket.extensions.markup.html.repeater.data.sort
Methods in org.apache.wicket.extensions.markup.html.repeater.data.sort that return ISortState Modifier and Type Method Description ISortState<T>ISortStateLocator. getSortState() -
Uses of ISortState in org.apache.wicket.extensions.markup.html.repeater.util
Classes in org.apache.wicket.extensions.markup.html.repeater.util that implement ISortState Modifier and Type Class Description classSingleSortState<T>Implementation of ISortState that can keep track of sort information for a single property.Methods in org.apache.wicket.extensions.markup.html.repeater.util that return ISortState Modifier and Type Method Description ISortState<S>SortableDataProvider. getSortState()ISortState<S>SortableTreeProvider. getSortState()
-