| Package | Description |
|---|---|
| org.apache.wicket.extensions.markup.html.repeater.util |
| Modifier and Type | Method and Description |
|---|---|
SortParam<S> |
SortableTreeProvider.getSort()
Returns current sort state
|
SortParam<S> |
SortableDataProvider.getSort()
Returns current sort state
|
SortParam<T> |
SingleSortState.getSort() |
| Modifier and Type | Method and Description |
|---|---|
void |
SortableTreeProvider.setSort(SortParam<S> param)
Sets the current sort state
|
void |
SortableDataProvider.setSort(SortParam<S> param)
Sets the current sort state
|
void |
SingleSortState.setSort(SortParam<T> param)
Sets the current sort state
|
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.