|
Mobile API Reference
MicroStrategy 2019
|
#import <PromptSliderCell.h>
Instance Methods | |
| (void) | - setUpValues |
| (void) | - setValueFieldValue: |
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 | |
| (PromptSliderCell *) | + newCellForPrompt: |
Protected Attributes | |
| UISlider * | slider |
| UILabel * | valueField |
| float | promptInterval |
| float | lastReadSliderValue |
| MSTRFormatter * | formatter |
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 |
| + (PromptSliderCell*) newCellForPrompt: | (ConstantPrompt *) | prompt |
| - (void) setUpValues |
| - (void) setValueFieldValue: | (float) | value |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |