com.liferay.portal.kernel.portlet
Class LiferayWindowState

java.lang.Object
  extended byjavax.portlet.WindowState
      extended bycom.liferay.portal.kernel.portlet.LiferayWindowState

public class LiferayWindowState
extends javax.portlet.WindowState

View Source

Author:
Brian Wing Shun Chan

Field Summary
static javax.portlet.WindowState EXCLUSIVE
           
static javax.portlet.WindowState POP_UP
           
 
Fields inherited from class javax.portlet.WindowState
MAXIMIZED, MINIMIZED, NORMAL
 
Constructor Summary
LiferayWindowState(java.lang.String name)
           
 
Method Summary
static boolean isExclusive(javax.servlet.http.HttpServletRequest req)
           
static boolean isMaximized(javax.servlet.http.HttpServletRequest req)
           
static boolean isPopUp(javax.servlet.http.HttpServletRequest req)
           
static boolean isWindowStatePreserved(javax.portlet.WindowState oldWindowState, javax.portlet.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 javax.portlet.WindowState EXCLUSIVE

POP_UP

public static final javax.portlet.WindowState POP_UP
Constructor Detail

LiferayWindowState

public LiferayWindowState(java.lang.String name)
Method Detail

isExclusive

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

isMaximized

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

isPopUp

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

isWindowStatePreserved

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