ILayoutManager AbstractLayoutManager class
public function getItems():IListGets the items value of this ILayoutManager.
IList
getItems() in com.flashdoctors.dose.ui.layout.ILayoutManager
public function setItems(items:IList):VoidSets the items value of this ILayoutManager.
items | a value for items |
Void
setItems() in com.flashdoctors.dose.ui.layout.ILayoutManager
public function addItem(item:IDisplayable):Void// TODO: Add description of the addItem method.
item | a value for item |
Void
public function layoutItems():Void// TODO: Add description of the layoutItems method.
Void
layoutItems() in com.flashdoctors.dose.ui.layout.ILayoutManager
public function layoutItem(item:IDisplayable):VoidlayoutItem() in com.flashdoctors.dose.ui.layout.ILayoutManager
public function layoutItemByName(name:String):VoidlayoutItemByName() in com.flashdoctors.dose.ui.layout.ILayoutManager
public function calculateLayout():Layout// TODO: Add description of the calculateLayout method.
IList
calculateLayout() in com.flashdoctors.dose.ui.layout.ILayoutManager
public function getX():NumberGets the x value of this ILayoutManager.
Number
public function setX(x:Number):VoidSets the x value of this ILayoutManager.
x | a value for x |
Void
public function getY():NumberGets the y value of this ILayoutManager.
Number