Package org.gatein.pc.api.info
Interface WindowStateInfo
-
public interface WindowStateInfo- Since:
- 2.4
- Version:
- $Revision: 6818 $
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.gatein.common.i18n.LocalizedStringgetDescription()The window state description.WindowStategetWindowState()The window state value.StringgetWindowStateName()Retrieves the associated window state name.
-
-
-
Method Detail
-
getDescription
org.gatein.common.i18n.LocalizedString getDescription()
The window state description.- Returns:
- the window state description
-
getWindowState
WindowState getWindowState()
The window state value.- Returns:
- the window state value
-
getWindowStateName
String getWindowStateName()
Retrieves the associated window state name.- Returns:
- the associated window state name.
-
-