Mobile API Reference  MicroStrategy 2019
PromptSummaryScreenCell Class Reference

#import <PromptSummaryScreenCell.h>

Inheritance diagram for PromptSummaryScreenCell:
PromptBaseCell

Instance Methods

(id) - initWithStyle:reuseIdentifier:prompt:isDate:
 
- Instance Methods inherited from PromptBaseCell
(void) - populate
 
(void) - addContent
 
(NSInteger) - addRequiredLabel
 
(void) - addErrorMessage
 
(NSInteger) - rightMargin
 
(void) - didRotateFromInterfaceOrientation
 

Protected Attributes

NSInteger index
 
UILabel * indexLabel
 
UILabel * promptDescriptionLabel
 
UILabel * promptAnswersLabel
 
UILabel * errorMessage
 
BOOL isDateType
 
- Protected Attributes inherited from PromptBaseCell
UILabel * titleLabel
 
UILabel * errorLabel
 
UILabel * requiredLabel
 

Additional Inherited Members

- Properties inherited from PromptBaseCell
Prompt * prompt
 

Method Documentation

◆ initWithStyle:reuseIdentifier:prompt:isDate:()

- (id) initWithStyle: (UITableViewCellStyle)  style
reuseIdentifier: (NSString *)  reuseIdentifier
prompt: (ElementsPrompt *)  elPrompt
isDate: (BOOL isDate 

Member Data Documentation

◆ errorMessage

- (UILabel*) errorMessage
protected

◆ index

- (NSInteger) index
protected

◆ indexLabel

- (UILabel*) indexLabel
protected

◆ isDateType

- (BOOL) isDateType
protected

◆ promptAnswersLabel

- (UILabel*) promptAnswersLabel
protected

◆ promptDescriptionLabel

- (UILabel*) promptDescriptionLabel
protected