Class com.flashdoctors.dose.ui.Displayable

Implemented Interfaces

IGroupable

Description

Displayable class

Method Index

getGroup(), getIndex(), isActive(), setGroup(), setIndex()

Inherited from AbstractDisplayable

Method Detail

isActive

public function isActive():Boolean

// TODO: Add description of the isActive method.

Return

Void

Specified By

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

getIndex

public function getIndex():Number

Gets the index value of this IGroupable.

Return

Void

Specified By

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

setIndex

public function setIndex(n:Number):Void

Sets the index value of this IGroupable.

Return

Void

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