Packageardisia.components.dockingCompassContainer
Classpublic class TopLevelDropTarget
InheritanceTopLevelDropTarget Inheritance spark.components.supportClasses.SkinnableComponent

Serves as a drop target for DockingCompassContainer drops on the top level DockingCompassContainer.

Each instance serves as a drop target for a quadrant of the docking container.



Public Properties
 PropertyDefined By
  over : Boolean
True is the mouse is currently hovering over the element.
TopLevelDropTarget
  region : String
The region the drop target represents.
TopLevelDropTarget
Skin States

To skin the component, implement a skin that defines the following states. Although you must implement all skin states, a skin state can be empty. An empty skin state specifies no changes to the default skin state.


 Skin State Description Defined By
  
east
TopLevelDropTarget
  
eastAndOver
TopLevelDropTarget
  
north
TopLevelDropTarget
  
northAndOver
TopLevelDropTarget
  
south
TopLevelDropTarget
  
southAndOver
TopLevelDropTarget
  
west
TopLevelDropTarget
  
westAndOver
TopLevelDropTarget
Property Detail
overproperty
over:Boolean

True is the mouse is currently hovering over the element.

The default value is false.


Implementation
    public function get over():Boolean
    public function set over(value:Boolean):void
regionproperty 
region:String

The region the drop target represents.

The default value is null.


Implementation
    public function get region():String
    public function set region(value:String):void