Field Summary |
static
| d: Array |
|
|
|
public
| dock: String |
| The component's dock position property.
|
|
public
| dockOrder: Number |
| The component's dock processing order.
|
|
static
| h: Array |
|
|
|
public
| hAlign: Number |
| Horizontal justification if component occupies just one cell
|
|
public
| height: Number |
| Cell in which the lower right corner of the component lays
|
|
public
| insets: Thickness |
| Describes the component's Insets in it's display area.
|
|
static
| v: Array |
|
|
|
public
| vAlign: Number |
| Vertical justification if component occupies just one cell
|
|
public
| width: Number |
| Cell in which the lower right corner of the component lays
|
|
public
| x: Number |
| Cell in which the upper left corner of the component lays
|
|
public
| y: Number |
| Cell in which the upper left corner of the component lays
|
|
Constructor |
public
| CellConstraints (
x: Number, y: Number, width: Number, height: Number, hAlign: Number, vAlign: Number)
|
| Constructs an CellConstraints a set of constraints.
|
|
Method Summary |
public static
| parseAlignment (
alignment: String, defaultAlignment: Number
): Number |
|
|
|
public static
| parseDock (
dock: String, defaultDock: Number
): Number |
|
|
|
public
| toString (
): String |
| Gets a string representation of this CellConstraints.
|
|
public static
| validateConstraint (
c: CellConstraints
) |
|
|
|
|