Main Page | Packages | Class Tree | Index | Help

xp.system.layout

class LayoutConstants

Object
  |
  +--xp.system.layout.LayoutConstants


class LayoutConstants
extends Object

LayoutConstants define the constants used by all the layout classes.



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



Field Documentation

BOTTOM_DOCK

public static var BOTTOM_DOCK: Number
Indicates that the component is bottom justified in its container

CENTER_DOCK

public static var CENTER_DOCK: Number
Indicates that the component is centered in its container

LEFT_DOCK

public static var LEFT_DOCK: Number
Left justified in its cell

NONE

public static var NONE: Number
Indicates that the component is not dock in its container

RIGHT_DOCK

public static var RIGHT_DOCK: Number
Indicates that the component is right justified in its container

TOP_DOCK

public static var TOP_DOCK: Number
Indicates that the component is top justified in its container


Method Documentation

getDialogBaseUnits

public static function getDialogBaseUnits(): Object
Returns an object with the properties x and y being the dialog base units


The documentation was generated from the following file:


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