Package com.inmethod.grid

Interface Summary
IAppendableDataSource<T> Created by IntelliJ IDEA.
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> Represents a column in a DataGrid or a TreeGrid.
IGridSortState Allows to query the sort state of a grid.
IGridSortState.ISortStateColumn 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> Created by IntelliJ IDEA.
DataProviderAdapter<T> Adapter that allows using a wicket extension IDataProvider in an AbstractGrid.
 

Enum Summary
IGridSortState.Direction The direction.
SizeUnit Represents a HTML size unit.
 



Copyright © 2007-2012 inMethod s.r.o.. All Rights Reserved.