Uses of Interface
org.gatein.pc.api.info.WindowStateInfo
-
Packages that use WindowStateInfo Package Description org.gatein.pc.api.info -
-
Uses of WindowStateInfo in org.gatein.pc.api.info
Methods in org.gatein.pc.api.info that return WindowStateInfo Modifier and Type Method Description WindowStateInfoCapabilitiesInfo. getWindowState(WindowState windowState)Returns a window state info matching a specifed window state or null.Methods in org.gatein.pc.api.info that return types with arguments of type WindowStateInfo Modifier and Type Method Description Set<WindowStateInfo>CapabilitiesInfo. getAllWindowStates()Retrieves all the window states supported by the associated Portlet.Set<WindowStateInfo>CapabilitiesInfo. getWindowStates(org.gatein.common.net.media.MediaType mimeType)Retrieves the window states supported by the associated Portlet for the specified MIME type.
-