Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit | |
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.ui.controller |
Modifier and Type | Method and Description |
---|---|
void |
AbstractApplicationController.onAlertDialogButtonPressed(AbstractAlertDialog dialog,
int buttonId) |
void |
AbstractApplicationController.openDialog(AbstractAlertDialog dialog)
Shows the delivered dialog of no one is actually shown.
|
Modifier and Type | Method and Description |
---|---|
void |
IDialogDelegate.onAlertDialogButtonPressed(AbstractAlertDialog dialog,
int buttonId)
This method will be called if a event occurs in given
AbstractAlertDialog . |
Modifier and Type | Method and Description |
---|---|
void |
AbstractViewController.onAlertDialogButtonPressed(AbstractAlertDialog dialog,
int buttonId)
implement IDialogDelegate interface
|