Interface PortletWindowData

  • All Known Implementing Classes:
    PortletWindowDataImpl

    public interface PortletWindowData
    The PortletWindowData is responsible for providing the data related to the Portlet Window to the view. The information includes title, portlet content, view ,edit and help URLs.
    • Method Detail

      • getPortletName

        String getPortletName()
      • getPortletWindowName

        String getPortletWindowName()
      • isView

        boolean isView()
      • getViewURL

        String getViewURL()
      • isEdit

        boolean isEdit()
      • getEditURL

        String getEditURL()
      • isHelp

        boolean isHelp()
      • getHelpURL

        String getHelpURL()
      • isNormalized

        boolean isNormalized()
      • getNormalizedURL

        String getNormalizedURL()
      • isMaximized

        boolean isMaximized()
      • getMaximizedURL

        String getMaximizedURL()
      • isMinimized

        boolean isMinimized()
      • getMinimizedURL

        String getMinimizedURL()
      • getCurrentMode

        String getCurrentMode()
      • getCurrentWindowState

        String getCurrentWindowState()
      • isRemove

        boolean isRemove()
      • getRemoveURL

        String getRemoveURL()
      • isThin

        boolean isThin()
      • isThick

        boolean isThick()
      • getRowNumber

        Integer getRowNumber()
      • getSpaceId

        String getSpaceId()
      • setSpaceId

        void setSpaceId​(String spaceId)