public class LiferayWindowState extends WindowState
| Modifier and Type | Field and Description |
|---|---|
static WindowState |
EXCLUSIVE |
static WindowState |
POP_UP |
MAXIMIZED, MINIMIZED, NORMAL, UNDEFINED| Constructor and Description |
|---|
LiferayWindowState(String name) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isExclusive(javax.servlet.http.HttpServletRequest httpServletRequest) |
static boolean |
isMaximized(javax.servlet.http.HttpServletRequest httpServletRequest) |
static boolean |
isPopUp(javax.servlet.http.HttpServletRequest httpServletRequest) |
static boolean |
isWindowStatePreserved(WindowState oldWindowState,
WindowState newWindowState) |
equals, hashCode, toStringpublic static final WindowState EXCLUSIVE
public static final WindowState POP_UP
public static boolean isExclusive(javax.servlet.http.HttpServletRequest httpServletRequest)
public static boolean isMaximized(javax.servlet.http.HttpServletRequest httpServletRequest)
public static boolean isPopUp(javax.servlet.http.HttpServletRequest httpServletRequest)
public static boolean isWindowStatePreserved(WindowState oldWindowState, WindowState newWindowState)