|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Grid | |
|---|---|
| com.vaadin.data | Contains interfaces for the data layer, mainly for binding typed data and data collections to components, and for validating data. |
| com.vaadin.ui | |
| com.vaadin.ui.renderers | |
| Uses of Grid in com.vaadin.data |
|---|
| Methods in com.vaadin.data that return Grid | |
|---|---|
protected Grid |
RpcDataProviderExtension.getGrid()
|
| Methods in com.vaadin.data with parameters of type Grid | |
|---|---|
void |
RpcDataProviderExtension.extend(Grid component,
KeyMapper<java.lang.Object> columnKeys)
Makes the data source available to the given Grid component. |
| Uses of Grid in com.vaadin.ui |
|---|
| Fields in com.vaadin.ui declared as Grid | |
|---|---|
protected Grid |
Grid.AbstractSelectionModel.grid
|
protected Grid |
Grid.StaticSection.grid
|
| Methods in com.vaadin.ui that return Grid | |
|---|---|
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.AbstractRenderer.getParentGrid()
Gets the parent Grid of the renderer. |
| Methods in com.vaadin.ui that return types with arguments of type Grid | |
|---|---|
protected java.lang.Class<Grid> |
Grid.AbstractRenderer.getSupportedParentType()
Deprecated. |
| Methods in com.vaadin.ui with parameters of type Grid | |
|---|---|
void |
Grid.SelectionModel.setGrid(Grid grid)
Injects the current Grid instance into the SelectionModel. |
void |
Grid.AbstractSelectionModel.setGrid(Grid grid)
|
void |
Grid.NoSelectionModel.setGrid(Grid grid)
|
| Constructors in com.vaadin.ui with parameters of type Grid | |
|---|---|
Grid.CommitErrorEvent(Grid grid,
FieldGroup.CommitException cause)
|
|
Grid.Footer(Grid grid)
|
|
Grid.Header(Grid grid)
|
|
Grid.RowReference(Grid grid)
Creates a new row reference for the given grid. |
|
| Uses of Grid in com.vaadin.ui.renderers |
|---|
| Constructors in com.vaadin.ui.renderers with parameters of type Grid | |
|---|---|
ClickableRenderer.RendererClickEvent(Grid source,
java.lang.Object itemId,
Grid.Column column,
com.vaadin.shared.MouseEventDetails mouseEventDetails)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||