Packageflexlib.mdi.containers
Classpublic class MDIResizeHandle
InheritanceMDIResizeHandle Inheritance Object

Enumeration of possible resize handles.



Public Methods
 MethodDefined By
  
Constructor
MDIResizeHandle
  
isBottom(handle:String):Boolean
[static] Checks if the handle is on the bottom (BOTTOM, BOTTOM_RIGHT, or BOTTOM_LEFT)
MDIResizeHandle
  
isLeft(handle:String):Boolean
[static] Checks if the handle is on the left side (LEFT, TOP_LEFT, or BOTTOM_LEFT)
MDIResizeHandle
  
isRight(handle:String):Boolean
[static] Checks if the handle is on the right side (RIGHT, TOP_RIGHT, or BOTTOM_RIGHT)
MDIResizeHandle
  
isTop(handle:String):Boolean
[static] Checks if the handle is on the top (TOP, TOP_RIGHT, or TOP_LEFT)
MDIResizeHandle
Public Constants
 ConstantDefined By
  BOTTOM : String = bottom
[static]
MDIResizeHandle
  BOTTOM_LEFT : String = bottomLeft
[static]
MDIResizeHandle
  BOTTOM_RIGHT : String = bottomRight
[static]
MDIResizeHandle
  LEFT : String = left
[static]
MDIResizeHandle
  RIGHT : String = right
[static]
MDIResizeHandle
  TOP : String = top
[static]
MDIResizeHandle
  TOP_LEFT : String = topLeft
[static]
MDIResizeHandle
  TOP_RIGHT : String = topRight
[static]
MDIResizeHandle
Constructor Detail
MDIResizeHandle()Constructor
public function MDIResizeHandle()

Constructor

Method Detail
isBottom()method
public static function isBottom(handle:String):Boolean

Checks if the handle is on the bottom (BOTTOM, BOTTOM_RIGHT, or BOTTOM_LEFT)

Parameters

handle:String

Returns
Boolean
isLeft()method 
public static function isLeft(handle:String):Boolean

Checks if the handle is on the left side (LEFT, TOP_LEFT, or BOTTOM_LEFT)

Parameters

handle:String

Returns
Boolean
isRight()method 
public static function isRight(handle:String):Boolean

Checks if the handle is on the right side (RIGHT, TOP_RIGHT, or BOTTOM_RIGHT)

Parameters

handle:String

Returns
Boolean
isTop()method 
public static function isTop(handle:String):Boolean

Checks if the handle is on the top (TOP, TOP_RIGHT, or TOP_LEFT)

Parameters

handle:String

Returns
Boolean
Constant Detail
BOTTOMConstant
public static const BOTTOM:String = bottom

BOTTOM_LEFTConstant 
public static const BOTTOM_LEFT:String = bottomLeft

BOTTOM_RIGHTConstant 
public static const BOTTOM_RIGHT:String = bottomRight

LEFTConstant 
public static const LEFT:String = left

RIGHTConstant 
public static const RIGHT:String = right

TOPConstant 
public static const TOP:String = top

TOP_LEFTConstant 
public static const TOP_LEFT:String = topLeft

TOP_RIGHTConstant 
public static const TOP_RIGHT:String = topRight