Uses of Class
com.vaadin.v7.client.widgets.Grid
-
-
Uses of Grid in com.vaadin.v7.client.connectors
Methods in com.vaadin.v7.client.connectors that return Grid Modifier and Type Method Description protected Grid<elemental.json.JsonObject>AbstractSelectionModelConnector. getGrid()Grid<elemental.json.JsonObject>GridConnector. getWidget()Methods in com.vaadin.v7.client.connectors with parameters of type Grid Modifier and Type Method Description protected ComplexRenderer<Boolean>MultiSelectionModelConnector.MultiSelectionModel. createSelectionColumnRenderer(Grid<elemental.json.JsonObject> grid)Creates a selection column renderer.voidAbstractSelectionModelConnector.AbstractSelectionModel. setGrid(Grid<elemental.json.JsonObject> grid)voidMultiSelectionModelConnector.MultiSelectionModel. setGrid(Grid<elemental.json.JsonObject> grid) -
Uses of Grid in com.vaadin.v7.client.widget.grid
Methods in com.vaadin.v7.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.v7.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.v7.client.widget.grid.datasources
Constructors in com.vaadin.v7.client.widget.grid.datasources with parameters of type Grid Constructor Description ListSorter(Grid<T> grid) -
Uses of Grid in com.vaadin.v7.client.widget.grid.events
Constructors in com.vaadin.v7.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.v7.client.widget.grid.selection
Methods in com.vaadin.v7.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.v7.client.widget.grid.selection with parameters of type Grid Modifier and Type Method Description voidSelectionModel. setGrid(Grid<T> grid)Tells this SelectionModel which Grid it belongs to.voidSelectionModelMulti. setGrid(Grid<T> grid)voidSelectionModelNone. setGrid(Grid<T> grid)voidSelectionModelSingle. setGrid(Grid<T> grid)Constructors in com.vaadin.v7.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.v7.client.widget.grid.sort
Methods in com.vaadin.v7.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.v7.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.v7.client.widgets
Methods in com.vaadin.v7.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 GridGrid.StaticSectionUpdater. getGrid()Methods in com.vaadin.v7.client.widgets with parameters of type Grid Modifier and Type Method Description protected voidGrid.Editor. setGrid(Grid<T> grid)protected voidGrid.StaticSection. setGrid(Grid<?> grid)Constructors in com.vaadin.v7.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.
-