| Package | flexlib.mdi.containers |
| Class | public class MDIResizeHandle |
| Inheritance | MDIResizeHandle Object |
| Method | Defined 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 | ||
| Constant | Defined 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 | ||
| MDIResizeHandle | () | Constructor |
public function MDIResizeHandle()Constructor
| isBottom | () | method |
public static function isBottom(handle:String):BooleanChecks if the handle is on the bottom (BOTTOM, BOTTOM_RIGHT, or BOTTOM_LEFT)
Parameters
handle:String |
Boolean |
| isLeft | () | method |
public static function isLeft(handle:String):BooleanChecks if the handle is on the left side (LEFT, TOP_LEFT, or BOTTOM_LEFT)
Parameters
handle:String |
Boolean |
| isRight | () | method |
public static function isRight(handle:String):BooleanChecks if the handle is on the right side (RIGHT, TOP_RIGHT, or BOTTOM_RIGHT)
Parameters
handle:String |
Boolean |
| isTop | () | method |
public static function isTop(handle:String):BooleanChecks if the handle is on the top (TOP, TOP_RIGHT, or TOP_LEFT)
Parameters
handle:String |
Boolean |
| BOTTOM | Constant |
public static const BOTTOM:String = bottom| BOTTOM_LEFT | Constant |
public static const BOTTOM_LEFT:String = bottomLeft| BOTTOM_RIGHT | Constant |
public static const BOTTOM_RIGHT:String = bottomRight| LEFT | Constant |
public static const LEFT:String = left| RIGHT | Constant |
public static const RIGHT:String = right| TOP | Constant |
public static const TOP:String = top| TOP_LEFT | Constant |
public static const TOP_LEFT:String = topLeft| TOP_RIGHT | Constant |
public static const TOP_RIGHT:String = topRight