JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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 state
SortParam
<
S
>
SortableTreeProvider.
getSort
()
Returns current sort state
Methods in
org.apache.wicket.extensions.markup.html.repeater.util
with parameters of type
SortParam
Modifier and Type
Method
Description
void
SingleSortState.
setSort
(
SortParam
<
T
> param)
Sets the current sort state
void
SortableDataProvider.
setSort
(
SortParam
<
S
> param)
Sets the current sort state
void
SortableTreeProvider.
setSort
(
SortParam
<
S
> param)
Sets the current sort state