ILayoutManager
AbstractLayoutManager class
public function getItems():IList
Gets the items value of this ILayoutManager.
IList
getItems() in com.flashdoctors.dose.ui.layout.ILayoutManager
public function setItems(items:IList):Void
Sets 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):Void
layoutItem() in com.flashdoctors.dose.ui.layout.ILayoutManager
public function layoutItemByName(name:String):Void
layoutItemByName() 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():Number
Gets the x value of this ILayoutManager.
Number
public function setX(x:Number):Void
Sets the x value of this ILayoutManager.
x | a value for x |
Void
public function getY():Number
Gets the y value of this ILayoutManager.
Number