Packagelunas
Interfacepublic interface Component extends Drawable, Border, IDisplayObject, Groupable, flash.events.IEventDispatcher, Lockable, Loggable
Implementors CoreComponent

This interface defines the methods in a component based with the LunAS library.



Public Properties
 PropertyDefined By
 Inheritedborder : EdgeMetrics
Indicates the thickness, in pixels, of the four edge regions around a visual component.
Border
 Inheritedgroup : Boolean
Indicates with a boolean if this object is grouped.
Groupable
 InheritedgroupName : String
Indicates the name of the group of this object.
Groupable
  layout : Layout
Determinates the layout of this container.
Component
 Inheritedlogger : Logger
Determinates the internal Logger reference of this Loggable object.
Loggable
Public Methods
 MethodDefined By
 Inherited
draw(... arguments):void
Draws the shape or the view of the object.
Drawable
 Inherited
isLocked():Boolean
Returns true if the object is locked.
Lockable
 Inherited
lock():void
Locks the object.
Lockable
 Inherited
unlock():void
Unlocks the object.
Lockable
Property Detail
layoutproperty
layout:Layout

Determinates the layout of this container.


Implementation
    public function get layout():Layout
    public function set layout(value:Layout):void