Class LiferayWindowState
Object
javax.portlet.WindowState
com.liferay.portal.kernel.portlet.LiferayWindowState
- Author:
- Brian Wing Shun Chan, Zsolt Balogh
-
Field Summary
FieldsFields inherited from class javax.portlet.WindowState
MAXIMIZED, MINIMIZED, NORMAL, UNDEFINED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisExclusive(javax.servlet.http.HttpServletRequest httpServletRequest) static booleanisMaximized(javax.servlet.http.HttpServletRequest httpServletRequest) static booleanisPopUp(javax.servlet.http.HttpServletRequest httpServletRequest) static booleanisWindowStatePreserved(WindowState oldWindowState, WindowState newWindowState) Methods inherited from class javax.portlet.WindowState
equals, hashCode, toString
-
Field Details
-
EXCLUSIVE
-
POP_UP
-
-
Constructor Details
-
LiferayWindowState
-
-
Method Details
-
isExclusive
public static boolean isExclusive(javax.servlet.http.HttpServletRequest httpServletRequest) -
isMaximized
public static boolean isMaximized(javax.servlet.http.HttpServletRequest httpServletRequest) -
isPopUp
public static boolean isPopUp(javax.servlet.http.HttpServletRequest httpServletRequest) -
isWindowStatePreserved
public static boolean isWindowStatePreserved(WindowState oldWindowState, WindowState newWindowState)
-