9 #import <UIKit/UIKit.h> 30 @property (nonatomic, retain) NSMutableArray *elementList;
31 @property (nonatomic, assign)
PromptHelper *promptHelper;
32 @property (nonatomic, retain) ObjectInfo* promptAttribute;
33 @property (nonatomic, retain) NSString* shortFilterXML;
34 @property (nonatomic, retain) NSArray* suggestedAnswers;
36 @property (nonatomic, copy) NSString* barcodeFormId;
37 @property (nonatomic, copy) NSString* geoMapping;
38 @property (nonatomic, copy) NSString* geoAttributeId;
39 @property (nonatomic, copy) NSString* dataSourcesXML;
41 -(void)elementEditDone:(
BOOL)shouldUpdate;
signed char BOOL
Definition: PDCwtypes.h:101
Definition: PromptHelper.h:92
NSString * geoAttributeId
Definition: ElementSelectionsController.h:22
NSString * geoMapping
Definition: ElementSelectionsController.h:21
PromptHelper * promptHelper
Definition: ElementSelectionsController.h:16
NSString * dataSourcesXML
Definition: ElementSelectionsController.h:23
PromptStepperOperatorView * deleteView
Definition: ElementSelectionsController.h:26
ObjectInfo * promptAttribute
Definition: ElementSelectionsController.h:17
ElementListController * currentController
Definition: ElementSelectionsController.h:27
NSArray * suggestedAnswers
Definition: ElementSelectionsController.h:19
NSString * shortFilterXML
Definition: ElementSelectionsController.h:18
NSString * barcodeFormId
Definition: ElementSelectionsController.h:20
NSMutableArray * elementList
Definition: ElementSelectionsController.h:15
PromptStepperOperatorView * addView
Definition: ElementSelectionsController.h:25
Definition: ElementSelectionsController.h:14
Definition: PromptStepperOperatorView.h:27
Definition: ElementListController.h:23
Definition: OperatorCallback.h:11