|
ArcGIS Runtime SDK for iOS
100.9
|
Go to the source code of this file.
Enumerations | |
| enum | AGSPopupFeatureTypeChangeMode { AGSPopupFeatureTypeChangeModeResetDefaultValues = 0, AGSPopupFeatureTypeChangeModeKeepValues = 1 } |
| enum | AGSPopupValidationErrorCode { AGSPopupValidationErrorCodeInvalidGeoElement = 11000, AGSPopupValidationErrorCodeNullNotAllowed = 11001, AGSPopupValidationErrorCodeValueOutOfRange = 11002, AGSPopupValidationErrorExceedsMaxLength = 11003, AGSPopupValidationErrorInvalidNumericString = 11004, AGSPopupValidationErrorExceedsNumericMaximum = 11005, AGSPopupValidationErrorLessThanNumericMinimum = 11006, AGSPopupValidationErrorIllegalDomainCode = 11007 } |
Variables | |
| AGS_EXTERN NSNotificationName _Nonnull const | AGSPopupManagerFeatureTypeDidChangeNotification |
| AGS_EXTERN NSNotificationName _Nonnull const | AGSPopupManagerGeoElementValidityDidChangeNotification |
| AGS_EXTERN NSString *const | AGSPopupValidationErrorDomain |
Options specifying how to handle existing field values when a feature's type is changed.
Constants representing popup validation error codes. These errors belongs to AGSPopupValidationErrorDomain.
| Enumerator | |
|---|---|
| AGSPopupValidationErrorCodeInvalidGeoElement | Invalid attributes or geometry on the associated |
| AGSPopupValidationErrorCodeNullNotAllowed | Null value not allowed. |
| AGSPopupValidationErrorCodeValueOutOfRange | Value out of range domain. |
| AGSPopupValidationErrorExceedsMaxLength | Value exceeds maximum field length. |
| AGSPopupValidationErrorInvalidNumericString | String input could not be parsed into the numeric value required by the field. |
| AGSPopupValidationErrorExceedsNumericMaximum | Numeric field value greater than the field type allows. |
| AGSPopupValidationErrorLessThanNumericMinimum | Numeric field value less than the field type allows. |
| AGSPopupValidationErrorIllegalDomainCode | Coded value domain code is not defined in the domain list. |
| AGS_EXTERN NSNotificationName _Nonnull const AGSPopupManagerFeatureTypeDidChangeNotification |
Notification that is fired when the feature type for a feature in a popup changes.
| AGS_EXTERN NSNotificationName _Nonnull const AGSPopupManagerGeoElementValidityDidChangeNotification |
Notification that is fired when the validity of a feature changes.
| AGS_EXTERN NSString* const AGSPopupValidationErrorDomain |
Constant representing the domain for popup validation errors.