Uses of Interface
org.jboss.portal.portlet.info.WindowStateInfo

Packages that use WindowStateInfo
org.jboss.portal.portlet.impl.info   
org.jboss.portal.portlet.info   
 

Uses of WindowStateInfo in org.jboss.portal.portlet.impl.info
 

Methods in org.jboss.portal.portlet.impl.info that return WindowStateInfo
 WindowStateInfo ContainerCapabilitiesInfo.getWindowState(org.jboss.portal.WindowState value)
           
 

Methods in org.jboss.portal.portlet.impl.info that return types with arguments of type WindowStateInfo
 java.util.Set<WindowStateInfo> ContainerCapabilitiesInfo.getAllWindowStates()
           
 java.util.Set<WindowStateInfo> ContainerCapabilitiesInfo.getWindowStates(org.jboss.portal.common.net.media.MediaType mimeType)
           
 

Uses of WindowStateInfo in org.jboss.portal.portlet.info
 

Methods in org.jboss.portal.portlet.info that return WindowStateInfo
 WindowStateInfo CapabilitiesInfo.getWindowState(org.jboss.portal.WindowState windowState)
          Returns a window state info matching a specifed window state or null.
 

Methods in org.jboss.portal.portlet.info that return types with arguments of type WindowStateInfo
 java.util.Set<WindowStateInfo> CapabilitiesInfo.getAllWindowStates()
          Retrieves all the window states supported by the associated Portlet.
 java.util.Set<WindowStateInfo> CapabilitiesInfo.getWindowStates(org.jboss.portal.common.net.media.MediaType mimeType)
          Retrieves the window states supported by the associated Portlet for the specified MIME type.
 



Copyright © 2008. All Rights Reserved.