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