|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of AbstractGrid in com.inmethod.grid |
|---|
| Methods in com.inmethod.grid that return AbstractGrid | |
|---|---|
AbstractGrid<?,?,S> |
IGridSortState.getGrid()
|
| Methods in com.inmethod.grid with parameters of type AbstractGrid | |
|---|---|
void |
IGridColumn.setGrid(AbstractGrid<M,I,S> grid)
Invoked before the first render of the grid. |
| Uses of AbstractGrid in com.inmethod.grid.column |
|---|
| Methods in com.inmethod.grid.column that return AbstractGrid | |
|---|---|
AbstractGrid<M,I,S> |
AbstractColumn.getGrid()
Returns the grid instance associated with this column. |
| Methods in com.inmethod.grid.column with parameters of type AbstractGrid | |
|---|---|
void |
AbstractColumn.setGrid(AbstractGrid<M,I,S> grid)
Invoked before the first render of the grid. |
| Uses of AbstractGrid in com.inmethod.grid.column.editable |
|---|
| Constructors in com.inmethod.grid.column.editable with parameters of type AbstractGrid | |
|---|---|
AddDeletePanel(String id,
IModel<I> model,
AbstractGrid<M,I,?> grid)
|
|
| Uses of AbstractGrid in com.inmethod.grid.common |
|---|
| Methods in com.inmethod.grid.common that return AbstractGrid | |
|---|---|
AbstractGrid<?,?,S> |
GridSortState.getGrid()
|
AbstractGrid<M,I,S> |
AbstractGrid.setClickRowToSelect(boolean clickRowToSelect)
Sets whether a click on grid row should select/deselect the row. |
| Constructors in com.inmethod.grid.common with parameters of type AbstractGrid | |
|---|---|
GridSortState(AbstractGrid<?,?,S> grid)
Constructor. |
|
| Uses of AbstractGrid in com.inmethod.grid.datagrid |
|---|
| Subclasses of AbstractGrid in com.inmethod.grid.datagrid | |
|---|---|
class |
DataGrid<D extends IDataSource<T>,T,S>
Advanced grid component. |
class |
DefaultDataGrid<D extends IDataSource<T>,T,S>
Convenience implementation that adds PagingToolbar and NoRecordsToolbar to the
grid. |
| Uses of AbstractGrid in com.inmethod.grid.toolbar |
|---|
| Methods in com.inmethod.grid.toolbar that return AbstractGrid | |
|---|---|
AbstractGrid<M,I,S> |
AbstractToolbar.getGrid()
Returns the grid this toolbar belongs to. |
| Constructors in com.inmethod.grid.toolbar with parameters of type AbstractGrid | |
|---|---|
AbstractHeaderToolbar(AbstractGrid<M,I,S> dataGrid,
IModel<String> model)
Constructor |
|
AbstractToolbar(AbstractGrid<M,I,S> grid,
IModel<String> model)
Constructor |
|
| Uses of AbstractGrid in com.inmethod.grid.treegrid |
|---|
| Subclasses of AbstractGrid in com.inmethod.grid.treegrid | |
|---|---|
class |
TreeGrid<T extends TreeModel & Serializable,I extends TreeNode & Serializable,S>
Advanced grid with a tree. |
| Methods in com.inmethod.grid.treegrid with parameters of type AbstractGrid | |
|---|---|
void |
BaseTreeColumn.setGrid(AbstractGrid<T,I,S> grid)
Invoked before the first render of the grid. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||