| Modifier and Type | Method and Description |
|---|---|
protected Grid<elemental.json.JsonObject> |
AbstractSelectionModelConnector.getGrid()
Shorthand for fetching the grid this selection model is bound to.
|
Grid<elemental.json.JsonObject> |
GridConnector.getWidget() |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected int |
DefaultEditorEventHandler.findNextEditableColumnIndex(Grid<T> grid,
int startingWith)
Finds index of the first editable column, starting at the specified
index.
|
protected int |
DefaultEditorEventHandler.findPrevEditableColumnIndex(Grid<T> grid,
int startingWith)
Finds index of the last editable column, searching backwards starting at
the specified index.
|
protected boolean |
DefaultEditorEventHandler.isEditable(Grid<T> grid,
Grid.Column<?,T> column)
Checks whether the field within the given editor column is editable.
|
| Constructor and Description |
|---|
AutoScroller(Grid<?> grid)
Creates a new instance for scrolling the given grid.
|
EventCellReference(Grid<T> grid)
Constructs a cell reference for an event targeting a grid cell.
|
RowReference(Grid<T> grid)
Creates a new row reference for the given grid.
|
| Constructor and Description |
|---|
ListSorter(Grid<T> grid)
Constructs a sorting facility for the given 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)
Constructs a renderer for a selection column with multi-selection
CheckBoxes.
|
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()
Returns the grid this section belongs to.
|
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()
Returns the Grid instance for this updater.
|
| 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)
Sets the grid this section belongs to.
|
protected void |
Grid.Editor.setGrid(Grid<T> grid)
Sets the grid this editor belongs to.
|
| 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 © 2023 Vaadin Ltd. All rights reserved.