|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ViewUtils.OnTextSubmit
Fired when a text has been successfully entered.
Method Summary | |
---|---|
void |
cancel()
The dialog has been cancelled. |
void |
submit(String text)
A text has been submitted, never null . |
String |
validate(String text)
Validates given text. |
Method Detail |
---|
String validate(String text)
null
.
text
- the text to validate, never null
.
null
if the text is valid, error message
otherwise.void submit(String text)
null
.
text
- the text.void cancel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |