Property | Description |
Class Name | Name of the class to generate for the alert dialog and to which you can add logic for the alert dialog. You must specify this property. The generated class extends the NativeUI class for the element, which is com.softwareag.mobile.runtime.nui.nUIAlertDialog. You can specify the same value for Class Name for AlertDialog objects. Mobile Development generates only one class. For more information, see Logic for a Dialog. |
Header Text | Text you want displayed in the header area of the dialog. Leave this property blank if you do not want text in the header. |
Text | Text to display in the dialog. You must specify this property. |