Class com.flashdoctors.dose.ui.layout.AbstractLayoutManager

Implemented Interfaces

ILayoutManager

Description

AbstractLayoutManager class

Method Index

addItem(), calculateLayout(), getItems(), getX(), getY(), layoutItem(), layoutItemByIndex(), layoutItemByName(), layoutItems(), setItems(), setX(), setY()

Method Detail

getItems

public function getItems():IList

Gets the items value of this ILayoutManager.

Return

IList

Specified By

getItems() in com.flashdoctors.dose.ui.layout.ILayoutManager

setItems

public function setItems(items:IList):Void

Sets the items value of this ILayoutManager.

Parameters

itemsa value for items

Return

Void

Specified By

setItems() in com.flashdoctors.dose.ui.layout.ILayoutManager

addItem

public function addItem(item:IDisplayable):Void

// TODO: Add description of the addItem method.

Parameters

itema value for item

Return

Void

Specified By

addItem() in com.flashdoctors.dose.ui.layout.ILayoutManager

layoutItems

public function layoutItems():Void

// TODO: Add description of the layoutItems method.

Return

Void

Specified By

layoutItems() in com.flashdoctors.dose.ui.layout.ILayoutManager

layoutItem

public function layoutItem(item:IDisplayable):Void

layoutItemByIndex

public function layoutItemByIndex(index:Number):Void

layoutItemByName

public function layoutItemByName(name:String):Void

calculateLayout

public function calculateLayout():Layout

// TODO: Add description of the calculateLayout method.

Return

IList

Specified By

calculateLayout() in com.flashdoctors.dose.ui.layout.ILayoutManager

getX

public function getX():Number

Gets the x value of this ILayoutManager.

Return

Number

Specified By

getX() in com.flashdoctors.dose.ui.layout.ILayoutManager

setX

public function setX(x:Number):Void

Sets the x value of this ILayoutManager.

Parameters

xa value for x

Return

Void

Specified By

setX() in com.flashdoctors.dose.ui.layout.ILayoutManager

getY

public function getY():Number

Gets the y value of this ILayoutManager.

Return

Number

Specified By

getY() in com.flashdoctors.dose.ui.layout.ILayoutManager

setY

public function setY(y:Number):Void

Sets the y value of this ILayoutManager.

Parameters

ya value for y

Return

Void

Specified By

setY() in com.flashdoctors.dose.ui.layout.ILayoutManager