java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.FastExportAddOn |
Title: FastExportAddOn.
Description: This add on will apply the user's defined style if the Grid style preference is 'use my selected default grid style'.
Copyright: Copyright (c) 2004
Company: Microstrategy, Inc.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FastExportAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAddOnDescription() | ||||||||||
void |
preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
| ||||||||||
void |
setReportBean(String reportBean)
Sets the 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 Bean name
reportBean | bean name |
---|