|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A data provider that can sort on it's columns.
| Nested Class Summary | |
static class |
ISortableDataProvider.SortState
A simple class to represent the state of a sort field. |
| Method Summary | |
void |
addSort(java.lang.String property)
Adds the field to the end of the sort list. |
java.util.List |
getSortList()
|
ISortableDataProvider.SortState |
getSortState(java.lang.String property)
Gets the sort state of a property |
| Methods inherited from interface wicket.extensions.markup.html.repeater.data.IDataProvider |
iterator, model, size |
| Method Detail |
public void addSort(java.lang.String property)
property - the name of the property to sort onpublic java.util.List getSortList()
public ISortableDataProvider.SortState getSortState(java.lang.String property)
property - sort property to be checked
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||