com.plumtree.portalpages.admin.editors.savedsearch
Class SavedSearchDependenciesView

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.editor.ObjDependenciesView
      extended by com.plumtree.portalpages.admin.editors.savedsearch.SavedSearchDependenciesView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class SavedSearchDependenciesView
extends ObjDependenciesView

This Section contains the HTML for the dependencies page.

Author:

Field Summary
static java.lang.String STR_MVC_CLASS_NAME
          Class name for the activity space
 
Fields inherited from class com.plumtree.portaluiinfrastructure.editor.ObjDependenciesView
HTMLBUTTON_CLOSE, m_asOwner, m_model
 
Constructor Summary
SavedSearchDependenciesView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
protected  HTMLElementCollection GetHTMLForDependencies()
          Returns the HTML for the successfully created message.
 java.lang.String GetName()
          Return the name of the MVC object.
 void Init(IModelRO model, AActivitySpace parent)
          This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS).
 
Methods inherited from class com.plumtree.portaluiinfrastructure.editor.ObjDependenciesView
Display, DisplayJavascript, GetEmptyCell
 
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
Class name for the activity space

See Also:
Constant Field Values
Constructor Detail

SavedSearchDependenciesView

public SavedSearchDependenciesView()
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
Overrides:
Create in class ObjDependenciesView
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
Overrides:
GetName in class ObjDependenciesView
Returns:
the name of the object.
See Also:
IMVCObject.GetName()

Init

public void Init(IModelRO model,
                 AActivitySpace parent)
Description copied from interface: IView
This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS).

Specified by:
Init in interface IView
Overrides:
Init in class ObjDependenciesView
See Also:
IView.Init(com.plumtree.uiinfrastructure.activityspace.IModelRO, com.plumtree.uiinfrastructure.activityspace.AActivitySpace)

GetHTMLForDependencies

protected HTMLElementCollection GetHTMLForDependencies()
Description copied from class: ObjDependenciesView
Returns the HTML for the successfully created message. This message can be customized for each Object by extending this Section and overriding this method.

Overrides:
GetHTMLForDependencies in class ObjDependenciesView
Returns:
HTMLElementCollection
See Also:
ObjDependenciesView.GetHTMLForDependencies()



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