java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.OptionsAddOn |
Title: OptionsAddOn.
Description: This add on takes care of setting the title of the HTML page for the print and PDF options page when it is invoked from the report page. It also takes care of setting the title of the header footer editor page for the print and pdf options.
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OptionsAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAddOnDescription() | ||||||||||
void |
preCollectData(PageComponent page)
This is the main method of the add on which executes the add on.
| ||||||||||
void |
setBeanName(String beanName)
This method is deprecated.
use setOptionsBeanName()
| ||||||||||
void |
setOptionsBeanName(String optionsBeanName)
Sets the options bean name
| ||||||||||
void |
setPrintHeaderFooterGroupName(String groupName)
Sets the print header footer group name
| ||||||||||
void |
setReportBeanName(String reportBeanName)
Sets the report 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.
page | is the PageComponent. |
---|
This method is deprecated.
use setOptionsBeanName()
Sets the bean name
beanName | bean name |
---|
Sets the options bean name
optionsBeanName | options bean name |
---|
Sets the print header footer group name
Sets the report bean name
reportBeanName | report bean name |
---|