Mobile API Reference  MicroStrategy 2019
PromptCalendarCell Class Reference

#import <PromptCalendarCell.h>

Inheritance diagram for PromptCalendarCell:
PromptBaseCell <CalendarDelegate>

Instance Methods

(void) - dateSelectionDone:
 
(void) - dateSelectionCancelled
 
- Instance Methods inherited from PromptBaseCell
(void) - populate
 
(void) - addContent
 
(NSInteger) - addRequiredLabel
 
(void) - addErrorMessage
 
(NSInteger) - rightMargin
 
(void) - didRotateFromInterfaceOrientation
 

Class Methods

(PromptCalendarCell *) + newCellForPrompt:
 

Protected Attributes

UILabel * valueLabel
 
UIImageView * calendarImageView
 
PromptSummaryScreenparent
 
- Protected Attributes inherited from PromptBaseCell
UILabel * titleLabel
 
UILabel * errorLabel
 
UILabel * requiredLabel
 

Additional Inherited Members

- Properties inherited from PromptBaseCell
Prompt * prompt
 

Method Documentation

◆ dateSelectionCancelled()

- (void) dateSelectionCancelled

Reimplemented from <CalendarDelegate>.

◆ dateSelectionDone:()

- (void) dateSelectionDone: (NSDate *)  newSelection

Reimplemented from <CalendarDelegate>.

◆ newCellForPrompt:()

+ (PromptCalendarCell*) newCellForPrompt: (Prompt *)  _prompt

Member Data Documentation

◆ calendarImageView

- (UIImageView*) calendarImageView
protected

◆ parent

- (PromptSummaryScreen *) parent
readwritenonatomicassignprotected

◆ valueLabel

- (UILabel*) valueLabel
protected