| Package | Description |
|---|---|
| com.github.bordertech.wcomponents.addons.table.edit |
Inline table row editing.
|
| Modifier and Type | Method and Description |
|---|---|
RowMode |
RowActionPanel.getCurrentRowMode() |
RowMode |
RowActionable.getCurrentRowMode() |
RowMode |
RowActionPanel.getRowMode(Object rowKey) |
RowMode |
RowActionable.getRowMode(Object rowKey) |
RowMode |
RowActionPanel.getRowModeKey(Object key) |
RowMode |
RowActionable.getRowModeKey(Object rowKey) |
static RowMode |
RowMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RowMode[] |
RowMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RowActionPanel.addRowModeKey(Object rowKey,
RowMode mode) |
void |
RowActionable.addRowModeKey(Object rowKey,
RowMode mode) |
Copyright © 2018. All rights reserved.