| Package | Description |
|---|---|
| no.g9.client.core.view.table |
| Modifier and Type | Field and Description |
|---|---|
static TableModel.SelectionModel |
TableModel.SelectionModel.DEFAULT
The default selection model which is SINGLE_SELECT
|
| Modifier and Type | Method and Description |
|---|---|
TableModel.SelectionModel |
DefaultTableModel.getSelectionModel() |
TableModel.SelectionModel |
TableModel.getSelectionModel()
Get the tables selection model.
|
static TableModel.SelectionModel |
TableModel.SelectionModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableModel.SelectionModel[] |
TableModel.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<TableModel.SelectionModel> |
TableModel.SelectionModel.getDefaultValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTableModel.setSelectionModel(TableModel.SelectionModel selectionModel) |
void |
TableModel.setSelectionModel(TableModel.SelectionModel selectionModel)
Set the table's selection model.
|
Copyright © 2006–2020 Esito AS. All rights reserved.