ArcGIS Runtime SDK for iOS
100.15
AGSPopupFieldFormat.h
Go to the documentation of this file.
1
/*
2
COPYRIGHT 2022 ESRI
3
4
All rights reserved under the copyright laws of the United States
5
and applicable international laws, treaties, and conventions.
6
7
This material is licensed for use under the Esri Master License
8
Agreement (MLA), and is bound by the terms of that agreement.
9
You may redistribute and use this code without modification,
10
provided you adhere to the terms of the MLA and include this
11
copyright notice.
12
13
See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
14
15
For additional information, contact:
16
Environmental Systems Research Institute, Inc.
17
Attn: Contracts and Legal Services Department
18
380 New York Street
19
Redlands, California, 92373
20
USA
21
22
email: contracts@esri.com
23
*/
24
//Required for Globals API doc
26
27
#import <Foundation/Foundation.h>
28
#import <ArcGIS/AGSObject.h>
29
30
31
40
typedef
NS_ENUM(NSInteger,
AGSPopupDateFormat
) {
41
AGSPopupDateFormatDayShortMonthYear
= 0,
42
AGSPopupDateFormatLongDate
= 1,
43
AGSPopupDateFormatLongMonthDayYear
= 2,
44
AGSPopupDateFormatLongMonthYear
= 3,
45
AGSPopupDateFormatShortDate
= 4,
46
AGSPopupDateFormatShortDateLE
= 5,
47
AGSPopupDateFormatShortDateLELongTime
= 6,
48
AGSPopupDateFormatShortDateLELongTime24
= 7,
49
AGSPopupDateFormatShortDateLEShortTime
= 8,
50
AGSPopupDateFormatShortDateLEShortTime24
= 9,
51
AGSPopupDateFormatShortDateLongTime
= 10,
52
AGSPopupDateFormatShortDateLongTime24
= 11,
53
AGSPopupDateFormatShortDateShortTime
= 12,
54
AGSPopupDateFormatShortDateShortTime24
= 13,
55
AGSPopupDateFormatShortMonthYear
= 14,
56
AGSPopupDateFormatYear
= 15,
57
AGSPopupDateFormatUnknown
= -1
58
};
59
66
@interface
AGSPopupFieldFormat
:
AGSObject
67
68
#pragma mark -
69
#pragma mark initializers
70
71
+(instancetype)
popupFieldFormat
;
72
73
#pragma mark -
74
#pragma mark properties
75
79
@property
(nonatomic, assign, readwrite)
AGSPopupDateFormat
dateFormat
;
80
84
@property
(nonatomic, assign, readwrite) NSInteger
decimalPlaces
;
85
89
@property
(nonatomic, assign, readwrite) BOOL
useThousandsSeparator
;
90
91
#pragma mark -
92
#pragma mark methods
93
94
@end
95
96
AGSPopupDateFormat
AGSPopupDateFormat
Definition:
AGSPopupFieldFormat.h:40
AGSPopupDateFormatShortDate
@ AGSPopupDateFormatShortDate
Definition:
AGSPopupFieldFormat.h:45
AGSPopupDateFormatLongMonthYear
@ AGSPopupDateFormatLongMonthYear
Definition:
AGSPopupFieldFormat.h:44
AGSPopupDateFormatShortDateLEShortTime24
@ AGSPopupDateFormatShortDateLEShortTime24
Definition:
AGSPopupFieldFormat.h:50
AGSPopupDateFormatShortDateLongTime24
@ AGSPopupDateFormatShortDateLongTime24
Definition:
AGSPopupFieldFormat.h:52
AGSPopupDateFormatShortDateLELongTime24
@ AGSPopupDateFormatShortDateLELongTime24
Definition:
AGSPopupFieldFormat.h:48
AGSPopupDateFormatYear
@ AGSPopupDateFormatYear
Definition:
AGSPopupFieldFormat.h:56
AGSPopupDateFormatShortDateLE
@ AGSPopupDateFormatShortDateLE
Definition:
AGSPopupFieldFormat.h:46
AGSPopupDateFormatLongMonthDayYear
@ AGSPopupDateFormatLongMonthDayYear
Definition:
AGSPopupFieldFormat.h:43
AGSPopupDateFormatShortDateShortTime24
@ AGSPopupDateFormatShortDateShortTime24
Definition:
AGSPopupFieldFormat.h:54
AGSPopupDateFormatLongDate
@ AGSPopupDateFormatLongDate
Definition:
AGSPopupFieldFormat.h:42
AGSPopupDateFormatUnknown
@ AGSPopupDateFormatUnknown
Definition:
AGSPopupFieldFormat.h:57
AGSPopupDateFormatShortDateLongTime
@ AGSPopupDateFormatShortDateLongTime
Definition:
AGSPopupFieldFormat.h:51
AGSPopupDateFormatShortDateLELongTime
@ AGSPopupDateFormatShortDateLELongTime
Definition:
AGSPopupFieldFormat.h:47
AGSPopupDateFormatShortDateLEShortTime
@ AGSPopupDateFormatShortDateLEShortTime
Definition:
AGSPopupFieldFormat.h:49
AGSPopupDateFormatShortMonthYear
@ AGSPopupDateFormatShortMonthYear
Definition:
AGSPopupFieldFormat.h:55
AGSPopupDateFormatDayShortMonthYear
@ AGSPopupDateFormatDayShortMonthYear
Definition:
AGSPopupFieldFormat.h:41
AGSPopupDateFormatShortDateShortTime
@ AGSPopupDateFormatShortDateShortTime
Definition:
AGSPopupFieldFormat.h:53
AGSObject
Definition:
AGSObject.h:28
AGSPopupFieldFormat
Display formatting for a popup field.
Definition:
AGSPopupFieldFormat.h:67
AGSPopupFieldFormat::decimalPlaces
NSInteger decimalPlaces
Definition:
AGSPopupFieldFormat.h:84
AGSPopupFieldFormat::useThousandsSeparator
BOOL useThousandsSeparator
Definition:
AGSPopupFieldFormat.h:89
AGSPopupFieldFormat::dateFormat
AGSPopupDateFormat dateFormat
Definition:
AGSPopupFieldFormat.h:79
+[AGSPopupFieldFormat popupFieldFormat]
instancetype popupFieldFormat()
ArcGIS
Frameworks
ArcGIS.xcframework
ios-arm64
ArcGIS.framework
Headers
AGSPopupFieldFormat.h
Generated on Tue Aug 9 2022 14:00:18 for ArcGIS Runtime SDK for iOS by
1.9.1