| Package | Description |
|---|---|
| com.vaadin.v7.ui |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Grid.SelectionModel.HasUserSelectionAllowed
Deprecated.
|
static interface |
Grid.SelectionModel.Multi
Deprecated.
|
static interface |
Grid.SelectionModel.None
Deprecated.
|
static interface |
Grid.SelectionModel.Single
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Grid.AbstractSelectionModel
Deprecated.
|
static class |
Grid.MultiSelectionModel
Deprecated.
|
static class |
Grid.NoSelectionModel
Deprecated.
|
static class |
Grid.SingleSelectionModel
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Grid.SelectionModel |
Grid.SelectionMode.createModel()
Deprecated.
|
Grid.SelectionModel |
Grid.getSelectionModel()
Deprecated.
Returns the currently used
Grid.SelectionModel. |
Grid.SelectionModel |
Grid.setSelectionMode(Grid.SelectionMode selectionMode)
Deprecated.
Sets the Grid's selection mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Grid.setSelectionModel(Grid.SelectionModel selectionModel)
Deprecated.
Takes a new
Grid.SelectionModel into use. |
Copyright © 2019 Vaadin Ltd. All rights reserved.