Package com.microstrategy.web.app.addons
Class PageFullScreenModeAddOn
- java.lang.Object
-
- com.microstrategy.web.app.addons.AbstractAppAddOn
-
- com.microstrategy.web.app.addons.PageFullScreenModeAddOn
-
- All Implemented Interfaces:
AppAddOns
public class PageFullScreenModeAddOn extends AbstractAppAddOn
This add one determines whether a page is in full screen mode or in normal screen mode, based on xml status, current screen mode, preference setting, report/RWD property.- Since:
- MicroStrategy Web 8.1.0
-
-
Constructor Summary
Constructors Constructor Description PageFullScreenModeAddOn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAddOnDescription()This method returns the addon description.voidpostCollectData(PageComponent pg)This is the main method of the add on which sets the page screen mode.voidsetBeanName(java.lang.String name)Sets the Bean name-
Methods inherited from class com.microstrategy.web.app.addons.AbstractAppAddOn
getRequestKeys, isCollectDataRequired, isIFrameRequest, preCollectData
-
-
-
-
Method Detail
-
postCollectData
public void postCollectData(PageComponent pg)
This is the main method of the add on which sets the page screen mode.- Specified by:
postCollectDatain interfaceAppAddOns- Overrides:
postCollectDatain classAbstractAppAddOn
-
setBeanName
public void setBeanName(java.lang.String name)
Sets the Bean name- Parameters:
name- bean name
-
getAddOnDescription
public java.lang.String getAddOnDescription()
This method returns the addon description.- Returns:
- The tasks which the Add On performs. This needs to be as descriptive as possible.
-
-