Class com.flashdoctors.dose.ui.group.AbstractGroup

Implemented Interfaces

IGroup IGroupable

Description

AbstractGroup class

Method Index

activate(), activateByIndex(), activateByName(), addChangeCommand(), addItem(), clearTransition(), deactivate(), getActive(), getActiveDisplayable(), getActiveIndex(), getChangeCommands(), getFirstDisplayable(), getGroup(), getIndex(), getItemAt(), getItems(), getLayoutManager(), getName(), getTransition(), isActive(), removeChangeCommand(), removeItem(), removeItemAt(), setChangeCommands(), setGroup(), setIndex(), setItems(), setLayoutManager(), setName(), setTransition()

Method Detail

addItem

public function addItem(item:IGroupable):Number

// TODO: Add description of the addItem method.

Parameters

itema value for item

Return

Number

Specified By

addItem() in com.flashdoctors.dose.ui.group.IGroup

setItems

public function setItems(items:IList):Void

Sets the items value of this IGroup.

Parameters

itemsa value for items

Return

Void

Specified By

setItems() in com.flashdoctors.dose.ui.group.IGroup

getItemAt

public function getItemAt(index:Number):IGroupable

// TODO: Add description of the getItemAt method.

Parameters

indexa value for index

Return

IGroupable

Specified By

getItemAt() in com.flashdoctors.dose.ui.group.IGroup

getItems

public function getItems():IList

Gets the items value of this IGroup.

Return

IList

Specified By

getItems() in com.flashdoctors.dose.ui.group.IGroup

removeItem

public function removeItem(item:IGroupable):Void

// TODO: Add description of the removeItem method.

Parameters

itema value for item

Return

Void

Specified By

removeItem() in com.flashdoctors.dose.ui.group.IGroup

removeItemAt

public function removeItemAt(index:Number):Void

// TODO: Add description of the removeItemAt method.

Parameters

indexa value for index

Return

Void

Specified By

removeItemAt() in com.flashdoctors.dose.ui.group.IGroup

activate

public function activate(item:IGroupable):Void

// TODO: Add description of the activate method.

Parameters

itema value for item

Return

Void

Specified By

activate() in com.flashdoctors.dose.ui.group.IGroup

getFirstDisplayable

function getFirstDisplayable():IDisplayable

getActiveDisplayable

function getActiveDisplayable():IDisplayable

activateByIndex

public function activateByIndex(index:Number):Void

// TODO: Add description of the activateByIndex method.

Parameters

indexa value for index

Return

Void

Specified By

activateByIndex() in com.flashdoctors.dose.ui.group.IGroup

activateByName

public function activateByName(name:String):Void

// TODO: Add description of the activateByName method.

Parameters

namea value for name

Return

Void

Specified By

activateByName() in com.flashdoctors.dose.ui.group.IGroup

getActive

public function getActive():IGroupable

// TODO: Add description of the getActive method.

Return

IGroupable

Specified By

getActive() in com.flashdoctors.dose.ui.group.IGroup

getActiveIndex

public function getActiveIndex():Number

// TODO: Add description of the getActiveIndex method.

Return

Number

Specified By

getActiveIndex() in com.flashdoctors.dose.ui.group.IGroup

deactivate

public function deactivate():Void

// TODO: Add description of the deactivate method.

Return

Void

Specified By

deactivate() in com.flashdoctors.dose.ui.group.IGroup

setLayoutManager

public function setLayoutManager(layout:ILayoutManager):Void

Sets the layoutManager value of this IGroup.

Parameters

layouta value for layout

Return

Void

Specified By

setLayoutManager() in com.flashdoctors.dose.ui.group.IGroup

getLayoutManager

public function getLayoutManager():ILayoutManager

Gets the layoutManager value of this IGroup.

Return

ILayoutManager

Specified By

getLayoutManager() in com.flashdoctors.dose.ui.group.IGroup

addChangeCommand

public function addChangeCommand(command:ICommand):Void

// TODO: Add description of the addChangeCommand method.

Parameters

commanda value for command

Return

Void

Specified By

addChangeCommand() in com.flashdoctors.dose.ui.group.IGroup

removeChangeCommand

public function removeChangeCommand(command:ICommand):Void

// TODO: Add description of the removeChangeCommand method.

Parameters

commanda value for command

Return

Void

Specified By

removeChangeCommand() in com.flashdoctors.dose.ui.group.IGroup

getChangeCommands

public function getChangeCommands():IList

Gets the changeCommands value of this IGroup.

Return

IList

Specified By

getChangeCommands() in com.flashdoctors.dose.ui.group.IGroup

setChangeCommands

public function setChangeCommands(commands:IList):Void

Sets the changeCommands value of this IGroup.

Parameters

commandsa value for commands

Return

Void

Specified By

setChangeCommands() in com.flashdoctors.dose.ui.group.IGroup

setTransition

public function setTransition(transition:ITransition):Void

Sets the transition value of this IGroup.

Parameters

transitiona value for transition

Return

Void

Specified By

setTransition() in com.flashdoctors.dose.ui.group.IGroup

getTransition

public function getTransition():ITransition

Gets the transition value of this IGroup.

Return

ITransition

Specified By

getTransition() in com.flashdoctors.dose.ui.group.IGroup

clearTransition

public function clearTransition():Void

// TODO: Add description of the clearTransition method.

Return

Void

Specified By

clearTransition() in com.flashdoctors.dose.ui.group.IGroup

getName

public function getName():String

Gets the name value of this IGroup.

Return

String

Specified By

getName() in com.flashdoctors.dose.ui.group.IGroupable

setName

public function setName(name:String):Void

Sets the name value of this IGroup.

Parameters

namea value for name

Return

Void

Specified By

setName() in com.flashdoctors.dose.ui.group.IGroupable

isActive

public function isActive():Boolean

Description copied from IGroupable

Function isActive

Specified By

isActive() in com.flashdoctors.dose.ui.group.IGroupable

getIndex

public function getIndex():Number

Description copied from IGroupable

Function getIndex

Specified By

getIndex() in com.flashdoctors.dose.ui.group.IGroupable

setIndex

public function setIndex(i:Number):Void

Description copied from IGroupable

Function setIndex

Specified By

setIndex() in com.flashdoctors.dose.ui.group.IGroupable

getGroup

public function getGroup():IGroup

Description copied from IGroupable

Function getGroup

Specified By

getGroup() in com.flashdoctors.dose.ui.group.IGroupable

setGroup

public function setGroup(group:IGroup):Void

Description copied from IGroupable

Function setGroup

Specified By

setGroup() in com.flashdoctors.dose.ui.group.IGroupable