Library Mobile API Reference for iPhone  MicroStrategy 2019
MWIPhoneHorizontalBucketView Class Reference

#import <MWIPhoneHorizontalBucketView.h>

Inheritance diagram for MWIPhoneHorizontalBucketView:

Instance Methods

(void) - addCell:
 
(void) - scrollToLastCell
 
(void) - clear
 
(void) - removeCell:
 
(void) - removeCellAtIndex:
 
(CGPoint) - scrollContentOffset
 
(void) - updateSingleSelectCell:
 
(void) - updateCells:descriptor:singleSelectKey:
 
(void) - updatePrevSelectionsCell:
 
(BOOL) - prevSelectionsCellExists
 
(CGPoint) - getPrevSelectionsCellPositionInView:
 
(void) - deselectAllCells
 

Class Methods

(CGFloat) + bucketCellHorizontalMargin
 
(CGFloat) + bucketCellTopMargin
 
(CGFloat) + bucketCellHeight
 

Protected Attributes

id< MWIPhoneHorizontalBucketViewDelegate > __weak delegate
 
MWIPhoneHorizontalBucketCellprevSelectionsCell
 

Properties

id< MWIPhoneHorizontalBucketViewDelegate > delegate
 
NSArray * cells
 
MWIPhoneHorizontalBucketCellsummaryCell
 
MWIPhoneHorizontalBucketCellsingleSelectCell
 

Method Documentation

◆ addCell:()

- (void) addCell: (MWIPhoneHorizontalBucketCell *)  cell

◆ bucketCellHeight()

+ (CGFloat) bucketCellHeight

◆ bucketCellHorizontalMargin()

+ (CGFloat) bucketCellHorizontalMargin

◆ bucketCellTopMargin()

+ (CGFloat) bucketCellTopMargin

◆ clear()

- (void) clear

◆ deselectAllCells()

- (void) deselectAllCells

◆ getPrevSelectionsCellPositionInView:()

- (CGPoint) getPrevSelectionsCellPositionInView: (UIView *)  view

◆ prevSelectionsCellExists()

- (BOOL) prevSelectionsCellExists

◆ removeCell:()

- (void) removeCell: (MWIPhoneHorizontalBucketCell *)  cell

◆ removeCellAtIndex:()

- (void) removeCellAtIndex: (NSInteger)  index

◆ scrollContentOffset()

- (CGPoint) scrollContentOffset

◆ scrollToLastCell()

- (void) scrollToLastCell

◆ updateCells:descriptor:singleSelectKey:()

- (void) updateCells: (NSDictionary *)  selectorInfos
descriptor: (NSString *)  descriptor
singleSelectKey: (NSInteger)  singleSelectKey 

◆ updatePrevSelectionsCell:()

- (void) updatePrevSelectionsCell: (NSInteger)  numOfUsers

◆ updateSingleSelectCell:()

- (void) updateSingleSelectCell: (NSInteger)  numOfUsers

Member Data Documentation

◆ delegate

- (id<MWIPhoneHorizontalBucketViewDelegate> __weak) delegate
protected

◆ prevSelectionsCell

- (MWIPhoneHorizontalBucketCell*) prevSelectionsCell
protected

Property Documentation

◆ cells

- (NSArray*) cells
readnonatomicassign

◆ delegate

- (id<MWIPhoneHorizontalBucketViewDelegate>) delegate
readwritenonatomicweak

◆ singleSelectCell

- (MWIPhoneHorizontalBucketCell *) singleSelectCell
readnonatomicassign

◆ summaryCell

- (MWIPhoneHorizontalBucketCell *) summaryCell
readnonatomicassign