Mobile API Reference
MicroStrategy 2019
|
#import <PromptCalendarCell.h>
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 |
PromptSummaryScreen * | parent |
Protected Attributes inherited from PromptBaseCell | |
UILabel * | titleLabel |
UILabel * | errorLabel |
UILabel * | requiredLabel |
Additional Inherited Members | |
Properties inherited from PromptBaseCell | |
Prompt * | prompt |
- (void) dateSelectionCancelled |
Reimplemented from <CalendarDelegate>.
- (void) dateSelectionDone: | (NSDate *) | newSelection |
Reimplemented from <CalendarDelegate>.
+ (PromptCalendarCell*) newCellForPrompt: | (Prompt *) | _prompt |
|
protected |
|
readwritenonatomicassignprotected |
|
protected |