|
||||||||||
| 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.components.grid.renderers | |
| com.vaadin.ui.components.grid.selection | |
| 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)
Makes the data source available to the given Grid component. |
| Uses of Grid in com.vaadin.ui.components.grid.renderers |
|---|
| Methods in com.vaadin.ui.components.grid.renderers that return types with arguments of type Grid | |
|---|---|
protected java.lang.Class<Grid> |
AbstractRenderer.getSupportedParentType()
Deprecated. |
| Uses of Grid in com.vaadin.ui.components.grid.selection |
|---|
| Fields in com.vaadin.ui.components.grid.selection declared as Grid | |
|---|---|
protected Grid |
AbstractSelectionModel.grid
|
| Methods in com.vaadin.ui.components.grid.selection that return Grid | |
|---|---|
Grid |
SelectionChangeEvent.getSource()
|
| Methods in com.vaadin.ui.components.grid.selection with parameters of type Grid | |
|---|---|
void |
NoSelectionModel.setGrid(Grid grid)
|
void |
SelectionModel.setGrid(Grid grid)
Injects the current Grid instance into the SelectionModel. |
void |
AbstractSelectionModel.setGrid(Grid grid)
|
| Constructors in com.vaadin.ui.components.grid.selection with parameters of type Grid | |
|---|---|
SelectionChangeEvent(Grid source,
java.util.Collection<java.lang.Object> oldSelection,
java.util.Collection<java.lang.Object> newSelection)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||