Modifier and Type | Method | Description |
---|---|---|
String |
getButtonReturned() |
Name of button chosen (empty if ‘giving up after’ was supplied and dialog timed out).
|
Map<String,Object> |
getProperties() |
Returns all properties for an instance of this class.
|
String |
getTextReturned() |
Text entered (present only if ‘default answer’ was supplied).
|
boolean |
isGaveUp() |
Did the dialog time out? (present only if ‘giving up after’ was supplied).
|
cast, getApplicationReference, getObjectReference, getTypeClass, isInstanceOf
static final TypeClass CLASS
@Code("bhit") @Kind("property") @Name("button returned") @Type("text") String getButtonReturned()
@Code("ttxt") @Kind("property") @Name("text returned") @Type("text") String getTextReturned()
@Code("gavu") @Kind("property") @Name("gave up") @Type("boolean") boolean isGaveUp()