| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.system.layout.LayoutConstants
Field Summary | |
| public static | BOTTOM_DOCK: Number |
| Indicates that the component is bottom justified in its container | |
| public static | CENTER_DOCK: Number |
| Indicates that the component is centered in its container | |
| public static | LEFT_DOCK: Number |
| Left justified in its cell | |
| public static | NONE: Number |
| Indicates that the component is not dock in its container | |
| public static | RIGHT_DOCK: Number |
| Indicates that the component is right justified in its container | |
| public static | TOP_DOCK: Number |
| Indicates that the component is top justified in its container | |
Method Summary | |
| public static | getDialogBaseUnits ( ): Object |
| Returns an object with the properties x and y being the dialog base units | |
| public static var BOTTOM_DOCK: Number |
| Indicates that the component is bottom justified in its container |
| public static var CENTER_DOCK: Number |
| Indicates that the component is centered in its container |
| public static var LEFT_DOCK: Number |
| Left justified in its cell |
| public static var NONE: Number |
| Indicates that the component is not dock in its container |
| public static var RIGHT_DOCK: Number |
| Indicates that the component is right justified in its container |
| public static var TOP_DOCK: Number |
| Indicates that the component is top justified in its container |
|
| Returns an object with the properties x and y being the dialog base units |