Package | org.apache.flex.html.supportClasses |
Class | public class DataGroup |
Inheritance | DataGroup ![]() ![]() ![]() ![]() |
Implements | IItemRendererParent, IContentView |
Subclasses | ChartDataGroup |
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Method | Defined By | ||
---|---|---|---|
Constructor. | DataGroup | ||
![]() | [override]
Add a bead to the strand. | UIBase | |
![]() | addedToParent():void
The method called when added to a parent. | UIBase | |
![]() | addElement(c:Object, dispatchEvent:Boolean = true):void
Add a component to the parent. | UIBase | |
![]() | addElementAt(c:Object, index:int, dispatchEvent:Boolean = true):void
Add a component to the parent. | UIBase | |
![]() | getBeadByType(classOrInterface:Class):IBead
Find a bead on the strand. | UIBase | |
![]() | getElementAt(index:int):Object
Get a component from the parent. | UIBase | |
![]() | getElementIndex(c:Object):int
Gets the index of this subcomponent. | UIBase | |
getItemRendererForIndex(index:int):IItemRenderer
The IItemRendererParent interface is the basic interface for the
container that parents item renderers. | DataGroup | ||
![]() | isHeightSizedToContent():Boolean | UIBase | |
![]() | isWidthSizedToContent():Boolean | UIBase | |
![]() | removeAllElements():void | ContainerContentArea | |
![]() |
Remove a bead from the strand. | UIBase | |
![]() | removeElement(c:Object, dispatchEvent:Boolean = true):void
Remove a component from the parent. | UIBase | |
![]() | setHeight(value:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setWidth(value:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setWidthAndHeight(newWidth:Number, newHeight:Number, noEvent:Boolean = false):void | UIBase | |
![]() | setX(value:Number):void | UIBase | |
![]() | setY(value:Number):void | UIBase | |
updateAllItemRenderers():void
Refreshes the itemRenderers. | DataGroup |
DataGroup | () | Constructor |
public function DataGroup()
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Constructor.
getItemRendererForIndex | () | method |
public function getItemRendererForIndex(index:int):IItemRenderer
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
The IItemRendererParent interface is the basic interface for the container that parents item renderers.
Parameters
index:int — The index of the data item.
|
IItemRenderer — The item renderer for the data item.
|
updateAllItemRenderers | () | method |
public function updateAllItemRenderers():void
Language Version : | ActionScript 3.0 |
Product Version : | FlexJS 0.0 |
Runtime Versions : | Flash Player 10.2, AIR 2.6 |
Refreshes the itemRenderers. Useful after a size change by the data group.