Class LiferayWindowState

Object
jakarta.portlet.WindowState
com.liferay.portal.kernel.portlet.LiferayWindowState

public class LiferayWindowState extends jakarta.portlet.WindowState
Author:
Brian Wing Shun Chan, Zsolt Balogh
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final jakarta.portlet.WindowState
     
    static final jakarta.portlet.WindowState
     

    Fields inherited from class jakarta.portlet.WindowState

    MAXIMIZED, MINIMIZED, NORMAL, UNDEFINED
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    isExclusive(jakarta.servlet.http.HttpServletRequest httpServletRequest)
     
    static boolean
    isMaximized(jakarta.servlet.http.HttpServletRequest httpServletRequest)
     
    static boolean
    isPopUp(jakarta.servlet.http.HttpServletRequest httpServletRequest)
     
    static boolean
    isWindowStatePreserved(jakarta.portlet.WindowState oldWindowState, jakarta.portlet.WindowState newWindowState)
     

    Methods inherited from class jakarta.portlet.WindowState

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • EXCLUSIVE

      public static final jakarta.portlet.WindowState EXCLUSIVE
    • POP_UP

      public static final jakarta.portlet.WindowState POP_UP
  • Constructor Details

    • LiferayWindowState

      public LiferayWindowState(String name)
  • Method Details

    • isExclusive

      public static boolean isExclusive(jakarta.servlet.http.HttpServletRequest httpServletRequest)
    • isMaximized

      public static boolean isMaximized(jakarta.servlet.http.HttpServletRequest httpServletRequest)
    • isPopUp

      public static boolean isPopUp(jakarta.servlet.http.HttpServletRequest httpServletRequest)
    • isWindowStatePreserved

      public static boolean isWindowStatePreserved(jakarta.portlet.WindowState oldWindowState, jakarta.portlet.WindowState newWindowState)