| Package | Description |
|---|---|
| com.vaadin.server.communication.data | |
| com.vaadin.ui | |
| com.vaadin.ui.renderers |
| Modifier and Type | Method and Description |
|---|---|
protected Grid |
RpcDataProviderExtension.getGrid() |
| Modifier and Type | Method and Description |
|---|---|
void |
RpcDataProviderExtension.extend(Grid component)
Makes the data source available to the given
Grid component. |
| Modifier and Type | Field and Description |
|---|---|
protected Grid |
Grid.StaticSection.grid |
| Modifier and Type | Method and Description |
|---|---|
Grid |
Grid.GridContextClickEvent.getComponent() |
Grid |
Grid.CommitErrorEvent.getComponent() |
Grid |
Grid.RowReference.getGrid()
Gets the grid that contains the referenced row.
|
Grid |
Grid.CellReference.getGrid()
Gets the grid that contains the referenced cell.
|
protected Grid |
Grid.AbstractGridExtension.getParentGrid()
Gets the parent Grid of the renderer.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<Grid> |
Grid.AbstractRenderer.getSupportedParentType()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.SelectionModel.setGrid(Grid grid)
Injects the current
Grid instance into the SelectionModel. |
void |
Grid.AbstractSelectionModel.setGrid(Grid grid) |
| Constructor and Description |
|---|
AbstractGridExtension(Grid grid)
Constructs a new Grid extension and extends given Grid.
|
ColumnReorderEvent(Grid source,
boolean userOriginated) |
ColumnResizeEvent(Grid source,
Grid.Column column,
boolean userOriginated) |
ColumnVisibilityChangeEvent(Grid source,
Grid.Column column,
boolean hidden,
boolean isUserOriginated)
Constructor for a column visibility change event.
|
CommitErrorEvent(Grid grid,
FieldGroup.CommitException cause) |
DetailComponentManager(Grid grid) |
DetailComponentManager(Grid grid,
Grid.DetailsGenerator detailsGenerator) |
EditorCloseEvent(Grid source,
Object itemID) |
EditorEvent(Grid source,
Object itemID) |
EditorMoveEvent(Grid source,
Object itemID) |
EditorOpenEvent(Grid source,
Object itemID) |
Footer(Grid grid) |
GridContextClickEvent(Grid source,
MouseEventDetails mouseEventDetails,
GridConstants.Section section,
int rowIndex,
Object itemId,
Object propertyId) |
Header(Grid grid) |
RowReference(Grid grid)
Creates a new row reference for the given grid.
|
| Constructor and Description |
|---|
RendererClickEvent(Grid source,
Object itemId,
Grid.Column column,
MouseEventDetails mouseEventDetails) |
Copyright © 2017 Vaadin Ltd. All rights reserved.