| Package | com.esri.ags.webmap.supportClasses |
| Class | public class PopUpFieldInfo |
| Inheritance | PopUpFieldInfo Object |
| Since : | ArcGIS API for Flex 2.3 |
| Property | Defined 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 | ||
| fieldName | property |
public var fieldName:StringThe name of the field.
| format | property |
public var format:PopUpFieldFormatThe formatting to use for dates and numbers
| label | property |
public var label:StringLabel (or alias) when displaying the field. Used in the default key-value table and as tooltips on charts.
| visible | property |
public var visible:Boolean = falseWhether or not to show the field in the default key-value table.