| Modifier and Type | Method and Description |
|---|---|
protected Grid<JsonObject> |
AbstractSelectionModelConnector.getGrid()
Shorthand for fetching the grid this selection model is bound to.
|
Grid<JsonObject> |
GridConnector.getWidget() |
| Modifier and Type | Method and Description |
|---|---|
Grid<T> |
CellReference.getGrid()
Gets the grid that contains the referenced cell.
|
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.
|
| 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.
|
| 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 | Class and Description |
|---|---|
class |
TreeGrid
An extension of the Grid widget, which supports displaying of hierarchical
data.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TreeGridDoubleClickEvent.ignoreEventFromTarget(Grid<?> grid,
com.google.gwt.dom.client.Element targetElement) |
protected boolean |
TreeGridClickEvent.ignoreEventFromTarget(Grid<?> grid,
com.google.gwt.dom.client.Element targetElement) |
| 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 boolean |
Grid.AbstractGridMouseEvent.ignoreEventFromTarget(Grid<?> grid,
com.google.gwt.dom.client.Element targetElement)
Returns whether the mouse event on the target element should be
ignored.
|
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 © 2018 Vaadin Ltd. All rights reserved.