Modifier and Type | Method and Description |
---|---|
AbstractGrid<?,?,S> |
IGridSortState.getGrid() |
Modifier and Type | Method and Description |
---|---|
void |
IGridColumn.setGrid(AbstractGrid<M,I,S> grid)
Invoked before the first render of the grid.
|
Modifier and Type | Method and Description |
---|---|
AbstractGrid<M,I,S> |
AbstractColumn.getGrid()
Returns the grid instance associated with this column.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractColumn.setGrid(AbstractGrid<M,I,S> grid)
Invoked before the first render of the grid.
|
Constructor and Description |
---|
AddDeletePanel(String id,
org.apache.wicket.model.IModel<I> model,
AbstractGrid<M,I,?> grid) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
GridSortState(AbstractGrid<?,?,S> grid)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
AbstractGrid<M,I,S> |
AbstractToolbar.getGrid()
Returns the grid this toolbar belongs to.
|
Constructor and Description |
---|
AbstractHeaderToolbar(AbstractGrid<M,I,S> dataGrid,
org.apache.wicket.model.IModel<String> model)
Constructor
|
AbstractToolbar(AbstractGrid<M,I,S> grid,
org.apache.wicket.model.IModel<String> model)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
TreeGrid<T extends TreeModel & Serializable,I extends TreeNode & Serializable,S>
Advanced grid with a tree.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseTreeColumn.setGrid(AbstractGrid<T,I,S> grid)
Invoked before the first render of the grid.
|
Copyright © 2015. All rights reserved.