Mobile API Reference  MicroStrategy 2019
PromptStepperCell.h
Go to the documentation of this file.
1 //
2 // PromptStepperCell.h
3 // MSTRMobile
4 //
5 // Created by Firat Alpergin on 2/25/10.
6 // Copyright 2010 MicroStrategy. All rights reserved.
7 //
8 
9 #import <UIKit/UIKit.h>
11 
12 #define OPERATOR_FIELD_WIDTH 27
13 #define VALUE_SIDE_PADDING 2
14 #define STEPPER_CELL_RIGHT_PADDING 7
15 
16 @class PromptStepperView, ConstantPrompt;
17 
20 }
21 
22 +(PromptStepperCell*)newCellForPrompt:(ConstantPrompt*)prompt;
23 -(void)stepperValueChanged:(NSString *)newValue;
24 
25 @end
Definition: PromptFormattableCell.h:12
Definition: PromptStepperCell.h:18
PromptStepperView * stepper
Definition: PromptStepperCell.h:19
Definition: PromptStepperView.h:14