Main Page | Packages | Class Tree | Index | Help

xp.system.layout

class Size

Number
  |
  +--xp.system.layout.Size


class Size
extends Number



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




Field Documentation

FILL

public static var FILL: Number
Indicates that the row/column should fill the available space

MINIMUM

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.

PREFERRED

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.

unit

public var unit: String

Constructor Documentation

Size

public function Size(value: Number,
 unit: String)

Method Documentation

parse

public static function parse(value: String)

toString

public function toString(): String

The documentation was generated from the following file:


Generated on 10/30/2005 9:34:02 PM by AS2Doc