| Package | org.fluint.uiImpersonation |
| Interface | public interface IVisualTestEnvironment |
| Implementors | ActionScriptVisualTestEnvironment, FlexVisualTestEnvironment |
| Property | Defined By | ||
|---|---|---|---|
| numChildren : int [read-only]
Returns the number of children in the visual test environment
| IVisualTestEnvironment | ||
| Method | Defined By | ||
|---|---|---|---|
addChild(child:DisplayObject):DisplayObject
Adds a display object to the visual test environment
| IVisualTestEnvironment | ||
addChildAt(child:DisplayObject, index:int):DisplayObject
Adds a display object to the visual test environment at a given position
| IVisualTestEnvironment | ||
getChildAt(index:int):DisplayObject
Returns a child in the visual test environment at a given index
| IVisualTestEnvironment | ||
getChildByName(name:String):DisplayObject
Returns a child in the visual test environment with a given name
| IVisualTestEnvironment | ||
getChildIndex(child:DisplayObject):int
Returns the index of a child in the visual test environment
| IVisualTestEnvironment | ||
removeAllChildren():void
Removes all children from visual test environment
| IVisualTestEnvironment | ||
removeChild(child:DisplayObject):DisplayObject
removes a display object from the visual test environment
| IVisualTestEnvironment | ||
removeChildAt(index:int):DisplayObject
Removes a display object from the visual test environment at an index
| IVisualTestEnvironment | ||
setChildIndex(child:DisplayObject, newIndex:int):void
Sets the index of a child in the visual test environment
| IVisualTestEnvironment | ||
| numChildren | property |
numChildren:int [read-only] Returns the number of children in the visual test environment
public function get numChildren():int| addChild | () | method |
public function addChild(child:DisplayObject):DisplayObjectAdds a display object to the visual test environment
Parameters
child:DisplayObject |
DisplayObject —
|
| addChildAt | () | method |
public function addChildAt(child:DisplayObject, index:int):DisplayObjectAdds a display object to the visual test environment at a given position
Parameters
child:DisplayObject | |
index:int |
DisplayObject —
|
| getChildAt | () | method |
public function getChildAt(index:int):DisplayObjectReturns a child in the visual test environment at a given index
Parameters
index:int |
DisplayObject —
|
| getChildByName | () | method |
public function getChildByName(name:String):DisplayObjectReturns a child in the visual test environment with a given name
Parameters
name:String |
DisplayObject —
|
| getChildIndex | () | method |
public function getChildIndex(child:DisplayObject):intReturns the index of a child in the visual test environment
Parameters
child:DisplayObject |
int —
|
| removeAllChildren | () | method |
public function removeAllChildren():voidRemoves all children from visual test environment
| removeChild | () | method |
public function removeChild(child:DisplayObject):DisplayObjectremoves a display object from the visual test environment
Parameters
child:DisplayObject |
DisplayObject —
|
| removeChildAt | () | method |
public function removeChildAt(index:int):DisplayObjectRemoves a display object from the visual test environment at an index
Parameters
index:int |
DisplayObject —
|
| setChildIndex | () | method |
public function setChildIndex(child:DisplayObject, newIndex:int):voidSets the index of a child in the visual test environment
Parameters
child:DisplayObject | |
newIndex:int |