Packagecom.afcomponents.umap.gui
Classpublic class PositionControl
InheritancePositionControl Inheritance UIMapControl Inheritance fl.core.UIComponent

PositionControl



Public Properties
 PropertyDefined by
 Inheritedalign : Align
Gets or sets the control's alignment.
UIMapControl
 InheritedasDisplayObject : DisplayObject
Returns reference to the object as a DisplayObject instance.
UIMapControl
  autoRepeat : Boolean
PositionControl
 Inheritedcore : UMap
Returns reference to the core UMap object.
UIMapControl
 Inheriteddisplay : String
UIMapControl
 InheritedDISPLAY_COMPACT : String = "compact"
[static]
UIMapControl
 InheritedDISPLAY_EXPANDED : String = "expanded"
[static]
UIMapControl
 Inheritedid : uint
Gets or sets the ID of the object.
UIMapControl
 InheritedminSize : Size
Gets or sets control's minimum size.
UIMapControl
 Inheritedname : String
UIMapControl
 Inheritedoffset : Offset
Gets or sets the control's offset position.
UIMapControl
 Inheritedowner : IMapObjectContainer
Returns reference to the owner container object.
UIMapControl
 Inheritedpadding : Point
Gets or sets the control's padding value.
UIMapControl
  panningDistance : uint
PositionControl
  repeatDelay : uint
PositionControl
  repeatStartDelay : uint
PositionControl
  stackAlignment : String
PositionControl
 InheritedSTACK_HORIZONTAL : String = "horizontal"
[static]
UIMapControl
  stackPadding : Point
PositionControl
 InheritedSTACK_VERTICAL : String = "vertical"
[static]
UIMapControl
Public Methods
 MethodDefined by
  
PositionControl(param:Object = null)
PositionControl
  
PositionControl
 Inherited
cancelDoubleClick(event:MouseEvent = null):void
UIMapControl
 Inherited
cancelDragging(event:MouseEvent = null):void
UIMapControl
  
dispose():void
Releases all the resources accuired by the object.
PositionControl
 Inherited
UIMapControl
 Inherited
init():void
Invoked when control has been attached to GuiManager, or when UMap has been initialized.
UIMapControl
  
ready():void
Invoked when UMap enters ready() state.
PositionControl
  
refresh():void
Refreshes the control.
PositionControl
 Inherited
remove():void
Removes the object from the owner container object.
UIMapControl
 Inherited
Invoked by GuiManager to report the available space this control can occupy.
UIMapControl
 Inherited
Adds the object to the specified IMapObjectContainer.
UIMapControl
 Inherited
setRefreshCallback(refresh:Function):void
Sets the callback function which should be called by the control after it's size has been updated.
UIMapControl
 Inherited
updateMapType(mapType:IMapType):void
Invoked when map type has been updated.
UIMapControl
 Inherited
updatePosition(latlng:LatLng):void
Invoked when map center has been updated.
UIMapControl
 Inherited
updateSize(width:Number, height:Number):void
Invoked when the UMap Component size has been updated.
UIMapControl
 Inherited
updateZoom(zoom:Number):void
Invoked when map zoom level has been updated.
UIMapControl
Protected Methods
 MethodDefined by
 Inherited
UIMapControl
Public Constants
 ConstantDefined by
  CENTER : String = "center"
[static]
PositionControl
  DOWN : String = "down"
[static]
PositionControl
  LEFT : String = "left"
[static]
PositionControl
  RIGHT : String = "right"
[static]
PositionControl
  UP : String = "up"
[static]
PositionControl
Property detail
autoRepeatproperty
autoRepeat:Boolean  [read-write]

Implementation
    public function get autoRepeat():Boolean
    public function set autoRepeat(value:Boolean):void
panningDistanceproperty 
panningDistance:uint  [read-write]

Implementation
    public function get panningDistance():uint
    public function set panningDistance(value:uint):void
repeatDelayproperty 
repeatDelay:uint  [read-write]

Implementation
    public function get repeatDelay():uint
    public function set repeatDelay(value:uint):void
repeatStartDelayproperty 
repeatStartDelay:uint  [read-write]

Implementation
    public function get repeatStartDelay():uint
    public function set repeatStartDelay(value:uint):void
stackAlignmentproperty 
stackAlignment:String  [read-write]

Implementation
    public function get stackAlignment():String
    public function set stackAlignment(value:String):void
stackPaddingproperty 
stackPadding:Point  [read-write]

Implementation
    public function get stackPadding():Point
    public function set stackPadding(value:Point):void
Constructor detail
PositionControl()constructor
public function PositionControl(param:Object = null)

Parameters
param:Object (default = null)
Method detail
arrangeButtons()method
public function arrangeButtons():void

dispose()method 
public override function dispose():void

Releases all the resources accuired by the object.

ready()method 
public override function ready():void

Invoked when UMap enters ready() state.

refresh()method 
public override function refresh():void

Refreshes the control.

Constant detail
CENTERconstant
public static const CENTER:String = "center"

DOWNconstant 
public static const DOWN:String = "down"

LEFTconstant 
public static const LEFT:String = "left"

RIGHTconstant 
public static const RIGHT:String = "right"

UPconstant 
public static const UP:String = "up"