org.apache.jetspeed.om.portlet
Interface CustomWindowState

All Superinterfaces:
org.apache.pluto.container.om.portlet.CustomWindowState, java.io.Serializable

public interface CustomWindowState
extends org.apache.pluto.container.om.portlet.CustomWindowState, java.io.Serializable

Version:
$Id: CustomWindowState.java 755263 2009-03-17 14:23:52Z ate $

Method Summary
 Description addDescription(java.lang.String lang)
           
 javax.portlet.WindowState getCustomState()
           
 Description getDescription(java.util.Locale locale)
           
 java.util.List<Description> getDescriptions()
           
 javax.portlet.WindowState getMappedState()
           
 
Methods inherited from interface org.apache.pluto.container.om.portlet.CustomWindowState
getWindowState
 

Method Detail

getDescription

Description getDescription(java.util.Locale locale)
Specified by:
getDescription in interface org.apache.pluto.container.om.portlet.CustomWindowState

getDescriptions

java.util.List<Description> getDescriptions()
Specified by:
getDescriptions in interface org.apache.pluto.container.om.portlet.CustomWindowState

addDescription

Description addDescription(java.lang.String lang)
Specified by:
addDescription in interface org.apache.pluto.container.om.portlet.CustomWindowState

getCustomState

javax.portlet.WindowState getCustomState()

getMappedState

javax.portlet.WindowState getMappedState()


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.