com.plumtree.portalpages.common.uiparts
Class RulesDebugMSGDP

java.lang.Object
  extended by AFormDP
      extended by com.plumtree.portalpages.common.uiparts.RulesDebugMSGDP

public class RulesDebugMSGDP
extends AFormDP

Author:
dustina

Field Summary
static java.lang.String HTMLBUTTON_DONE
           
static java.lang.String STR_MVC_CLASS_NAME
           
 
Constructor Summary
RulesDebugMSGDP()
           
 
Method Summary
 java.lang.String GetFormTitle()
          This is a helper method that all classes that inherit from AFormDP and want to have the Done and Cancel buttons displayed in the header for them need to implement.
 java.lang.String GetName()
           
 HTMLElement PageDisplay()
           
 
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
See Also:
Constant Field Values

HTMLBUTTON_DONE

public static final java.lang.String HTMLBUTTON_DONE
See Also:
Constant Field Values
Constructor Detail

RulesDebugMSGDP

public RulesDebugMSGDP()
Method Detail

GetFormTitle

public java.lang.String GetFormTitle()
This is a helper method that all classes that inherit from AFormDP and want to have the Done and Cancel buttons displayed in the header for them need to implement. The method should return the title add whatever HTML the child class wants to display to the body argument. The parent class will then add that HTML to the HTMLPage after filling in the banner and navigation. Override this method to set the form title

Returns:
String the title for the form header (if used)

GetName

public java.lang.String GetName()
See Also:
com.plumtree.portaluiinfrastructure.activityspace.IDisplayPage#GetName()

PageDisplay

public HTMLElement PageDisplay()
See Also:
PlumtreeDP.PageDisplay()



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