|
|||||||||
| 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.uiinfrastructure.tree.TreeDP
public class TreeDP
This page displays the main section of the tree, including the sub-title bar.
| Field Summary | |
|---|---|
static java.lang.String |
STR_MVC_CLASS_NAME
name of the tree DP |
static java.lang.String |
TREE_BAR_STORAGE_NAME
storage name for tree bar view |
| 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 | |
|---|---|
TreeDP()
|
|
| Method Summary | |
|---|---|
protected HTMLScriptCollection |
DisplayJavaScriptFromChild()
This is a helper method that all classes that inherit from AFormDP can override if they like. |
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. |
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
public static final java.lang.String TREE_BAR_STORAGE_NAME
| Constructor Detail |
|---|
public TreeDP()
| 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 AFormDPIMVCObject.GetName()public HTMLElement PageDisplay()
AFormDP
PageDisplay in class AFormDPAFormDP.PageDisplay()protected HTMLScriptCollection DisplayJavaScriptFromChild()
AFormDP
DisplayJavaScriptFromChild in class AFormDPThis is a helper method that all classes that inherit from AFormDP can override
if they like. The method provides a hook into the head so that DP's can add javascript.
Simply override and return and HTMLScript. Also, it is best to return the results of the
DisplayJavaScript functions from the appropriate views.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||