Interface | Description |
---|---|
IAppendableDataSource<T> |
Extends the
IDataSource interface with methods necessary to support
dynamically adding data to the provider |
IDataSource<T> |
Interface used to provide data to data views.
|
IDataSource.IQuery |
Specifies the subset of data to be loaded.
|
IDataSource.IQueryResult<T> |
Used to pass the total row count and the loaded item to the caller of
IDataSource.query(IDataSource.IQuery, IDataSource.IQueryResult) method. |
IGridColumn<M,I,S> | |
IGridSortState<S> |
Allows to query the sort state of a grid.
|
IGridSortState.ISortStateColumn<S> |
Pair of property name and
IGridSortState.Direction |
IRenderable<T> |
Lightweight columns return an implementation of this interface to render cell output.
|
Class | Description |
---|---|
AppendableDataProviderAdapter<T,S> |
extends the functionality of
DataProviderAdapter to
make @{link IDataProvider} instances Appendable |
DataProviderAdapter<T,S> |
Adapter that allows using a wicket extension
IDataProvider in an AbstractGrid . |
Enum | Description |
---|---|
IGridSortState.Direction |
The direction.
|
SizeUnit |
Represents a HTML size unit.
|
Copyright © 2015. All rights reserved.