Uses of Class
org.gatein.pc.api.WindowState
-
Packages that use WindowState Package Description org.gatein.pc.api org.gatein.pc.api.info org.gatein.pc.api.invocation org.gatein.pc.api.invocation.response org.gatein.pc.api.spi -
-
Uses of WindowState in org.gatein.pc.api
Fields in org.gatein.pc.api declared as WindowState Modifier and Type Field Description static WindowStateWindowState. MAXIMIZED.static WindowStateWindowState. MINIMIZED.static WindowStateWindowState. NORMAL.Methods in org.gatein.pc.api that return WindowState Modifier and Type Method Description static WindowStateWindowState. create(String name)static WindowStateWindowState. create(String name, boolean preserveCase)WindowStateContainerURL. getWindowState()Returns the window state that may be null. -
Uses of WindowState in org.gatein.pc.api.info
Methods in org.gatein.pc.api.info that return WindowState Modifier and Type Method Description WindowStateWindowStateInfo. getWindowState()The window state value.Methods in org.gatein.pc.api.info with parameters of type WindowState Modifier and Type Method Description WindowStateInfoCapabilitiesInfo. getWindowState(WindowState windowState)Returns a window state info matching a specifed window state or null. -
Uses of WindowState in org.gatein.pc.api.invocation
Fields in org.gatein.pc.api.invocation declared as WindowState Modifier and Type Field Description protected WindowStatePortletInvocation. windowState.Methods in org.gatein.pc.api.invocation that return WindowState Modifier and Type Method Description WindowStatePortletInvocation. getWindowState()Methods in org.gatein.pc.api.invocation with parameters of type WindowState Modifier and Type Method Description voidPortletInvocation. setWindowState(WindowState windowState) -
Uses of WindowState in org.gatein.pc.api.invocation.response
Methods in org.gatein.pc.api.invocation.response that return WindowState Modifier and Type Method Description WindowStateUpdateNavigationalStateResponse. getWindowState()Methods in org.gatein.pc.api.invocation.response with parameters of type WindowState Modifier and Type Method Description voidUpdateNavigationalStateResponse. setWindowState(WindowState windowState) -
Uses of WindowState in org.gatein.pc.api.spi
Methods in org.gatein.pc.api.spi that return types with arguments of type WindowState Modifier and Type Method Description Set<WindowState>PortalContext. getWindowStates()Return the window states accepted by this portal context.
-