Mobile Development 10.11 | webMethods Mobile SuiteWeb Help | webMethods Mobile Development Help | User Interface Object Reference | Objects to Use for Dialogs
 
Objects to Use for Dialogs
 
AlertDialog Properties
DialogButton Properties
PopupMenu Properties
The following table provides descriptions of the user interface object that you can use to create dialogs.
Object
Description
AlertDialog
Displays a small pop-up that you can use to:
*Present information to the user.
*Interact with the user by presenting a simple question, for example, a question requiring a “yes” or “no” answer.
You must add at least one DialogButton child object for the AlertDialog object.
For information about setting properties for the AlertDialog object, see AlertDialog Properties.
DialogButton
Displays a button to include in a dialog.
For information about setting properties for the DialogButton object, see DialogButton Properties.
PopupMenu
A useful and light-weight user interface element to display a set of actions that is similar to a context menu.
For information about setting properties for the PopupMenu object, see PopupMenu Properties.