Members
OK_CANCEL_DIALOG :int
ActionType for dialogs with ok and cancel button.
return value ok = 0
return value cancel = 1
return value ok = 0
return value cancel = 1
Type:
- int
OK_POPUP :int
ActionType for standard popups.
return value ok = 0
return value ok = 0
Type:
- int
YES_NO_CANCEL_DIALOG :int
ActionType for dialogs with yes, no and cancel button.
return value yes = 0
return value no = 1
return value cancel = 2
return value yes = 0
return value no = 1
return value cancel = 2
Type:
- int
YES_NO_DIALOG :int
ActionType for dialogs with yes and no button.
return value yes = 0
return value no = 1
return value yes = 0
return value no = 1
Type:
- int
Methods
getName(actionType) → {String}
Gets the name of the action type by the action type value.
Parameters:
Name | Type | Description |
---|---|---|
actionType |
int | The action type value. |
Returns:
The name of the action type.
- Type
- String