public interface RowActionable extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
addRowModeKey(Object rowKey,
RowMode mode) |
void |
clearRowModeKeys()
Clear all the row mode keys.
|
RowMode |
getCurrentRowMode() |
RowMode |
getRowMode(Object rowKey) |
RowMode |
getRowModeKey(Object rowKey) |
void |
removeRowModeKey(Object rowKey) |
RowMode getCurrentRowMode()
RowMode getRowMode(Object rowKey)
rowKey - the row key to check and considers if the table is editablevoid addRowModeKey(Object rowKey, RowMode mode)
rowKey - add the following key to the row modesmode - the row modevoid removeRowModeKey(Object rowKey)
rowKey - remove the following key to the row modesRowMode getRowModeKey(Object rowKey)
rowKey - the row key to checkvoid clearRowModeKeys()
Copyright © 2018. All rights reserved.