Modifier and Type | Method and Description |
---|---|
void |
AbstractApplicationController.onDialogButtonPressed(AbstractDialog dialog,
int buttonId) |
boolean |
AbstractApplicationController.showDialogButton(AbstractDialog dialog,
int buttonId) |
Modifier and Type | Method and Description |
---|---|
void |
IDialogDelegate.onDialogButtonPressed(AbstractDialog dialog,
int buttonId)
This method will be called if a event occurs in given
AbstractDialog . |
void |
AbstractDialogDelegate.onDialogButtonPressed(AbstractDialog dialog,
int buttonId) |
boolean |
IDialogDelegate.showDialogButton(AbstractDialog dialog,
int buttonId)
This method is called for each button.
|
boolean |
AbstractDialogDelegate.showDialogButton(AbstractDialog dialog,
int buttonId) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractViewController.onDialogButtonPressed(AbstractDialog dialog,
int buttonId)
implement IDialogDelegate interface
|
void |
AbstractListViewTemplate.onDialogButtonPressed(AbstractDialog dialog,
int buttonId) |
boolean |
AbstractViewController.showDialogButton(AbstractDialog dialog,
int buttonId) |
boolean |
AbstractListViewTemplate.showDialogButton(AbstractDialog dialog,
int buttonId) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAlertDialog
The
AbstractAlertDialog acts as a super class for all generated
alert dialogs. |
class |
AbstractPopupMenu
The
AbstractPopupMenu acts as a super class for all generated
popup menus. |
Modifier and Type | Method and Description |
---|---|
AbstractDialog |
DialogButtonRunnable.getDialog() |
Constructor and Description |
---|
DialogButtonRunnable(AbstractDialog dialog,
IDialogDelegate delegate,
int buttonId) |