|
Mobile API Reference
MicroStrategy 2019
|
#import <MSICalendarView.h>
Instance Methods | |
| (id) | - initWithSelectedDays:minDate:maxDate:multiSelect:promptHelper: |
| (id) | - initWithSelectedDays:minDate:maxDate: |
| (NSDateComponents *) | - getInitialDate:minDate:maxDate: |
| (void) | - gridHeightUpdated: |
| (void) | - updateCalendar |
| (void) | - goToMonth:year: |
| (void) | - setupSelf |
| (void) | - adjustArrowVisibility |
| (void) | - addDate:month:year: |
Protected Attributes | |
| MSICalendarTopView * | topView |
| MSICalendarGridView * | gridView |
| MSICalendarSeparatorView * | separatorView |
| NSMutableArray *__weak | selectedElements |
| UIView * | emptyView |
| PromptHelper *__weak | promptHelper |
| NSDateComponents * | initialDate |
Properties | |
| PromptHelper * | promptHelper |
| NSMutableArray * | selectedElements |
| - (void) addDate: | (NSInteger) | day | |
| month: | (NSInteger) | month | |
| year: | (NSInteger) | year | |
| - (void) adjustArrowVisibility |
| - (NSDateComponents *) getInitialDate: | (NSArray *) | selectedDays | |
| minDate: | (MSICalendarElement *) | minDate | |
| maxDate: | (MSICalendarElement *) | maxDate | |
| - (void) goToMonth: | (NSInteger) | month | |
| year: | (NSInteger) | year | |
| - (void) gridHeightUpdated: | (NSInteger) | newHeight |
| - (id) initWithSelectedDays: | (NSMutableArray *) | days | |
| minDate: | (MSICalendarElement *) | minDate | |
| maxDate: | (MSICalendarElement *) | maxDate | |
| - (id) initWithSelectedDays: | (NSMutableArray *) | days | |
| minDate: | (MSICalendarElement *) | minDate | |
| maxDate: | (MSICalendarElement *) | maxDate | |
| multiSelect: | (BOOL) | multiSelect | |
| promptHelper: | (PromptHelper *) | helper | |
| - (void) setupSelf |
| - (void) updateCalendar |
|
protected |
|
protected |
|
readwritenonatomicstrongprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
readwritenonatomicweak |
|
readwritenonatomicweak |