| Package | qnx.dialog |
| Class | public final class DialogSize |
| Inheritance | DialogSize Object |
DialogSize class contains the values that are used to define the size of a dialog.
See also
| Method | Defined By | ||
|---|---|---|---|
Creates a new DialogSize instance. | DialogSize | ||
| Constant | Defined By | ||
|---|---|---|---|
| SIZE_FULL : String = full [static] A constant indicating the size should be full, or it should fill the screen. | DialogSize | ||
| SIZE_LARGE : String = large [static] A constant indicating the large dialog size. | DialogSize | ||
| SIZE_MEDIUM : String = medium [static] A constant indicating the medium dialog size. | DialogSize | ||
| SIZE_SHORT : String = short [static] A constant indicating the short dialog size. | DialogSize | ||
| SIZE_SMALL : String = small [static] A constant indicating the small dialog size. | DialogSize | ||
| SIZE_TALL : String = tall [static] A constant indicating that the size should be tall, or that it should favour height over width. | DialogSize | ||
| SIZE_WIDE : String = wide [static] A constant indicating that the size should be wide, or that it should favour width over height. | DialogSize | ||
| DialogSize | () | Constructor |
public function DialogSize()
Creates a new DialogSize instance.
| SIZE_FULL | Constant |
public static const SIZE_FULL:String = fullA constant indicating the size should be full, or it should fill the screen.
| SIZE_LARGE | Constant |
public static const SIZE_LARGE:String = largeA constant indicating the large dialog size.
| SIZE_MEDIUM | Constant |
public static const SIZE_MEDIUM:String = mediumA constant indicating the medium dialog size.
| SIZE_SHORT | Constant |
public static const SIZE_SHORT:String = shortA constant indicating the short dialog size.
| SIZE_SMALL | Constant |
public static const SIZE_SMALL:String = smallA constant indicating the small dialog size.
| SIZE_TALL | Constant |
public static const SIZE_TALL:String = tallA constant indicating that the size should be tall, or that it should favour height over width.
| SIZE_WIDE | Constant |
public static const SIZE_WIDE:String = wideA constant indicating that the size should be wide, or that it should favour width over height.