|
|||||||||
| 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.common.uiparts.PlumtreeDP
public abstract class PlumtreeDP
Main display page for the Portal product.
| Field Summary | |
|---|---|
static java.lang.String |
JAVASCRIPT_INITIALIZE_EVENTS
|
protected boolean |
m_bAddMainForm
Whether or not to display the main form |
protected int |
m_nLeftWidth
|
protected int |
m_nLeftWidthAlone
|
protected int |
m_nRightWidth
|
protected int |
m_nRightWidthAlone
|
protected int |
m_nTableSpacing
|
| 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 | |
|---|---|
PlumtreeDP()
|
|
| Method Summary | |
|---|---|
void |
Display(IWebData pageData)
Construct the HTMLPage for Display. |
protected HTMLBody |
DisplayBody(int nNavScheme)
Constructs the body for the Plumtree display page. |
protected HTMLHead |
DisplayHead(int nNavScheme)
Constructs the head for the Plumtree display page. |
protected HTMLScript |
DisplayJavaScriptToHead()
This is a helper method that all classes that inherit from PlumtreeDP need to implement. |
protected HTMLElement |
DisplayLayout(int _nWebServiceID,
boolean _bMainPage)
This helper method displays a particular layout from a web service. |
protected HTMLElement |
DisplayLayout(Layouts layout)
This method checks whether or not the page should be displayed using layout mode and then displays it. |
boolean |
GetAddMainForm()
|
HTMLScriptCollection |
GetBasicJavascript()
|
java.lang.String |
GetFormTitle()
This is a helper method that all classes that inherit from AFormDP need to implement. |
HTMLScript |
GetInitializeEventsJavaScript()
|
HTMLMeta |
GetMetaRefresh()
Forms meta-refresh tag for page auto refreshing. |
abstract java.lang.String |
GetName()
Return the name of the MVC object. |
int |
GetNavScheme()
This method is also used by the BasePage layout NavArea tag. |
abstract java.lang.String |
GetSubtitleForBanner()
This string will be added as the subtitle in a banner that has a subtitle. |
abstract java.lang.String |
GetTitleForBanner()
This string will be added as the title in a banner that has a title. |
abstract HTMLElement |
PageDisplay()
This is a helper method that all classes that inherit from PlumtreeDP need to implement. |
protected void |
RegisterNavScheme(int nCurrentScheme)
|
void |
SetAddMainForm(boolean _bAddMainForm)
Set the AddMainForm member variable. |
| 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 JAVASCRIPT_INITIALIZE_EVENTS
protected boolean m_bAddMainForm
protected int m_nTableSpacing
protected int m_nLeftWidth
protected int m_nRightWidth
protected int m_nLeftWidthAlone
protected int m_nRightWidthAlone
| Constructor Detail |
|---|
public PlumtreeDP()
| Method Detail |
|---|
public abstract java.lang.String GetName()
IMVCObject
GetName in interface IMVCObjectGetName in class AFormDPcom.plumtree.xpshared.activityspace.IDisplayPage#GetName()public abstract java.lang.String GetSubtitleForBanner()
public abstract java.lang.String GetTitleForBanner()
public abstract HTMLElement PageDisplay()
PageDisplay in class AFormDPHTMLExceptionpublic int GetNavScheme()
public void Display(IWebData pageData)
IDisplayPage
Display in interface IDisplayPageDisplay in class AFormDPcom.plumtree.xpshared.activityspace.IDisplayPage#display()protected HTMLElement DisplayLayout(Layouts layout)
_pageData -
protected HTMLElement DisplayLayout(int _nWebServiceID,
boolean _bMainPage)
_nWebServiceID - The webservice to display._bMainPage - whether or not to process the head element for a main page.
This should only be true for one layout per page.
public java.lang.String GetFormTitle()
AFormDP
GetFormTitle in class AFormDPAFormDP.GetFormTitle()public void SetAddMainForm(boolean _bAddMainForm)
_bAddMainForm - public boolean GetAddMainForm()
protected HTMLBody DisplayBody(int nNavScheme)
nNavScheme - Navigation scheme ID
NavTypeConstantspublic HTMLScript GetInitializeEventsJavaScript()
public HTMLScriptCollection GetBasicJavascript()
protected HTMLHead DisplayHead(int nNavScheme)
nNavScheme - Navigation scheme ID
NavTypeConstantsprotected HTMLScript DisplayJavaScriptToHead()
HTMLExceptionpublic HTMLMeta GetMetaRefresh()
protected void RegisterNavScheme(int nCurrentScheme)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||