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

Since : ArcGIS API for Flex 1.3

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.

Originally in the com.esri.ags.controls.infoClasses package, but as of version 2.0 in the com.esri.ags.events package.



Public Properties
 PropertyDefined By
  infoPlacement : String = upper-right
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 = upper-right

Info placement location.

Constructor Detail
InfoPlacementEvent()Constructor
public function InfoPlacementEvent(infoPlacement:String)

Creates a new InfoPlacementEvent.

Parameters
infoPlacement:String (default = NaN) — 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.