public interface TextFieldInplaceEditor
Modifier and Type | Method and Description |
---|---|
String |
getText(Widget widget)
Returns an initial text of the in-place editor.
|
boolean |
isEnabled(Widget widget)
Returns whether the in-place editing is allowed.
|
void |
setText(Widget widget,
String text)
Sets a new text approved by an user.
|
boolean isEnabled(Widget widget)
widget
- the widget where the editor will be invokedString getText(Widget widget)
widget
- the edited widget