Package org.gatein.pc.api.info
Interface WindowStateInfo
public interface WindowStateInfo
- Since:
- 2.4
- Version:
- $Revision: 6818 $
- Author:
- Julien Viet
-
Method Summary
Modifier and TypeMethodDescriptionorg.gatein.common.i18n.LocalizedStringThe window state description.The window state value.Retrieves the associated window state name.
-
Method Details
-
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.
-