ArcGIS Runtime SDK for iOS: AGSPopupField Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSPopupField Class Reference

Description

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.

Since
100
Inheritance diagram for AGSPopupField:
AGSObject

Class Methods

(instancetype) + popupField
 

Properties

BOOL editable
 
NSString * fieldName
 
AGSPopupFieldFormatformat
 
NSString * label
 
AGSPopupStringFieldOption stringFieldOption
 
NSString * tooltip
 
BOOL visible
 

Method Documentation

◆ popupField

+ (instancetype) popupField

Property Documentation

◆ editable

- (BOOL) editable
readwritenonatomicassign

Whether or not the field is editable.

Since
100

◆ fieldName

- (NSString*) fieldName
readwritenonatomiccopy

The name of the field.

Since
100

◆ format

- (AGSPopupFieldFormat*) format
readwritenonatomicstrong

Specifies how the field value should be formatted for display

Since
100

◆ label

- (NSString*) label
readwritenonatomiccopy

The label that is shown for this field in the popup.

Since
100

◆ stringFieldOption

- (AGSPopupStringFieldOption) stringFieldOption
readwritenonatomicassign

Specifies how the text field should be displayed

Since
100

◆ tooltip

- (NSString*) tooltip
readwritenonatomiccopy

The tool tip that is shown for this field in the popup.

Since
100

◆ visible

- (BOOL) visible
readwritenonatomicassign

Whether or not the field is visible.

Since
100