org.exoplatform.services.portletcontainer.pci
Class CustomWindowStateWithDescription

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.pci.CustomWindowStateWithDescription

public class CustomWindowStateWithDescription
extends Object

Author:
Mestrallet Benjamin benjmestrallet@users.sourceforge.net .

Nested Class Summary
 class CustomWindowStateWithDescription.Description
          Description class.
 
Constructor Summary
CustomWindowStateWithDescription(javax.portlet.WindowState windowState, List<LocalisedDescription> descriptions)
           
 
Method Summary
 List<LocalisedDescription> getDescriptions()
           
 javax.portlet.WindowState getWindowState()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomWindowStateWithDescription

public CustomWindowStateWithDescription(javax.portlet.WindowState windowState,
                                        List<LocalisedDescription> descriptions)
Parameters:
windowState - window state
descriptions - descriptions
Method Detail

getDescriptions

public final List<LocalisedDescription> getDescriptions()
Returns:
a List of LocalisedDescription objects

getWindowState

public final javax.portlet.WindowState getWindowState()
Returns:
window state


Copyright © 2009 eXo Platform SAS. All Rights Reserved.