com.plumtree.uiinfrastructure.form
Class MediumFormHeaderView

java.lang.Object
  extended by com.plumtree.uiinfrastructure.form.AFormHeaderView
      extended by com.plumtree.uiinfrastructure.form.MediumFormHeaderView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class MediumFormHeaderView
extends AFormHeaderView

This class implements the HTML to print out the OK and Cancel at the top of the form. This View is printed out by AFormDP. To turn this header on ... go to AFormDP::SetShowFormHeader() This is the medium popup header.

Author:
DonH

Field Summary
static java.lang.String STR_MVC_CLASS_NAME
          Object Name
 
Fields inherited from class com.plumtree.uiinfrastructure.form.AFormHeaderView
HTMLBUTTON_EDITOR_CANCEL, HTMLBUTTON_EDITOR_FINISH, m_asOwner
 
Constructor Summary
MediumFormHeaderView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
protected  java.lang.String GetFinishButtonText()
          This method returns the text for the finish button.
 java.lang.String GetName()
          Return the name of the MVC object.
 
Methods inherited from class com.plumtree.uiinfrastructure.form.AFormHeaderView
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
Object Name

See Also:
Constant Field Values
Constructor Detail

MediumFormHeaderView

public MediumFormHeaderView()
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 AFormHeaderView
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 AFormHeaderView
Returns:
the name of the object.
See Also:
IMVCObject.GetName()

GetFinishButtonText

protected java.lang.String GetFinishButtonText()
Description copied from class: AFormHeaderView
This method returns the text for the finish button. It can be overridden to change the text.

Overrides:
GetFinishButtonText in class AFormHeaderView
Returns:
String the text for the finish button.
See Also:
AFormHeaderView.GetFinishButtonText()



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