com.plumtree.portalpages.portlets.sitemap
Class SiteMapPortletView

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.intrinsicportlets.IntrinsicPortletView
      extended by com.plumtree.portalpages.portlets.sitemap.SiteMapPortletView
All Implemented Interfaces:
IManagedObject, IMVCObject, IView

public class SiteMapPortletView
extends IntrinsicPortletView

Author:
josephc

Field Summary
static java.lang.String HTMLBUTTON_REPOST
           
static java.lang.String HTMLINPUT_VALUE
           
static java.lang.String STR_MVC_CLASS_NAME
          Class name for the view.
 
Fields inherited from class com.plumtree.portaluiinfrastructure.intrinsicportlets.IntrinsicPortletView
INTRINSIC_PORTLET_HTMLFORM_NAME, INTRINSIC_PORTLET_JAVASCRIPT_SUBMIT_FORM, m_asOwner, m_bAddFormToPortlet, m_bMultiPart, m_model
 
Constructor Summary
SiteMapPortletView()
           
 
Method Summary
 java.lang.Object Create()
          This method is used by the ASManager to return new instances of managed objects.
 HTMLScript DisplayJavascript()
          This method returns the HTMLScript that encompasses the Javascript on the page.
 HTMLElement DisplayPortlet()
          Displays the HTML for the portlet.
 java.lang.String DisplayPortletWML()
          Displays the WML for the portlet.
protected  HTMLTableRow GetHTMLForHeaderRow(java.lang.String strFolderName)
           
protected  HTMLTable GetHTMLForSpacerTable()
          Returns the HTML for the spacer table.
protected  HTMLTable GetHTMLForSubmitTable()
          Returns the HTML for the add links button.
 java.lang.String GetName()
          Returns the Class name.
 
Methods inherited from class com.plumtree.portaluiinfrastructure.intrinsicportlets.IntrinsicPortletView
Display, DisplayWML, Init
 
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
Class name for the view. For intrinsic portlets, the view must have the same class name as the model.

See Also:
Constant Field Values

HTMLBUTTON_REPOST

public static final java.lang.String HTMLBUTTON_REPOST
See Also:
Constant Field Values

HTMLINPUT_VALUE

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

SiteMapPortletView

public SiteMapPortletView()
Method Detail

Create

public java.lang.Object Create()
Description copied from class: IntrinsicPortletView
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 IntrinsicPortletView
Returns:
A new instance of the managed class (i.e. return new Foo();)
See Also:
IManagedObject.Create()

DisplayJavascript

public HTMLScript DisplayJavascript()
This method returns the HTMLScript that encompasses the Javascript on the page.

Specified by:
DisplayJavascript in interface IView
Overrides:
DisplayJavascript in class IntrinsicPortletView
Returns:
HTMLScript
See Also:
IView.DisplayJavascript()

DisplayPortlet

public HTMLElement DisplayPortlet()
Description copied from class: IntrinsicPortletView
Displays the HTML for the portlet. The child classes must implement this function. This function is called by Display().

Specified by:
DisplayPortlet in class IntrinsicPortletView
Returns:
HTML for portlet
See Also:
IntrinsicPortletView.DisplayPortlet()

DisplayPortletWML

public java.lang.String DisplayPortletWML()
Description copied from class: IntrinsicPortletView
Displays the WML for the portlet. The child classes must implement this function. This function is called by DisplayWML().

Specified by:
DisplayPortletWML in class IntrinsicPortletView
Returns:
WML for portlet
See Also:
IntrinsicPortletView.DisplayPortletWML()

GetName

public java.lang.String GetName()
Returns the Class name.

Specified by:
GetName in interface IMVCObject
Specified by:
GetName in class IntrinsicPortletView
Returns:
String
See Also:
IMVCObject.GetName()

GetHTMLForHeaderRow

protected HTMLTableRow GetHTMLForHeaderRow(java.lang.String strFolderName)
Parameters:
strFolderName -
Returns:
Throws:
java.lang.Exception

GetHTMLForSpacerTable

protected HTMLTable GetHTMLForSpacerTable()
Returns the HTML for the spacer table.

Returns:
HTMLTableCell
Throws:
java.lang.Exception

GetHTMLForSubmitTable

protected HTMLTable GetHTMLForSubmitTable()
Returns the HTML for the add links button.

Returns:
HTMLTable
Throws:
java.lang.Exception



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