com.plumtree.portalpages.admin.editors.invitation
Class InvitationDependenciesView

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

public class InvitationDependenciesView
extends ObjDependenciesView

This Section contains the HTML for the dependencies page.

Author:

Field Summary
static java.lang.String JAVASCRIPT_SEND_INVITATION
          Send Invitation javascript function name
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
InvitationDependenciesView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLScript DisplayJavascript()
          Adds javascript for creating or adding to jobs
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, 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

JAVASCRIPT_SEND_INVITATION

public static final java.lang.String JAVASCRIPT_SEND_INVITATION
Send Invitation javascript function name

See Also:
Constant Field Values
Constructor Detail

InvitationDependenciesView

public InvitationDependenciesView()
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()

DisplayJavascript

public HTMLScript DisplayJavascript()
Adds javascript for creating or adding to jobs

Specified by:
DisplayJavascript in interface IView
Overrides:
DisplayJavascript in class ObjDependenciesView
Returns:
See Also:
IView.DisplayJavascript()

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.