Modifier and Type | Method and Description |
---|---|
protected Grid<JsonObject> |
AbstractSelectionModelConnector.getGrid() |
Grid<JsonObject> |
GridConnector.getWidget() |
Modifier and Type | Method and Description |
---|---|
protected ComplexRenderer<Boolean> |
MultiSelectionModelConnector.MultiSelectionModel.createSelectionColumnRenderer(Grid<JsonObject> grid)
Creates a selection column renderer.
|
void |
MultiSelectionModelConnector.MultiSelectionModel.setGrid(Grid<JsonObject> grid) |
void |
AbstractSelectionModelConnector.AbstractSelectionModel.setGrid(Grid<JsonObject> grid) |
Modifier and Type | Method and Description |
---|---|
Grid<T> |
RowReference.getGrid()
Gets the grid that contains the referenced row.
|
Grid<T> |
EditorHandler.EditorRequest.getGrid()
Returns the grid instance related to this editor request.
|
Grid<T> |
CellReference.getGrid()
Gets the grid that contains the referenced cell.
|
Constructor and Description |
---|
AutoScroller(Grid<?> grid)
Creates a new instance for scrolling the given grid.
|
EventCellReference(Grid<T> grid) |
RowReference(Grid<T> grid)
Creates a new row reference for the given grid.
|
Constructor and Description |
---|
ListSorter(Grid<T> grid) |
Constructor and Description |
---|
GridClickEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
GridDoubleClickEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
GridKeyDownEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
GridKeyPressEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
GridKeyUpEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
Modifier and Type | Method and Description |
---|---|
Grid<T> |
SelectionEvent.getSource()
Gets a reference to the Grid object that fired this event.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectionModelSingle.setGrid(Grid<T> grid) |
void |
SelectionModelNone.setGrid(Grid<T> grid) |
void |
SelectionModelMulti.setGrid(Grid<T> grid) |
void |
SelectionModel.setGrid(Grid<T> grid)
Tells this SelectionModel which Grid it belongs to.
|
Constructor and Description |
---|
ClickSelectHandler(Grid<T> grid)
Constructor for ClickSelectHandler.
|
MultiSelectionRenderer(Grid<T> grid) |
SelectionEvent(Grid<T> grid,
Collection<T> added,
Collection<T> removed,
boolean batched)
Creates an event where several rows have been added or removed.
|
SelectionEvent(Grid<T> grid,
T added,
T removed,
boolean batched)
Creates an event with a single added or removed row.
|
SpaceSelectHandler(Grid<T> grid)
Constructor for SpaceSelectHandler.
|
Modifier and Type | Method and Description |
---|---|
Grid<T> |
SortEvent.getGrid()
Get access to the Grid that fired this event
|
Grid<T> |
SortEvent.getSource()
Get access to the Grid that fired this event
|
Constructor and Description |
---|
SortEvent(Grid<T> grid,
List<SortOrder> order,
boolean userOriginated)
Creates a new Sort Event.
|
Modifier and Type | Method and Description |
---|---|
protected Grid<?> |
Grid.StaticSection.getGrid() |
Grid<T> |
Grid.GridEvent.getGrid()
Returns the Grid instance this event originated from.
|
Grid<?> |
Grid.AbstractGridKeyEvent.getGrid()
Gets the Grid instance for this event, if it originated from a Grid.
|
Grid<?> |
Grid.AbstractGridMouseEvent.getGrid()
Gets the Grid instance for this event, if it originated from a Grid.
|
protected Grid |
Grid.StaticSectionUpdater.getGrid() |
Modifier and Type | Method and Description |
---|---|
protected void |
Grid.StaticSection.setGrid(Grid<?> grid) |
protected void |
Grid.Editor.setGrid(Grid<T> grid) |
Constructor and Description |
---|
AbstractGridKeyEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
AbstractGridMouseEvent(Grid<?> grid,
CellReference<?> targetCell)
Deprecated.
This constructor's arguments are no longer used. Use the
no-args constructor instead.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.