java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.RWDetailsSetFlagsAddOn |
This add on takes care of setting the result flags specified on the view mode set for visualizations.
The flags will only be set if visualizations are supported.
If we are on the document page, the flags will only be set if we are in non-editable view mode.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RWDetailsSetFlagsAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAddOnDescription() | ||||||||||
void |
preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
| ||||||||||
void |
setBeanName(String name)
Sets the RW Bean name
|
[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 RW Bean name
name | bean name |
---|