com.silverpeas.portlets.portal
Interface PortletWindowData
- All Known Implementing Classes:
- PortletWindowDataImpl
public interface PortletWindowData
The PortletWindowData is responsible for providing the data related to the Portlet Window to the
view. The information includes title, portlet content, view ,edit and help URLs.
init
void init(javax.servlet.http.HttpServletRequest request,
PortletRegistryContext portletRegistryContext,
String portletWindowName)
throws PortletRegistryException
- Throws:
PortletRegistryException
getPortletName
String getPortletName()
getPortletWindowName
String getPortletWindowName()
getTitle
String getTitle()
getContent
CharSequence getContent()
isView
boolean isView()
getViewURL
String getViewURL()
isEdit
boolean isEdit()
getEditURL
String getEditURL()
isHelp
boolean isHelp()
getHelpURL
String getHelpURL()
isNormalized
boolean isNormalized()
getNormalizedURL
String getNormalizedURL()
isMaximized
boolean isMaximized()
getMaximizedURL
String getMaximizedURL()
isMinimized
boolean isMinimized()
getMinimizedURL
String getMinimizedURL()
getCurrentMode
String getCurrentMode()
getCurrentWindowState
String getCurrentWindowState()
isRemove
boolean isRemove()
getRemoveURL
String getRemoveURL()
isThin
boolean isThin()
isThick
boolean isThick()
getWidth
String getWidth()
getRowNumber
Integer getRowNumber()
getSpaceId
String getSpaceId()
setSpaceId
void setSpaceId(String spaceId)
Copyright © 2016 Silverpeas. All Rights Reserved.