java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.RWSetOIVMFlagsAddOn |
This class sets the necessary settings on the RWBean for the Optimized Interactive View mode.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RWSetOIVMFlagsAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAddOnDescription() | ||||||||||
static void | optimizeRWBean(RWBean rwb, Boolean useTerseElementIDs) | ||||||||||
static void | optimizeRWBean(RWBean rwb, Boolean useTerseElementIDs, String viewModeFlags) | ||||||||||
void |
postCollectData(PageComponent pg)
Executes post collectData operations.
| ||||||||||
void |
preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
| ||||||||||
void | setBeanName(String name) | ||||||||||
void | setUseTerseElementIDs(boolean useTerse) | ||||||||||
void |
setViewModeFlags(String vmFlags)
Sets the result flags for specific view modes.
| ||||||||||
static void | setVisualizationGridFlags(RWBean rwb, Boolean useTerseElementIDs, String viewModeFlags) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This is the main method of the add on which executes the add on. This has to be a static method.
pg | is the PageComponent. |
---|
Sets the result flags for specific view modes.
The format must be:
"viewMode:flags,viewMode2:flags2"
WebBeanException |
---|