| Package | com.addicted2flash.event |
| Class | public final class LayoutEvent |
| Method | Defined by | ||
|---|---|---|---|
|
typeToString(type:int):String
[static]
Returns the string representation of the given type.
| LayoutEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| ADDED : int = 0x10 [static]
When a component was added to a container.
| LayoutEvent | ||
| HORIZONTAL_OVERFLOW : int = 0x04 [static]
If horizontal scrolling must be enabled.
| LayoutEvent | ||
| POSITION_CHANGED : int = 0x01 [static]
If x and/or y of component has changed.
| LayoutEvent | ||
| REMOVED : int = 0x20 [static]
When a component was removed from a container.
| LayoutEvent | ||
| SCROLLBAR_POSITION_CHANGED : int = 0x40 [static]
When the scrollbar has changed its position.
| LayoutEvent | ||
| SCROLLBAR_STEP_CHANGED : int = 0x80 [static]
When the scrollbar has changed its step.
| LayoutEvent | ||
| SIZE_CHANGED : int = 0x02 [static]
If width and/or height of component has changed.
| LayoutEvent | ||
| VERTICAL_OVERFLOW : int = 0x08 [static]
If vertical scrolling must be enabled.
| LayoutEvent | ||
| typeToString | () | method |
public static function typeToString(type:int):StringReturns the string representation of the given type.
Parameterstype:int — type of event
|
String — the string representation of the given type
|
— if type is not supported
|
| ADDED | constant |
public static const ADDED:int = 0x10When a component was added to a container.
| HORIZONTAL_OVERFLOW | constant |
public static const HORIZONTAL_OVERFLOW:int = 0x04If horizontal scrolling must be enabled.
| POSITION_CHANGED | constant |
public static const POSITION_CHANGED:int = 0x01If x and/or y of component has changed.
| REMOVED | constant |
public static const REMOVED:int = 0x20When a component was removed from a container.
| SCROLLBAR_POSITION_CHANGED | constant |
public static const SCROLLBAR_POSITION_CHANGED:int = 0x40When the scrollbar has changed its position.
| SCROLLBAR_STEP_CHANGED | constant |
public static const SCROLLBAR_STEP_CHANGED:int = 0x80When the scrollbar has changed its step.
| SIZE_CHANGED | constant |
public static const SIZE_CHANGED:int = 0x02If width and/or height of component has changed.
| VERTICAL_OVERFLOW | constant |
public static const VERTICAL_OVERFLOW:int = 0x08If vertical scrolling must be enabled.