Packagecom.esri.ags.controls.infoClasses
Classpublic class InfoPlacementEvent
InheritanceInfoPlacementEvent Inheritance flash.events.Event

Event dispatched usually from an info container content when the info container placement mode is set to auto. The placement property, will direct the info container to be repositioned about its anchor point.



Public Properties
 PropertyDefined by
  infoPlacement : String = "upperRight"
Info placement location.
InfoPlacementEvent
Public Methods
 MethodDefined by
  
InfoPlacementEvent(infoPlacement:String)
Creates a new InfoPlacementEvent.
InfoPlacementEvent
Public Constants
 ConstantDefined by
  INFO_PLACEMENT : String = "infoPlacement"
[static] Defines the value of the type property of an infoPlacement event object.
InfoPlacementEvent
Property detail
infoPlacementproperty
public var infoPlacement:String = "upperRight"

Info placement location.

Constructor detail
InfoPlacementEvent()constructor
public function InfoPlacementEvent(infoPlacement:String)

Creates a new InfoPlacementEvent.

Parameters
infoPlacement:String — the info placement location.
Constant detail
INFO_PLACEMENTconstant
public static const INFO_PLACEMENT:String = "infoPlacement"

Defines the value of the type property of an infoPlacement event object.