com.plumtree.portalpages.browsing.sitemap.sitemappage
Class SiteMapCreateFolderView

java.lang.Object
  extended by com.plumtree.portalpages.common.createfolder.CreateFolderView
      extended by com.plumtree.portalpages.browsing.sitemap.sitemappage.SiteMapCreateFolderView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class SiteMapCreateFolderView
extends CreateFolderView

Author:
Naveen Pai This view is for a simple pop-up to create as site map folder.

Field Summary
static java.lang.String STR_MVC_CLASS_NAME
          name of this view
 
Fields inherited from class com.plumtree.portalpages.common.createfolder.CreateFolderView
HTMLBUTTON_EDITOR_CANCEL, HTMLBUTTON_EDITOR_FINISH, HTMLFORM_CREATEFOLDER, HTMLINPUT_CREATED, HTMLINPUT_FOLDERDESCRIPTION, HTMLINPUT_FOLDERNAME, JAVASCRIPT_CREATEFOLDER, JAVASCRIPT_DO_ON_LOAD, JAVASCRIPT_SUBMIT_BY_POST, JAVASCRIPT_VALIDATE_FOLDER_NAME, m_asOwner, STR_VIEW_STORAGE_NAME
 
Constructor Summary
SiteMapCreateFolderView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 java.lang.String GetBannerTitle()
           
 int GetCreateFolderRepostAction()
           
 java.lang.String GetName()
          Return the name of the MVC object.
 
Methods inherited from class com.plumtree.portalpages.common.createfolder.CreateFolderView
Display, DisplayJavascript, Init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STR_MVC_CLASS_NAME

public static final java.lang.String STR_MVC_CLASS_NAME
name of this view

See Also:
Constant Field Values
Constructor Detail

SiteMapCreateFolderView

public SiteMapCreateFolderView()
Method Detail

Create

public java.lang.Object Create()
Description copied from interface: IManagedObject
This method is used by the ASManager to return new instances of managed objects.

Specified by:
Create in interface IManagedObject
Specified by:
Create in class CreateFolderView
Returns:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()

GetName

public java.lang.String GetName()
Description copied from interface: IMVCObject
Return the name of the MVC object.

Specified by:
GetName in interface IMVCObject
Specified by:
GetName in class CreateFolderView
Returns:
the name of the object.
See Also:
IMVCObject.GetName()

GetBannerTitle

public java.lang.String GetBannerTitle()
Specified by:
GetBannerTitle in class CreateFolderView
See Also:
CreateFolderView.GetBannerTitle()

GetCreateFolderRepostAction

public int GetCreateFolderRepostAction()
Specified by:
GetCreateFolderRepostAction in class CreateFolderView
See Also:
CreateFolderView.GetCreateFolderRepostAction()



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