|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.plumtree.uiinfrastructure.form.AFormDP
com.plumtree.portalpages.browsing.portletpreview.PreviewPortletDP
public class PreviewPortletDP
File: PreviewPortletDP.java -------------------------- The Display Page for the Preview Portlet. Simply calls into the PreviewPortletView and gets the javascript to display on this page.
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
|
| Fields inherited from class com.plumtree.uiinfrastructure.form.AFormDP |
|---|
GET, HTMLFORM_NAME, JAVASCRIPT_SETUP_FOR_SUBMIT_TO_CONTROL, JAVASCRIPT_SUBMIT_FORM, JAVASCRIPT_SUBMIT_TO_CONTROL, m_asOwner, MULTIPART_ENCODING, POST |
| Constructor Summary | |
|---|---|
PreviewPortletDP()
|
|
| Method Summary | |
|---|---|
void |
Display(IWebData pageData)
Construct the HTMLPage for Display. |
HTMLElementCollection |
DisplayHTMLAfterForm()
This is a method that classes extending this one can over write. |
protected HTMLScriptCollection |
DisplayJavaScriptFromChild()
Display Java Script From Child |
java.lang.String |
GetFormTitle()
This is a helper method that all classes that inherit from AFormDP need to implement. |
java.lang.String |
GetName()
Return the name of the MVC object. |
void |
Init(AActivitySpace parent)
Initialize the Display Page. |
HTMLElement |
PageDisplay()
This is a helper method that all classes that inherit from AFormDP need to implement. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String STR_MVC_CLASS_NAME
| Constructor Detail |
|---|
public PreviewPortletDP()
| Method Detail |
|---|
public java.lang.String GetFormTitle()
AFormDP
GetFormTitle in class AFormDPAFormDP.GetFormTitle()public java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectGetName in class AFormDPAFormDP.GetName()public void Init(AActivitySpace parent)
IDisplayPage
Init in interface IDisplayPageInit in class AFormDPIDisplayPage.Init(AActivitySpace)public HTMLElement PageDisplay()
AFormDP
PageDisplay in class AFormDPcom.plumtree.xpshared.activityspace.IDisplayPage#display()public HTMLElementCollection DisplayHTMLAfterForm()
AFormDP
DisplayHTMLAfterForm in class AFormDPAFormDP.DisplayHTMLAfterForm()protected HTMLScriptCollection DisplayJavaScriptFromChild()
DisplayJavaScriptFromChild in class AFormDPHTMLExceptionpublic void Display(IWebData pageData)
IDisplayPage
Display in interface IDisplayPageDisplay in class AFormDPWarning: PlumtreeDP overrides this, so if you change things here, you probably
need to change it there as well.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||