Flex 4.5 使用ActionScript创建item renderer
?
使用AS创建item rendererCommits any changes to component properties, either to make the changes occur at the same time or to ensure that properties are set in a specific order.
For more information, see?Implementing the commitProperties() method.
Creates any child components of the component. For example, the ComboBox control contains a TextInput control and a Button control as child components.
For more information, see?Implementing the createChildren() method.
Sets the default size and default minimum size of the component.
For more information, see?Implementing the measure() method.
Detects changes to style properties. For more information, see?Overriding the styleChanged() method. Sizes and positions the children of the component on the screen based on all previous property and style settings, and draws any skins or graphic elements used by the component. The parent container for the component determines the size of the component itself. Defines the background display of the item renderer. Lays out the children of the item renderer. Marks a component so that its? Marks a component so that its? Marks a component so that its?