public class

RWSetOIVMFlagsAddOn

extends AbstractAppAddOn
java.lang.Object
   ↳ com.microstrategy.web.app.addons.AbstractAppAddOn
     ↳ com.microstrategy.web.app.addons.RWSetOIVMFlagsAddOn

Class Overview

This class sets the necessary settings on the RWBean for the Optimized Interactive View mode.

Summary

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
From class com.microstrategy.web.app.addons.AbstractAppAddOn
From class java.lang.Object
From interface com.microstrategy.web.app.addons.AppAddOns

Public Constructors

public RWSetOIVMFlagsAddOn ()

Public Methods

public String getAddOnDescription ()

public static void optimizeRWBean (RWBean rwb, Boolean useTerseElementIDs)

public static void optimizeRWBean (RWBean rwb, Boolean useTerseElementIDs, String viewModeFlags)

public void postCollectData (PageComponent pg)

Executes post collectData operations.

public void preCollectData (PageComponent pg)

This is the main method of the add on which executes the add on. This has to be a static method.

Parameters
pg is the PageComponent.

public void setBeanName (String name)

public void setUseTerseElementIDs (boolean useTerse)

public void setViewModeFlags (String vmFlags)

Sets the result flags for specific view modes.
The format must be:
"viewMode:flags,viewMode2:flags2"

public static void setVisualizationGridFlags (RWBean rwb, Boolean useTerseElementIDs, String viewModeFlags)