| Package | ardisia.components.dockingCompassContainer |
| Class | public class TopLevelDropTarget |
| Inheritance | TopLevelDropTarget spark.components.supportClasses.SkinnableComponent |
Each instance serves as a drop target for a quadrant of the docking container.
| Property | Defined By | ||
|---|---|---|---|
| over : Boolean
True is the mouse is currently hovering over the element. | TopLevelDropTarget | ||
| region : String
The region the drop target represents. | TopLevelDropTarget | ||
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.
| over | property |
over:BooleanTrue is the mouse is currently hovering over the element.
The default value is false.
public function get over():Boolean public function set over(value:Boolean):void| region | property |
region:StringThe region the drop target represents.
The default value is null.
public function get region():String public function set region(value:String):void