Package com.microstrategy.web.app.beans
Interface EnumAppBeanViewModes
- 
- All Known Subinterfaces:
- EnumReportViewModes
 
 public interface EnumAppBeanViewModesTitle: 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. - Since:
- MicroStrategy Web 8.0.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intAppBeanViewModeDefaultIndicates the bean has no view mode associated.static intAppBeanViewModeDesignIndicates the bean is on design mode.static intAppBeanViewModeExecuteIndicates the bean is on execute mode.
 
- 
- 
- 
Field Detail- 
AppBeanViewModeDefaultstatic final int AppBeanViewModeDefault Indicates the bean has no view mode associated.
 Value = -1- See Also:
- Constant Field Values
 
 - 
AppBeanViewModeExecutestatic final int AppBeanViewModeExecute 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.- See Also:
- Constant Field Values
 
 - 
AppBeanViewModeDesignstatic final int AppBeanViewModeDesign 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.- See Also:
- Constant Field Values
 
 
- 
 
-