Interface EnumAppBeanViewModes

  • All Known Subinterfaces:
    EnumReportViewModes

    public interface 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.

    Since:
    MicroStrategy Web 8.0.0
    • Field Detail

      • AppBeanViewModeDefault

        static final int AppBeanViewModeDefault
        Indicates the bean has no view mode associated.
        Value = -1
        See Also:
        Constant Field Values
      • AppBeanViewModeExecute

        static 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
      • AppBeanViewModeDesign

        static 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