Package com.microstrategy.web.app.addons
Class RWExportAddOn
- java.lang.Object
 - 
- com.microstrategy.web.app.addons.AbstractAppAddOn
 - 
- com.microstrategy.web.app.addons.RWExportAddOn
 
 
 
- 
- All Implemented Interfaces:
 AppAddOns
public class RWExportAddOn extends AbstractAppAddOn
Title: RWExportAddOn.
Description: This add on takes care of setting the export grid key on the RW bean.
 
- 
- 
Constructor Summary
Constructors Constructor Description RWExportAddOn() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddOnDescription()This method describes the tasks performed by the AddOn.voidpreCollectData(PageComponent pg)This is the main method of the add on which executes the add on.voidsetBeanName(java.lang.String name)Sets the Bean namevoidsetGridKey(java.lang.String gridKey)voidsetSliceId(int sliceId)- 
Methods inherited from class com.microstrategy.web.app.addons.AbstractAppAddOn
getRequestKeys, isCollectDataRequired, isIFrameRequest, postCollectData 
 - 
 
 - 
 
- 
- 
Method Detail
- 
preCollectData
public void preCollectData(PageComponent pg)
Description copied from interface:AppAddOnsThis is the main method of the add on which executes the add on. This has to be a static method.- Specified by:
 preCollectDatain interfaceAppAddOns- Overrides:
 preCollectDatain classAbstractAppAddOn- Parameters:
 pg- is the PageComponent.
 
- 
setBeanName
public void setBeanName(java.lang.String name)
Sets the Bean name- Parameters:
 name- bean name
 
- 
getAddOnDescription
public java.lang.String getAddOnDescription()
Description copied from interface:AppAddOnsThis method describes the tasks performed by the AddOn.- Returns:
 - The tasks which the Add On performs. This needs to be as descriptive as possible.
 
 
- 
setGridKey
public void setGridKey(java.lang.String gridKey)
 
- 
setSliceId
public void setSliceId(int sliceId)
 
 - 
 
 -