public class

ReportSetResultWindowAddOn

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

Class Overview

Title: ReportSetResultWindowAddOn.

Description: This add on takes care of setting the required window settings on the report bean. This add on acts on all the report beans on a page.

Summary

Public Constructors
ReportSetResultWindowAddOn()
Public Methods
String getAddOnDescription()
void preCollectData(PageComponent page)
This is the main method of the add on which executes the add on.
void setMaxCols(String value)
Sets the max columns setting the report's window settings
void setMaxRows(String value)
Sets the max rows setting the report's window settings
void setStartCol(String value)
Sets the start column setting the report's window settings
void setStartRow(String value)
Sets the start row setting the report's window settings
[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 ReportSetResultWindowAddOn ()

Public Methods

public String getAddOnDescription ()

public void preCollectData (PageComponent page)

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

Parameters
page is the PageComponent.

public void setMaxCols (String value)

Sets the max columns setting the report's window settings

Parameters
value the max columns setting

public void setMaxRows (String value)

Sets the max rows setting the report's window settings

Parameters
value the max rows setting

public void setStartCol (String value)

Sets the start column setting the report's window settings

Parameters
value the start column setting

public void setStartRow (String value)

Sets the start row setting the report's window settings

Parameters
value the start row setting