| Package | Description |
|---|---|
| no.g9.client.core.view.tree |
| Modifier and Type | Field and Description |
|---|---|
static TreeModel.SelectionModel |
TreeModel.SelectionModel.DEFAULT
The default selection model which is SINGLE_SELECT
|
| Modifier and Type | Method and Description |
|---|---|
TreeModel.SelectionModel |
TreeModel.getSelectionModel()
Returns the current selection model - none, single or multi selection.
|
static TreeModel.SelectionModel |
TreeModel.SelectionModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeModel.SelectionModel[] |
TreeModel.SelectionModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enum<TreeModel.SelectionModel> |
TreeModel.SelectionModel.getDefaultValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
TreeModel.setSelectionModel(TreeModel.SelectionModel selectionModel)
Sets the current selection model.
|
Copyright © 2006–2020 Esito AS. All rights reserved.