public class

RWExportAddOn

extends AbstractAppAddOn
java.lang.Object
   ↳ com.microstrategy.web.app.addons.AbstractAppAddOn
     ↳ com.microstrategy.web.app.addons.RWExportAddOn

Class Overview

Title: RWExportAddOn.

Description: This add on takes care of setting the export grid key on the RW bean.

Summary

Public Constructors
RWExportAddOn()
Public Methods
String getAddOnDescription()
void preCollectData(PageComponent pg)
This is the main method of the add on which executes the add on.
void setBeanName(String name)
Sets the Bean name
void setGridKey(String gridKey)
void setSliceId(int sliceId)
[Expand]
Inherited Methods
From class com.microstrategy.web.app.addons.AbstractAppAddOn
From class java.lang.Object
From interface com.microstrategy.web.app.addons.AppAddOns

Public Constructors

public RWExportAddOn ()

Public Methods

public String getAddOnDescription ()

public void preCollectData (PageComponent pg)

This is the main method of the add on which executes the add on. This has to be a static method.

Parameters
pg is the PageComponent.

public void setBeanName (String name)

Sets the Bean name

Parameters
name bean name

public void setGridKey (String gridKey)

public void setSliceId (int sliceId)