Uses of Class
org.apache.wsrp4j.util.WindowStates

Packages that use WindowStates
org.apache.wsrp4j.util   
 

Uses of WindowStates in org.apache.wsrp4j.util
 

Fields in org.apache.wsrp4j.util declared as WindowStates
static WindowStates WindowStates.normal
           
static WindowStates WindowStates.minimized
           
static WindowStates WindowStates.maximized
           
static WindowStates WindowStates.solo
           
 

Methods in org.apache.wsrp4j.util that return WindowStates
static WindowStates WindowStates.fromValue(java.lang.String value)
          Returns the WSRP window state build from a string representation If a not supported window state is requested, null is returned
static WindowStates WindowStates.fromString(java.lang.String value)
          Returns the WSRP window state build from a string representation If a not supported window state is requested, null is returned
static WindowStates WindowStates.getWsrpStateFromJsrPortletState(javax.portlet.WindowState portletState)
          This helper method maps portlet window states defined in tha java portlet standard (JSR-168) to window states defined in wsrp.
 

Methods in org.apache.wsrp4j.util with parameters of type WindowStates
static javax.portlet.WindowState WindowStates.getJsrPortletStateFromWsrpState(WindowStates wsrpState)
          This helper method maps portlet window states defined in wsrp to portlet window states defined in the java portlet standard (JSR-168).
 



--