java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.DebugFlagsAddOn |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DebugFlagsAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAddOnDescription() | ||||||||||
void |
preCollectData(PageComponent page)
This is the main method of the add on which executes the add on.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This is the main method of the add on which executes the add on. This has to be a static method.
page | is the PageComponent. |
---|