Uses of Class
org.apache.wicket.extensions.markup.html.repeater.util.SortParam
-
Packages that use SortParam Package Description org.apache.wicket.extensions.markup.html.repeater.util -
-
Uses of SortParam in org.apache.wicket.extensions.markup.html.repeater.util
Methods in org.apache.wicket.extensions.markup.html.repeater.util that return SortParam Modifier and Type Method Description SortParam<T>SingleSortState. getSort()SortParam<S>SortableDataProvider. getSort()Returns current sort stateSortParam<S>SortableTreeProvider. getSort()Returns current sort stateMethods in org.apache.wicket.extensions.markup.html.repeater.util with parameters of type SortParam Modifier and Type Method Description voidSingleSortState. setSort(SortParam<T> param)Sets the current sort statevoidSortableDataProvider. setSort(SortParam<S> param)Sets the current sort statevoidSortableTreeProvider. setSort(SortParam<S> param)Sets the current sort state
-