Mobile API Reference  MicroStrategy 2019
MultiSelectTableViewController Class Reference

#import <MultiSelectTableViewController.h>

Inheritance diagram for MultiSelectTableViewController:
CalendarTopLevelController EditElementSelectionsController

Instance Methods

(NSInteger) - getNumberOfCellsInSection:
 
(NSInteger) - getNumberOfSections
 
(NSString *) - getTextForCellAtIndexPath:
 
(void) - populateSelectedArray
 
(void) - didSelectRowAtIndexPath:
 
(NSInteger) - getCurrentSelectionCount
 
(void) - updateCell:atIndexPath:
 

Protected Attributes

BOOL inEditMode
 
BOOL shouldAnimateRows
 

Properties

UIImage * selectedImage
 
UIImage * unselectedImage
 
NSMutableArray * selectedArray
 

Method Documentation

◆ didSelectRowAtIndexPath:()

- (void) didSelectRowAtIndexPath: (NSIndexPath *)  indexPath

◆ getCurrentSelectionCount()

- (NSInteger) getCurrentSelectionCount

◆ getNumberOfCellsInSection:()

- (NSInteger) getNumberOfCellsInSection: (NSInteger)  section

◆ getNumberOfSections()

- (NSInteger) getNumberOfSections

◆ getTextForCellAtIndexPath:()

- (NSString *) getTextForCellAtIndexPath: (NSIndexPath *)  indexPath

◆ populateSelectedArray()

- (void) populateSelectedArray

◆ updateCell:atIndexPath:()

- (void) updateCell: (UITableViewCell *)  cell
atIndexPath: (NSIndexPath *)  indexPath 

Member Data Documentation

◆ inEditMode

- (BOOL) inEditMode
protected

◆ shouldAnimateRows

- (BOOL) shouldAnimateRows
protected

Property Documentation

◆ selectedArray

- (NSMutableArray *) selectedArray
readwritenonatomicretain

◆ selectedImage

- (UIImage *) selectedImage
readwritenonatomicretain

◆ unselectedImage

- (UIImage *) unselectedImage
readwritenonatomicretain