java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.PageFullScreenModeAddOn |
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.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PageFullScreenModeAddOn() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getAddOnDescription()
This method returns the addon description.
| ||||||||||
void |
postCollectData(PageComponent pg)
This is the main method of the add on which sets the page screen mode.
| ||||||||||
void |
setBeanName(String name)
Sets the Bean name
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This method returns the addon description.
This is the main method of the add on which sets the page screen mode.
Sets the Bean name
name | bean name |
---|