| Constructor and Description |
|---|
AjaxFallbackOrderByBorder(String id,
S sortProperty,
ISortStateLocator<S> stateLocator)
Constructor
|
AjaxFallbackOrderByBorder(String id,
S sortProperty,
ISortStateLocator<S> stateLocator,
IAjaxCallListener ajaxCallListener)
Constructor
|
AjaxFallbackOrderByLink(String id,
S sortProperty,
ISortStateLocator<S> stateLocator)
Constructor
|
AjaxFallbackOrderByLink(String id,
S sortProperty,
ISortStateLocator<S> stateLocator,
IAjaxCallListener ajaxCallListener)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected WebMarkupContainer |
AjaxFallbackHeadersToolbar.newSortableHeader(String borderId,
S property,
ISortStateLocator<S> locator)
Factory method for sortable header components.
|
| Constructor and Description |
|---|
AjaxFallbackHeadersToolbar(DataTable<?,S> table,
ISortStateLocator<S> stateLocator)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected OrderByLink<S> |
OrderByBorder.newOrderByLink(String id,
S property,
ISortStateLocator<S> stateLocator)
create new sort order toggling link
|
| Constructor and Description |
|---|
OrderByBorder(String id,
S property,
ISortStateLocator<S> stateLocator) |
OrderByLink(String id,
S property,
ISortStateLocator<S> stateLocator)
Constructor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISortableDataProvider<T,S>
Data provider that can hold sort state
|
| Modifier and Type | Method and Description |
|---|---|
protected WebMarkupContainer |
HeadersToolbar.newSortableHeader(String headerId,
S property,
ISortStateLocator<S> locator)
Factory method for sortable header components.
|
| Constructor and Description |
|---|
HeadersToolbar(DataTable<T,S> table,
ISortStateLocator<S> stateLocator)
Constructor
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISortableTreeProvider<T,S>
Tree provider that can hold sort state
|
| Modifier and Type | Class and Description |
|---|---|
class |
SortableDataProvider<T,S>
Convenience implementation of a data provider that can also act as a locator for a
SingleSortState object. |
class |
SortableTreeProvider<T,S>
Convenience implementation of a tree provider that can also act as a locator for a
SingleSortState object. |
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.