Package | Description |
---|---|
org.apache.wicket.examples.repeater | |
org.apache.wicket.examples.spring.common | |
org.apache.wicket.extensions.markup.html.repeater.util |
Modifier and Type | Method and Description |
---|---|
List<Contact> |
ContactsDatabase.find(long first,
long count,
SortParam sort)
select contacts and apply sort
|
List<Contact> |
ContactsDatabase.getIndex(SortParam sort) |
Modifier and Type | Method and Description |
---|---|
SortParam |
QueryParam.getSort() |
Modifier and Type | Method and Description |
---|---|
protected List<Contact> |
ContactDaoImpl.getIndex(SortParam sort) |
Constructor and Description |
---|
QueryParam(long first,
long count,
SortParam sort)
Set to return count sorted elements, starting at the first element.
|
Modifier and Type | Method and Description |
---|---|
SortParam<S> |
SortableDataProvider.getSort()
Returns current sort state
|
SortParam<S> |
SortableTreeProvider.getSort()
Returns current sort state
|
SortParam<T> |
SingleSortState.getSort() |
Modifier and Type | Method and Description |
---|---|
void |
SortableDataProvider.setSort(SortParam<S> param)
Sets the current sort state
|
void |
SortableTreeProvider.setSort(SortParam<S> param)
Sets the current sort state
|
void |
SingleSortState.setSort(SortParam<T> param)
Sets the current sort state
|
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.