public interface TextFieldInplaceEditor
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.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,
java.lang.String text) |
Sets a new text approved by an user.
|
boolean isEnabled(Widget widget)
widget - the widget where the editor will be invokedjava.lang.String getText(Widget widget)
widget - the edited widgetvoid setText(Widget widget, java.lang.String text)
widget - the edited widgettext - the new text entered by an userBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.