AbstractGroup class
public function addItem(item:IGroupable):Number
// TODO: Add description of the addItem method.
item | a value for item |
Number
public function setItems(items:IList):Void
Sets the items value of this IGroup.
items | a value for items |
Void
public function getItemAt(index:Number):IGroupable
// TODO: Add description of the getItemAt method.
index | a value for index |
IGroupable
public function getItems():IList
Gets the items value of this IGroup.
IList
public function removeItem(item:IGroupable):Void
// TODO: Add description of the removeItem method.
item | a value for item |
Void
public function removeItemAt(index:Number):Void
// TODO: Add description of the removeItemAt method.
index | a value for index |
Void
public function activate(item:IGroupable):Void
// TODO: Add description of the activate method.
item | a value for item |
Void
function getFirstDisplayable():IDisplayable
getFirstDisplayable() in com.flashdoctors.dose.ui.group.IGroup
function getActiveDisplayable():IDisplayable
getActiveDisplayable() in com.flashdoctors.dose.ui.group.IGroup
public function activateByIndex(index:Number):Void
// TODO: Add description of the activateByIndex method.
index | a value for index |
Void
public function activateByName(name:String):Void
// TODO: Add description of the activateByName method.
name | a value for name |
Void
public function getActive():IGroupable
// TODO: Add description of the getActive method.
IGroupable
public function getActiveIndex():Number
// TODO: Add description of the getActiveIndex method.
Number
public function deactivate():Void
// TODO: Add description of the deactivate method.
Void
public function setLayoutManager(layout:ILayoutManager):Void
Sets the layoutManager value of this IGroup.
layout | a value for layout |
Void
public function getLayoutManager():ILayoutManager
Gets the layoutManager value of this IGroup.
ILayoutManager
public function addChangeCommand(command:ICommand):Void
// TODO: Add description of the addChangeCommand method.
command | a value for command |
Void
public function removeChangeCommand(command:ICommand):Void
// TODO: Add description of the removeChangeCommand method.
command | a value for command |
Void
removeChangeCommand() in com.flashdoctors.dose.ui.group.IGroup
public function getChangeCommands():IList
Gets the changeCommands value of this IGroup.
IList
getChangeCommands() in com.flashdoctors.dose.ui.group.IGroup
public function setChangeCommands(commands:IList):Void
Sets the changeCommands value of this IGroup.
commands | a value for commands |
Void
setChangeCommands() in com.flashdoctors.dose.ui.group.IGroup
public function setTransition(transition:ITransition):Void
Sets the transition value of this IGroup.
transition | a value for transition |
Void
public function getTransition():ITransition
Gets the transition value of this IGroup.
ITransition
public function clearTransition():Void
// TODO: Add description of the clearTransition method.
Void
public function getName():String
Gets the name value of this IGroup.
String
public function setName(name:String):Void
Sets the name value of this IGroup.
name | a value for name |
Void
public function isActive():Boolean
public function getIndex():Number
public function setIndex(i:Number):Void
public function getGroup():IGroup
public function setGroup(group:IGroup):Void