Uses of Class
com.inmethod.grid.common.AbstractGrid
-
-
Uses of AbstractGrid in com.inmethod.grid
Methods in com.inmethod.grid that return AbstractGrid Modifier and Type Method Description AbstractGrid<?,?,S>IGridSortState. getGrid()Methods in com.inmethod.grid with parameters of type AbstractGrid Modifier and Type Method Description voidIGridColumn. 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidAbstractColumn. 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 Constructor Description 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 Modifier and Type Method Description 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 Constructor Description GridSortState(AbstractGrid<?,?,S> grid)Constructor. -
Uses of AbstractGrid in com.inmethod.grid.datagrid
Subclasses of AbstractGrid in com.inmethod.grid.datagrid Modifier and Type Class Description classDataGrid<D extends IDataSource<T>,T,S>Advanced grid component.classDefaultDataGrid<D extends IDataSource<T>,T,S>Convenience implementation that addsPagingToolbarandNoRecordsToolbarto the grid. -
Uses of AbstractGrid in com.inmethod.grid.toolbar
Methods in com.inmethod.grid.toolbar that return AbstractGrid Modifier and Type Method Description AbstractGrid<M,I,S>AbstractToolbar. getGrid()Returns the grid this toolbar belongs to.Constructors in com.inmethod.grid.toolbar with parameters of type AbstractGrid Constructor Description AbstractHeaderToolbar(AbstractGrid<M,I,S> dataGrid, IModel<String> model)ConstructorAbstractToolbar(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 Modifier and Type Class Description classTreeGrid<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 Modifier and Type Method Description voidBaseTreeColumn. setGrid(AbstractGrid<T,I,S> grid)Invoked before the first render of the grid.
-