Interface ProjectStatusBean

  • All Superinterfaces:
    AppComponent, Transformable, WebComponent

    public interface ProjectStatusBean
    extends AppComponent
    This class defines the bean that takes care of displaying the status information of the project that it's currently being viewed
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Method Detail

      • getStatus

        java.lang.String getStatus()
        Get the string to be displayed as project status
        Returns:
        a String with the HTML content to render as status information
      • isStatusShown

        boolean isStatusShown()
        Boolean flag that indicates if the status of the project should be rendered
        Returns:
        a boolean indicating if the project status should be shown or not
      • isStatusShownAtTop

        boolean isStatusShownAtTop()
        Boolean flag that indicates if the status of the project should be rendered at the top of a page
        Returns:
        a boolean indicating if the project status was requested to be displayed at the top of the page