Mobile API Reference  MicroStrategy 2019
MSICalendarTile Class Reference

#import <MSICalendarTile.h>

Inheritance diagram for MSICalendarTile:

Instance Methods

(void) - setSelected:
 
(void) - setHighlighted:
 
(id) - initWithFrame:withBackgroundColor:
 

Protected Attributes

NSInteger day
 
NSInteger month
 
NSInteger year
 
NSInteger index
 
UIColor * selectedTextColor
 
UIColor * unselectedTextColor
 
UIColor * selectedBackgroundColor
 
UIColor * unselectedBackgroundColor
 
BOOL isSelected
 
BOOL isHighlighted
 
BOOL isAvailable
 
NSInteger monthBelonged
 

Method Documentation

◆ initWithFrame:withBackgroundColor:()

- (id) initWithFrame: (CGRect)  frame
withBackgroundColor: (UIColor *)  color 

◆ setHighlighted:()

- (void) setHighlighted: (BOOL highlighted

◆ setSelected:()

- (void) setSelected: (BOOL selected

Member Data Documentation

◆ day

- (NSInteger) day
readwriteprotected

◆ index

- (NSInteger) index
readwriteprotected

◆ isAvailable

- (BOOL) isAvailable
readwriteprotected

◆ isHighlighted

- (BOOL) isHighlighted
readwriteprotected

◆ isSelected

- (BOOL) isSelected
readwriteprotected

◆ month

- (NSInteger) month
readwriteprotected

◆ monthBelonged

- (NSInteger) monthBelonged
readwriteprotected

◆ selectedBackgroundColor

- (UIColor *) selectedBackgroundColor
readwritenonatomicstrongprotected

◆ selectedTextColor

- (UIColor *) selectedTextColor
readwritenonatomicstrongprotected

◆ unselectedBackgroundColor

- (UIColor *) unselectedBackgroundColor
readwritenonatomicstrongprotected

◆ unselectedTextColor

- (UIColor *) unselectedTextColor
readwritenonatomicstrongprotected

◆ year

- (NSInteger) year
readwriteprotected