public class BaseTextInputImp extends java.lang.Object implements BaseTextInput
BaseTextInput.ClearListener| Modifier and Type | Field and Description |
|---|---|
protected android.widget.EditText |
mEditText |
| Constructor and Description |
|---|
BaseTextInputImp(android.view.View rootView,
int editTextId) |
BaseTextInputImp(android.view.View rootView,
int editTextId,
BaseTextInput.ClearListener clearListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
addClearListener(BaseTextInput.ClearListener listener) |
void |
clear() |
java.lang.String |
getText() |
void |
setText(java.lang.String text) |
public BaseTextInputImp(android.view.View rootView,
int editTextId)
public BaseTextInputImp(android.view.View rootView,
int editTextId,
BaseTextInput.ClearListener clearListener)
public void addClearListener(BaseTextInput.ClearListener listener)
addClearListener in interface BaseTextInputpublic java.lang.String getText()
getText in interface BaseTextInputpublic void setText(java.lang.String text)
setText in interface BaseTextInputpublic void clear()
clear in interface BaseTextInput