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