Uses of Class
com.inmethod.grid.common.AbstractGrid
Packages that use AbstractGrid
Package
Description
-
Uses of AbstractGrid in com.inmethod.grid
Methods in com.inmethod.grid that return AbstractGridMethods in com.inmethod.grid with parameters of type AbstractGridModifier and TypeMethodDescriptionvoidIGridColumn.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 AbstractGridModifier and TypeMethodDescriptionAbstractGrid<M,I, S> AbstractColumn.getGrid()Returns the grid instance associated with this column.Methods in com.inmethod.grid.column with parameters of type AbstractGridModifier and TypeMethodDescriptionvoidAbstractColumn.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 AbstractGridModifierConstructorDescriptionprotectedAddDeletePanel(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 AbstractGridModifier and TypeMethodDescriptionAbstractGrid<?,?, 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 -
Uses of AbstractGrid in com.inmethod.grid.datagrid
Subclasses of AbstractGrid in com.inmethod.grid.datagridModifier and TypeClassDescriptionclassDataGrid<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 AbstractGridModifier and TypeMethodDescriptionAbstractGrid<M,I, S> AbstractToolbar.getGrid()Returns the grid this toolbar belongs to.Constructors in com.inmethod.grid.toolbar with parameters of type AbstractGridModifierConstructorDescriptionAbstractHeaderToolbar(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.treegridModifier and TypeClassDescriptionclassTreeGrid<T extends TreeModel & Serializable,I extends TreeNode & Serializable, S> Advanced grid with a tree.Methods in com.inmethod.grid.treegrid with parameters of type AbstractGridModifier and TypeMethodDescriptionvoidBaseTreeColumn.setGrid(AbstractGrid<T, I, S> grid) Invoked before the first render of the grid.