Mobile API Reference  MicroStrategy 2019
PromptStepperView Class Reference

#import <PromptStepperView.h>

Inheritance diagram for PromptStepperView:
<OperatorCallback>

Instance Methods

(id) - initWithFrame:value:parent:
 
(void) - operatorTouchesBegan:
 
(void) - setValueLabelValue:
 

Protected Attributes

PromptStepperOperatorViewminusView
 
PromptStepperOperatorViewplusView
 
PromptStepperLabelViewvalueLabel
 
PromptStepperCellparent
 
float value
 
float increment
 
float max
 
float min
 
BOOL minSet
 
BOOL maxSet
 

Method Documentation

◆ initWithFrame:value:parent:()

- (id) initWithFrame: (CGRect)  frame
value: (float)  val
parent: (PromptStepperCell *)  par 

◆ operatorTouchesBegan:()

- (void) operatorTouchesBegan: (PromptStepperOperatorView *)  operatorView

Reimplemented from <OperatorCallback>.

◆ setValueLabelValue:()

- (void) setValueLabelValue: (float)  newValue

Member Data Documentation

◆ increment

- (float) increment
readwriteprotected

◆ max

- (float) max
readwriteprotected

◆ maxSet

- (BOOL) maxSet
protected

◆ min

- (float) min
readwriteprotected

◆ minSet

- (BOOL) minSet
protected

◆ minusView

- (PromptStepperOperatorView*) minusView
protected

◆ parent

- (PromptStepperCell *) parent
readwritenonatomicassignprotected

◆ plusView

- (PromptStepperOperatorView*) plusView
protected

◆ value

- (float) value
readwriteprotected

◆ valueLabel

- (PromptStepperLabelView*) valueLabel
protected