| Package | com.esri.ags.webmap |
| Class | public class PopUpRenderer |
| Inheritance | PopUpRenderer spark.components.supportClasses.SkinnableComponent |
| Implements | IGraphicRenderer |
| Since : | ArcGIS API for Flex 2.3 |
| Property | Defined By | ||
|---|---|---|---|
| featureLayer : FeatureLayer [read-only]
The feature layer which the graphic belongs to. | PopUpRenderer | ||
| formattedAttributes : Object [read-only]
The graphic's formatted attribute data. | PopUpRenderer | ||
| graphic : Graphic
The implementation of the graphic property as defined by the IGraphicRenderer interface. | PopUpRenderer | ||
| map : Map [read-only]
The Map which the graphic belongs to. | PopUpRenderer | ||
| popUpInfo : PopUpInfo
Used to configure PopUpRenderer. | PopUpRenderer | ||
| validPopUpMediaInfos : Array [read-only]
The PopUpMediaInfo's from popUpInfo.popUpMediaInfos that are valid for the graphic. | PopUpRenderer | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new PopUpRenderer. | PopUpRenderer | ||
| featureLayer | property |
featureLayer:FeatureLayer [read-only] The feature layer which the graphic belongs to.
This property can be used as the source for data binding.
public function get featureLayer():FeatureLayer| formattedAttributes | property |
formattedAttributes:Object [read-only] The graphic's formatted attribute data.
public function get formattedAttributes():Object| graphic | property |
graphic:Graphic
The implementation of the graphic property as defined by the IGraphicRenderer interface.
This property can be used as the source for data binding.
public function get graphic():Graphic public function set graphic(value:Graphic):void| map | property |
map:Map [read-only] The Map which the graphic belongs to.
This property can be used as the source for data binding.
public function get map():Map| popUpInfo | property |
popUpInfo:PopUpInfoUsed to configure PopUpRenderer.
This property can be used as the source for data binding.
public function get popUpInfo():PopUpInfo public function set popUpInfo(value:PopUpInfo):void| validPopUpMediaInfos | property |
validPopUpMediaInfos:Array [read-only] The PopUpMediaInfo's from popUpInfo.popUpMediaInfos that are valid for the graphic. Valid PopUpMediaInfo have either a imageSourceURL or at least one chart field.
public function get validPopUpMediaInfos():Array| PopUpRenderer | () | Constructor |
public function PopUpRenderer()Creates a new PopUpRenderer.