public interface BaseTextInput
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BaseTextInput.ClearListener |
| Modifier and Type | Method and Description |
|---|---|
void |
addClearListener(BaseTextInput.ClearListener listener) |
void |
clear() |
java.lang.String |
getText() |
void |
setText(java.lang.String text) |
java.lang.String getText()
void setText(java.lang.String text)
void clear()
void addClearListener(BaseTextInput.ClearListener listener)