Uses of Class
com.vaadin.client.widgets.Grid
-
-
Uses of Grid in com.vaadin.client.connectors
Methods in com.vaadin.client.connectors that return Grid Modifier and Type Method Description protected Grid<JsonObject>
AbstractSelectionModelConnector. getGrid()
Grid<JsonObject>
GridConnector. getWidget()
Methods in com.vaadin.client.connectors with parameters of type Grid Modifier and Type Method Description protected ComplexRenderer<Boolean>
MultiSelectionModelConnector.MultiSelectionModel. createSelectionColumnRenderer(Grid<JsonObject> grid)
Creates a selection column renderer.void
AbstractSelectionModelConnector.AbstractSelectionModel. setGrid(Grid<JsonObject> grid)
void
MultiSelectionModelConnector.MultiSelectionModel. setGrid(Grid<JsonObject> grid)
-
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.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)
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)
-
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.Methods in com.vaadin.client.widget.grid.selection with parameters of type Grid Modifier and Type Method Description void
SelectionModel. setGrid(Grid<T> grid)
Tells this SelectionModel which Grid it belongs to.void
SelectionModelMulti. setGrid(Grid<T> grid)
void
SelectionModelNone. setGrid(Grid<T> grid)
void
SelectionModelSingle. setGrid(Grid<T> grid)
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)
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 eventGrid<T>
SortEvent. getSource()
Get access to the Grid that fired this eventConstructors 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.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()
protected Grid
Grid.StaticSectionUpdater. getGrid()
Methods in com.vaadin.client.widgets with parameters of type Grid Modifier and Type Method Description protected void
Grid.Editor. setGrid(Grid<T> grid)
protected void
Grid.StaticSection. setGrid(Grid<?> grid)
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.
-