| Interface | Description |
|---|---|
| ISortState<S> |
Interface used by OrderByLink to interact with any object that keeps track of sorting state
|
| ISortStateLocator<T> |
Locator interface for ISortState implementations.
|
| OrderByLink.ICssProvider<S> |
Interface used to generate values of css class attribute for the anchor tag If the generated
value is null class attribute will not be added
|
| Class | Description |
|---|---|
| OrderByBorder<S> |
A component that wraps markup with an OrderByLink.
|
| OrderByLink<S> |
A component that represents a sort header.
|
| OrderByLink.CssModifier<S> |
Uses the specified ICssProvider to add css class attributes to the link.
|
| OrderByLink.CssProvider<S> |
Easily constructible implementation of ICSSProvider
|
| OrderByLink.DefaultCssProvider<S> |
Default implementation of ICssProvider
|
| OrderByLink.VoidCssProvider<S> |
Convenience implementation of ICssProvider that always returns a null and so never adds a
class attribute
|
| Enum | Description |
|---|---|
| SortOrder |
Sort order for columns
|
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.