com.plumtree.portalpages.browsing.layoutselection
Interface ILayoutSelectionModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject
All Known Implementing Classes:
LayoutSelectionModel

public interface ILayoutSelectionModelRO
extends IEditorModelRO

Author:
michaeld

Method Summary
 IPTQueryResult GetAdaptiveLayouts()
           
 int GetLayoutColumnCount()
          Get the count of columns to display on the select layout page.
 boolean GetPageHasFreeFormPortlet()
           
 boolean GetPageSupportsFreeFormSection()
           
 java.lang.String GetParentFormName()
          Get the name of the parent window's form.
 java.lang.String GetParentFormSelectInput()
          Get the name of the form element for selected items.
 java.lang.String GetParentFormSpaceID()
          Get the string that is the parent form space ID.
 java.lang.String GetParentFormSubmitFunction()
          Get the string that is the parent form submit function.
 int GetSelectedLayout()
          Get the currently selected layout.
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetEnableCancelButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetLayoutColumnCount

int GetLayoutColumnCount()
Get the count of columns to display on the select layout page.

Returns:
int nLayoutColumnCount

GetPageHasFreeFormPortlet

boolean GetPageHasFreeFormPortlet()
Returns:
whether the page has a content canvas portlet on it

GetPageSupportsFreeFormSection

boolean GetPageSupportsFreeFormSection()
Returns:
whether the page supports a content canvas section

GetParentFormName

java.lang.String GetParentFormName()
Get the name of the parent window's form.

Returns:
String

GetParentFormSelectInput

java.lang.String GetParentFormSelectInput()
Get the name of the form element for selected items.

Returns:
String

GetParentFormSpaceID

java.lang.String GetParentFormSpaceID()
Get the string that is the parent form space ID.

Returns:
String

GetParentFormSubmitFunction

java.lang.String GetParentFormSubmitFunction()
Get the string that is the parent form submit function.

Returns:
String

GetSelectedLayout

int GetSelectedLayout()
Get the currently selected layout.

Returns:
nSelectedLayout

GetAdaptiveLayouts

IPTQueryResult GetAdaptiveLayouts()
Returns:
Available portlet page layouts



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