java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.RWDWizardAddOn |
Title: RWDWizardAddOn.
Description: This add on takes care of setting the required result flags on the Document bean. Basically it sets the AddToInbox flag if set by the preferences and the feature is enable. This add on acts on the first DocumentBeans it finds on a page.
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RWDWizardAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getAddOnDescription() | ||||||||||
String | getBeanName() | ||||||||||
boolean |
isCollectDataRequired(PageComponent pg, WebComponent child)
Determins wheter the page should call collect data on the child
| ||||||||||
void |
postCollectData(PageComponent pg)
Executes post collectData operations.
| ||||||||||
void | setBeanName(String name) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Determins wheter the page should call collect data on the child
pg | the PageComponent instance |
---|---|
child | the child of the page } |