Mobile API Reference
MicroStrategy 2019
|
#import <PromptStepperCell.h>
Instance Methods | |
(void) | - stepperValueChanged: |
Instance Methods inherited from PromptFormattableCell | |
(void) | - setFormattingValuesFromProperties: |
(void) | - replaceCurrencySymbolsFromProperties: |
(NSString *) | - formatValue: |
(void) | - setNegativeColor |
Instance Methods inherited from PromptBaseCell | |
(void) | - populate |
(void) | - addContent |
(NSInteger) | - addRequiredLabel |
(void) | - addErrorMessage |
(NSInteger) | - rightMargin |
(void) | - didRotateFromInterfaceOrientation |
Class Methods | |
(PromptStepperCell *) | + newCellForPrompt: |
Protected Attributes | |
PromptStepperView * | stepper |
Protected Attributes inherited from PromptFormattableCell | |
NSString * | positiveFormat |
NSString * | negativeFormat |
UIColor * | negativeColor |
Protected Attributes inherited from PromptBaseCell | |
UILabel * | titleLabel |
UILabel * | errorLabel |
UILabel * | requiredLabel |
Additional Inherited Members | |
Properties inherited from PromptBaseCell | |
Prompt * | prompt |
+ (PromptStepperCell*) newCellForPrompt: | (ConstantPrompt *) | prompt |
- (void) stepperValueChanged: | (NSString *) | newValue |
|
protected |