public interface TextFieldInplaceEditor
Modifier and Type | Method | 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 widgetBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.