Package | Description |
---|---|
ca.weblite.shared.components.table |
This package contains a Table component similar to swing’s JTable and associated renderer and editor classes.
|
Modifier and Type | Method and Description |
---|---|
SelectionMode |
Table.getSelectionMode() |
SelectionMode |
Table.SelectionModeChangedEvent.getSelectionMode() |
static SelectionMode |
SelectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectionMode[] |
SelectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.setSelectionMode(SelectionMode selectionMode) |
Constructor and Description |
---|
SelectionModeChangedEvent(SelectionMode selectionMode,
boolean selectionEnabled) |
Copyright © 2021. All Rights Reserved.