| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Number | +--xp.system.layout.Size
Field Summary | |
| public static | FILL: Number |
| Indicates that the row/column should fill the available space | |
| public static | MINIMUM: Number |
| Indicates that the row/column should be allocated just enough space to accomidate the minimum size of all components contained completely within this row/column. | |
| public static | PREFERRED: Number |
| Indicates that the row/column should be allocated just enough space to accomidate the preferred size of all components contained completely within this row/column. | |
| public | unit: String |
Constructor | |
| public | Size ( value: Number, unit: String) |
Method Summary | |
| public static | parse ( value: String ) |
| public | toString ( ): String |
| public static var FILL: Number |
| Indicates that the row/column should fill the available space |
| public static var MINIMUM: Number |
| Indicates that the row/column should be allocated just enough space to accomidate the minimum size of all components contained completely within this row/column. |
| public static var PREFERRED: Number |
| Indicates that the row/column should be allocated just enough space to accomidate the preferred size of all components contained completely within this row/column. |
| public var unit: String |
|
|
|