Mobile API Reference  MicroStrategy 2019
PromptStepperCell Class Reference

#import <PromptStepperCell.h>

Inheritance diagram for PromptStepperCell:
PromptFormattableCell PromptBaseCell

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

PromptStepperViewstepper
 
- 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
 

Method Documentation

◆ newCellForPrompt:()

+ (PromptStepperCell*) newCellForPrompt: (ConstantPrompt *)  prompt

◆ stepperValueChanged:()

- (void) stepperValueChanged: (NSString *)  newValue

Member Data Documentation

◆ stepper

- (PromptStepperView*) stepper
protected