| Package | qnx.dialog |
| Class | public final class DialogAlign |
| Inheritance | DialogAlign Object |
DialogAlign class contains values that are used to define the vertical
position of the dialog. The dialog is always centered horizontally.
See also
| Method | Defined By | ||
|---|---|---|---|
Creates a DialogAlign instance. | DialogAlign | ||
| Constant | Defined By | ||
|---|---|---|---|
| BOTTOM : String = bottomCenter [static] A constant indicating the dialog position as bottom center. | DialogAlign | ||
| CENTER : String = middleCenter [static] A constant indicating the dialog position as middle center. | DialogAlign | ||
| TOP : String = topCenter [static] A constant indicating the dialog position as top center. | DialogAlign | ||
| DialogAlign | () | Constructor |
public function DialogAlign()
Creates a DialogAlign instance.
| BOTTOM | Constant |
public static const BOTTOM:String = bottomCenterA constant indicating the dialog position as bottom center.
| CENTER | Constant |
public static const CENTER:String = middleCenterA constant indicating the dialog position as middle center.
| TOP | Constant |
public static const TOP:String = topCenterA constant indicating the dialog position as top center.