public interface CellEditorElement
| Modifier and Type | Interface and Description |
|---|---|
static class |
CellEditorElement.APPLYACTION |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(CellEditorElement.APPLYACTION action) |
void |
cancel() |
void |
dispose() |
java.lang.Object |
getValue(boolean convert) |
boolean |
nextFocus() |
boolean |
onActive(boolean value) |
boolean |
setFocus(boolean value) |
CellEditorElement |
withColumn(Column column) |
CellEditorElement |
withValue(java.lang.Object value) |
CellEditorElement withColumn(Column column)
void cancel()
boolean setFocus(boolean value)
boolean onActive(boolean value)
boolean nextFocus()
void apply(CellEditorElement.APPLYACTION action)
void dispose()
java.lang.Object getValue(boolean convert)
CellEditorElement withValue(java.lang.Object value)