com.plumtree.portalpages.admin.editors.portlet.plugins
Interface IPortletSettingsModelRO

All Known Implementing Classes:
PortletSettingsModel

public interface IPortletSettingsModelRO

Author:
adolfoc

Method Summary
 int GetPortletSize()
          Returns the Portlet Size from the currently edited object.
 int GetPortletType()
          Returns the Gadget Type from the currently edited object.
 boolean GetSuppressTitleBar()
          Returns true if the portlet title bar should be suppressed.
 

Method Detail

GetPortletType

int GetPortletType()
Returns the Gadget Type from the currently edited object. See IPTGadget for details.

Returns:
int

GetPortletSize

int GetPortletSize()
Returns the Portlet Size from the currently edited object. See IPTGadget for details.

Returns:
int

GetSuppressTitleBar

boolean GetSuppressTitleBar()
Returns true if the portlet title bar should be suppressed.

Returns:
boolean



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.