Class AbstractWindow

    • Constructor Detail

      • AbstractWindow

        public AbstractWindow()
        Constructor declaration
    • Method Detail

      • getBody

        public String getBody()
      • addBody

        public void addBody​(String body)
        Description copied from interface: Window
        Method declaration
        Specified by:
        addBody in interface Window
      • getIconsPath

        public String getIconsPath()
      • setWidth

        public void setWidth​(String width)
        Description copied from interface: Window
        Method declaration
        Specified by:
        setWidth in interface Window
      • getWidth

        public String getWidth()
      • getBrowseBar

        public BrowseBar getBrowseBar()
        Description copied from interface: Window
        Method declaration
        Specified by:
        getBrowseBar in interface Window
        Returns:
      • getContextualDiv

        public abstract String getContextualDiv()
      • isBrowseBarVisible

        public boolean isBrowseBarVisible()
        Description copied from interface: Window
        Indicates if this Window should display a Browsebar.
        Specified by:
        isBrowseBarVisible in interface Window
        Returns:
        true if this Window should display a Browsebar - false otherwise.
      • setBrowseBarVisibility

        public void setBrowseBarVisibility​(boolean browseBarVisible)
        Description copied from interface: Window
        Defines if this Window should display a Browsebar.
        Specified by:
        setBrowseBarVisibility in interface Window
        Parameters:
        browseBarVisible - set to true if this Window should display a Browsebar - false otherwise.
      • isPopup

        public boolean isPopup()
        Specified by:
        isPopup in interface Window
      • setPopup

        public void setPopup​(boolean popup)
        Specified by:
        setPopup in interface Window
      • displayWelcomeMessage

        public String displayWelcomeMessage()
      • addSpaceOrComponentOperations

        protected void addSpaceOrComponentOperations()
        Add an operation that permits to
        • display space or application manager
        • add space or application to user bookmarks
      • printBefore

        public String printBefore()
        Description copied from interface: Window
        Print the beginning of the window in an html format.
        Specified by:
        printBefore in interface Window
        Returns:
        The html based line code
      • printAfter

        public String printAfter()
        Description copied from interface: Window
        Print the end of the window in an html format.
        Specified by:
        printAfter in interface Window
        Returns:
        The html based line code