Mobile API Reference  MicroStrategy 2019
EditElementSelectionsController Class Reference

#import <EditElementSelectionsController.h>

Inheritance diagram for EditElementSelectionsController:
MultiSelectTableViewController

Instance Methods

(id) - initWithStyle:selectedElements:
 
(void) - elementSelectionCancelled
 
(void) - elementSelectionDone
 
(void) - setupToolbar
 
(void) - updateDeleteButtonLabel:
 
(void) - updateSelectAllButtonLabel:
 
- Instance Methods inherited from MultiSelectTableViewController
(NSInteger) - getNumberOfCellsInSection:
 
(NSInteger) - getNumberOfSections
 
(NSString *) - getTextForCellAtIndexPath:
 
(void) - populateSelectedArray
 
(void) - didSelectRowAtIndexPath:
 
(NSInteger) - getCurrentSelectionCount
 
(void) - updateCell:atIndexPath:
 

Protected Attributes

MultiDeleteButtondeleteButton
 
UIButton * selectAllButton
 
- Protected Attributes inherited from MultiSelectTableViewController
BOOL inEditMode
 
BOOL shouldAnimateRows
 

Properties

NSMutableArray * elementList
 
ElementSelectionsControllerparent
 
ElementListControllercurrentController
 
- Properties inherited from MultiSelectTableViewController
UIImage * selectedImage
 
UIImage * unselectedImage
 
NSMutableArray * selectedArray
 

Method Documentation

◆ elementSelectionCancelled()

- (void) elementSelectionCancelled

◆ elementSelectionDone()

- (void) elementSelectionDone

◆ initWithStyle:selectedElements:()

- (id) initWithStyle: (UITableViewStyle)  style
selectedElements: (NSMutableArray *)  elementList 

◆ setupToolbar()

- (void) setupToolbar

◆ updateDeleteButtonLabel:()

- (void) updateDeleteButtonLabel: (NSInteger)  newSelectionCnt

◆ updateSelectAllButtonLabel:()

- (void) updateSelectAllButtonLabel: (NSInteger)  newSelectionCnt

Member Data Documentation

◆ deleteButton

- (MultiDeleteButton*) deleteButton
protected

◆ selectAllButton

- (UIButton*) selectAllButton
protected

Property Documentation

◆ currentController

- (ElementListController *) currentController
readwritenonatomicretain

◆ elementList

- (NSMutableArray *) elementList
readwritenonatomicretain

◆ parent

- (ElementSelectionsController *) parent
readwritenonatomicassign