Uses of Class
com.vaadin.client.widgets.Grid
-
-
Uses of Grid in com.vaadin.client.connectors.grid
Methods in com.vaadin.client.connectors.grid that return Grid Modifier and Type Method 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()
-
Uses of Grid in com.vaadin.client.widget.grid
Methods in com.vaadin.client.widget.grid that return Grid Modifier and Type Method Description Grid<T>
CellReference. getGrid()
Gets the grid that contains the referenced cell.Grid<T>
EditorHandler.EditorRequest. getGrid()
Returns the grid instance related to this editor request.Grid<T>
RowReference. getGrid()
Gets the grid that contains the referenced row.Methods in com.vaadin.client.widget.grid with parameters of type Grid Modifier and Type Method 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.Constructors in com.vaadin.client.widget.grid with parameters of type Grid Constructor 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. -
Uses of Grid in com.vaadin.client.widget.grid.datasources
Constructors in com.vaadin.client.widget.grid.datasources with parameters of type Grid Constructor Description ListSorter(Grid<T> grid)
Constructs a sorting facility for the given Grid. -
Uses of Grid in com.vaadin.client.widget.grid.events
Constructors in com.vaadin.client.widget.grid.events with parameters of type Grid Constructor Description GridClickEvent(Grid<?> grid, CellReference<?> targetCell)
Deprecated.This constructor's arguments are no longer used.GridDoubleClickEvent(Grid<?> grid, CellReference<?> targetCell)
Deprecated.This constructor's arguments are no longer used.GridKeyDownEvent(Grid<?> grid, CellReference<?> targetCell)
Deprecated.This constructor's arguments are no longer used.GridKeyPressEvent(Grid<?> grid, CellReference<?> targetCell)
Deprecated.This constructor's arguments are no longer used.GridKeyUpEvent(Grid<?> grid, CellReference<?> targetCell)
Deprecated.This constructor's arguments are no longer used. -
Uses of Grid in com.vaadin.client.widget.grid.selection
Methods in com.vaadin.client.widget.grid.selection that return Grid Modifier and Type Method Description Grid<T>
SelectionEvent. getSource()
Gets a reference to the Grid object that fired this event.Constructors in com.vaadin.client.widget.grid.selection with parameters of type Grid Constructor 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. -
Uses of Grid in com.vaadin.client.widget.grid.sort
Methods in com.vaadin.client.widget.grid.sort that return Grid Modifier and Type Method 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.Constructors in com.vaadin.client.widget.grid.sort with parameters of type Grid Constructor Description SortEvent(Grid<T> grid, List<SortOrder> order, boolean userOriginated)
Creates a new Sort Event. -
Uses of Grid in com.vaadin.client.widget.treegrid
Subclasses of Grid in com.vaadin.client.widget.treegrid Modifier and Type Class Description class
TreeGrid
An extension of the Grid widget, which supports displaying of hierarchical data. -
Uses of Grid in com.vaadin.client.widget.treegrid.events
Methods in com.vaadin.client.widget.treegrid.events with parameters of type Grid Modifier and Type Method Description protected boolean
TreeGridClickEvent. ignoreEventFromTarget(Grid<?> grid, com.google.gwt.dom.client.Element targetElement)
protected boolean
TreeGridDoubleClickEvent. ignoreEventFromTarget(Grid<?> grid, com.google.gwt.dom.client.Element targetElement)
-
Uses of Grid in com.vaadin.client.widgets
Methods in com.vaadin.client.widgets that return Grid Modifier and Type Method Description 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.Grid<T>
Grid.GridEvent. getGrid()
Returns the Grid instance this event originated from.protected Grid<?>
Grid.StaticSection. getGrid()
Returns the grid this section belongs to.protected Grid
Grid.StaticSectionUpdater. getGrid()
Returns the Grid instance for this updater.Methods in com.vaadin.client.widgets with parameters of type Grid Modifier and Type Method 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.Editor. setGrid(Grid<T> grid)
Sets the grid this editor belongs to.protected void
Grid.StaticSection. setGrid(Grid<?> grid)
Sets the grid this section belongs to.Constructors in com.vaadin.client.widgets with parameters of type Grid Constructor Description AbstractGridKeyEvent(Grid<?> grid, CellReference<?> targetCell)
Deprecated.This constructor's arguments are no longer used.AbstractGridMouseEvent(Grid<?> grid, CellReference<?> targetCell)
Deprecated.This constructor's arguments are no longer used.
-