com.microstrategy.web.app.beans.EnumAppBeanViewModes |
![]()
|
Title: EnumAppBeanViewModes. This class represents the different view modes a bean can take. Usually all beans in the page are in the same state, so the view mode represents the mode of the page as a whole. Pages that doesn't use different view modes, use the "default" view mode. Other pages, such as the Report or Document page, usually have different View modes, Execute and Design, which helps the report design.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | AppBeanViewModeDefault | Indicates the bean has no view mode associated. | |||||||||
int | AppBeanViewModeDesign | Indicates the bean is on design mode. | |||||||||
int | AppBeanViewModeExecute | Indicates the bean is on execute mode. |
Indicates the bean has no view mode associated.
Value = -1
Indicates the bean is on design mode. This means the page includes no data,
to make it easier and faster to design documents/reports.
Value = 1.
Indicates the bean is on execute mode. This means the page includes real data,
such as when the Report or a Document contains the information
Value = 0.