Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.portlet
Class LiferayWindowState

java.lang.Object
  extended by javax.portlet.WindowState
      extended by com.liferay.portal.kernel.portlet.LiferayWindowState

public class LiferayWindowState
extends WindowState


Field Summary
static WindowState EXCLUSIVE
           
static WindowState POP_UP
           
 
Fields inherited from class javax.portlet.WindowState
MAXIMIZED, MINIMIZED, NORMAL
 
Constructor Summary
LiferayWindowState(String name)
           
 
Method Summary
static boolean isExclusive(javax.servlet.http.HttpServletRequest request)
           
static boolean isMaximized(javax.servlet.http.HttpServletRequest request)
           
static boolean isPopUp(javax.servlet.http.HttpServletRequest request)
           
static boolean isWindowStatePreserved(WindowState oldWindowState, WindowState newWindowState)
           
 
Methods inherited from class javax.portlet.WindowState
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

EXCLUSIVE

public static final WindowState EXCLUSIVE

POP_UP

public static final WindowState POP_UP
Constructor Detail

LiferayWindowState

public LiferayWindowState(String name)
Method Detail

isExclusive

public static boolean isExclusive(javax.servlet.http.HttpServletRequest request)

isMaximized

public static boolean isMaximized(javax.servlet.http.HttpServletRequest request)

isPopUp

public static boolean isPopUp(javax.servlet.http.HttpServletRequest request)

isWindowStatePreserved

public static boolean isWindowStatePreserved(WindowState oldWindowState,
                                             WindowState newWindowState)

Liferay 6.1.2-ce-ga3