|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| 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> | Represents a column in a DataGrid or a TreeGrid. |
| 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 Summary | |
|---|---|
| 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 Summary | |
|---|---|
| IGridSortState.Direction | The direction. |
| SizeUnit | Represents a HTML size unit. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||