|
ArcGIS Runtime SDK for iOS
100.15
|
Information about a field in a popup.
Instances of this class represent how a geo-element's attribute should be displayed as a field in a popup.
Class Methods | |
| (instancetype) | + popupField |
Properties | |
| BOOL | editable |
| NSString * | fieldName |
| AGSPopupFieldFormat * | format |
| NSString * | label |
| AGSPopupStringFieldOption | stringFieldOption |
| NSString * | tooltip |
| BOOL | visible |
| + (instancetype) popupField |
|
readwritenonatomicassign |
Whether or not the field is editable.
|
readwritenonatomiccopy |
The name of the field.
|
readwritenonatomicstrong |
Specifies how the field value should be formatted for display
|
readwritenonatomiccopy |
The label that is shown for this field in the popup.
|
readwritenonatomicassign |
Specifies how the text field should be displayed
|
readwritenonatomiccopy |
The tool tip that is shown for this field in the popup.
|
readwritenonatomicassign |
Whether or not the field is visible.