Packagecom.esri.ags.webmap.supportClasses
Classpublic class PopUpFieldInfo
InheritancePopUpFieldInfo Inheritance Object

Since : ArcGIS API for Flex 2.3

Information for displaying and/or formatting fields inside a pop-up window.



Public Properties
 PropertyDefined By
  fieldName : String
The name of the field.
PopUpFieldInfo
  format : PopUpFieldFormat
The formatting to use for dates and numbers
PopUpFieldInfo
  label : String
Label (or alias) when displaying the field.
PopUpFieldInfo
  visible : Boolean = false
Whether or not to show the field in the default key-value table.
PopUpFieldInfo
Property Detail
fieldNameproperty
public var fieldName:String

The name of the field.

formatproperty 
public var format:PopUpFieldFormat

The formatting to use for dates and numbers

labelproperty 
public var label:String

Label (or alias) when displaying the field. Used in the default key-value table and as tooltips on charts.

visibleproperty 
public var visible:Boolean = false

Whether or not to show the field in the default key-value table.