java.lang.Object | ||
↳ | com.microstrategy.web.app.addons.AbstractAppAddOn | |
↳ | com.microstrategy.web.app.addons.FolderLastVisitedAddOn |
This add on takes care of setting the type restrictions and object flags on the folder bean. It acts on all the folder beans on a page.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FolderLastVisitedAddOn() |
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
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
This is the main method of the add on which executes the add on. This has to be a static method.
pg | is the PageComponent. |
---|
Sets the Bean name
name | bean name |
---|