Package | org.apache.flex.createjs.core |
Class | public class View |
Inheritance | View ![]() ![]() ![]() ![]() ![]() |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Default MXML PropertymxmlContent
Event | Summary | Defined By | ||
---|---|---|---|---|
![]() | Indicates that the children of the container is have been added. | ContainerBase | ||
![]() | Set a different class for click events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
Dispatched at startup. | View | |||
![]() | Set a different class for mouseDown events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for mouseMove events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for mouseOut events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for mouseOver events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for mouseUp events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for rollOut events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Set a different class for rollOver events so that there aren't dependencies on the flash classes on the JS side. | UIBase | ||
![]() | Indicates that the state change has completed. | ContainerBase |
initComplete | Event |
org.apache.flex.events.Event
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Dispatched at startup. Attributes and sub-instances of the MXML document have been created and assigned. The component lifecycle is different than the Flex SDK. There is no creationComplete event.