| Package | com.esri.ags.components.supportClasses |
| Class | public class InfoComponent |
| Inheritance | InfoComponent spark.components.supportClasses.SkinnableComponent |
| Implements | mx.core.IDataRenderer |
| Subclasses | InfoSymbolWindow, InfoWindow |
See also
| Property | Defined By | ||
|---|---|---|---|
| anchorX : Number
The anchor X location in pixels. | InfoComponent | ||
| anchorY : Number
The anchor Y location in pixels. | InfoComponent | ||
| data : Object
The associated data. | InfoComponent | ||
| map : Map [read-only]
Gets a reference to the Map instance. | InfoComponent | ||
| Method | Defined By | ||
|---|---|---|---|
InfoComponent(map:Map)
Create a new InfoComponent instance. | InfoComponent | ||
This component uses skins made up of skin parts. Do not set the skin parts directly. The component's skin sets the skin parts.
| Skin Part | Description | Defined By | ||
|---|---|---|---|---|
contentGroup:spark.components.Group | Required: false Part Type: Static Optional skin part to hold the info window content. | InfoComponent | ||
| anchorX | property |
anchorX:NumberThe anchor X location in pixels.
This property can be used as the source for data binding.
public function get anchorX():Number public function set anchorX(value:Number):void| anchorY | property |
anchorY:NumberThe anchor Y location in pixels.
This property can be used as the source for data binding.
public function get anchorY():Number public function set anchorY(value:Number):void| data | property |
data:Object
The associated data.
If the content is an instance of IDataRenderer, then the
data setter will be invoked with the data value.
This property can be used as the source for data binding.
public function get data():Object public function set data(value:Object):void| map | property |
map:Map [read-only] Gets a reference to the Map instance.
public function get map():Map| InfoComponent | () | Constructor |
public function InfoComponent(map:Map)Create a new InfoComponent instance.
Parametersmap:Map — Reference to a Map instance.
|