com.plumtree.uiinfrastructure.form
Class MediumFormHeaderView
java.lang.Object
  
com.plumtree.uiinfrastructure.form.AFormHeaderView
      
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
 
 
 
 
| 
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 java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
STR_MVC_CLASS_NAME
public static final java.lang.String STR_MVC_CLASS_NAME
- Object Name
- See Also:
 - Constant Field Values
 
 
MediumFormHeaderView
public MediumFormHeaderView()
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()