ICommand
This command simply handles activating an item within a group.
(this command is added to the clickCommands of TabButton by TabGroup when a button is added to the group.)
public function ActivateCommand(item:IGroupable)
Constructor that creates a new ActivateCommand with the item to activate.
item | The item to activate within a group. |
public function execute():Void
Executes this command.
Void
execute() in com.flashdoctors.reflex.ICommand
execute() in com.flashdoctors.reflex.AbstractCommand
public function setNewItem(item:IGroupable):Void
Sets the item to be activated within it's group
item | the item to be activated |
Void