Mobile API Reference  MicroStrategy 2019
PromptTextCell Class Reference

#import <PromptTextCell.h>

Inheritance diagram for PromptTextCell:
PromptBaseCell

Class Methods

(PromptTextCell *) + newCellForPrompt:
 

Protected Attributes

UITextField * valueField
 
- Protected Attributes inherited from PromptBaseCell
UILabel * titleLabel
 
UILabel * errorLabel
 
UILabel * requiredLabel
 

Additional Inherited Members

- Instance Methods inherited from PromptBaseCell
(void) - populate
 
(void) - addContent
 
(NSInteger) - addRequiredLabel
 
(void) - addErrorMessage
 
(NSInteger) - rightMargin
 
(void) - didRotateFromInterfaceOrientation
 
- Properties inherited from PromptBaseCell
Prompt * prompt
 

Method Documentation

◆ newCellForPrompt:()

+ (PromptTextCell*) newCellForPrompt: (ConstantPrompt *)  _prompt

Member Data Documentation

◆ valueField

- (UITextField*) valueField
protected