public static interface InplaceEditorProvider.EditorController
Modifier and Type | Method and Description |
---|---|
void |
closeEditor(boolean commit)
Closes the current in-place editor.
|
boolean |
isEditorVisible()
Returns whether an in-place editor is visible.
|
void |
notifyEditorComponentBoundsChanged()
Notify the boundary of an editor component is changed and auto-expansion should be recalculated.
|
boolean |
openEditor(Widget widget)
Opens an in-place editor on a specified widget.
|
boolean isEditorVisible()
boolean openEditor(Widget widget)
widget
- the widgetvoid closeEditor(boolean commit)
commit
- whether the current value in the in-place editor is approved by an uservoid notifyEditorComponentBoundsChanged()