|
Mobile API Reference
MicroStrategy 2019
|
#import <IViewer.h>
Instance Methods | |
| (void) | - quickSwitchToGrid |
| (void) | - quickSwitchToWidget |
| (void) | - cleanViews |
| (void) | - recreateWidget |
| (BOOL) | - finishedFirstRendering |
| (void) | - requestSecondaryDataModel: |
| - (void) cleanViews |
clean the views of the widget to save memory usually be called before recreateWidget or when the widget is deleted
| - (BOOL) finishedFirstRendering |
| - (void) quickSwitchToGrid |
switch the widget to grid, could be overridden to define different behavior from default one
| - (void) quickSwitchToWidget |
switch the grid back to widget, override to provide different implemtation, else just follow the default behavior which is recreate the widget
| - (void) recreateWidget |
could be called during initializing phase, or be called on layout/panel change, before switch grid back to widget, or be selected by the source, etc
| - (void) requestSecondaryDataModel: | (NSString *) | nodeKey |