Plumtree Portal UI  
 

IntrinsicPortletView Members

IntrinsicPortletView overview

Public Static Fields

INTRINSIC_PORTLET_HTMLFORM_NAME The name of the intrinsic portlet form prefix (for use in Javascript, etc...). The portlet ID will be appended to the prefix.
INTRINSIC_PORTLET_JAVASCRIPT_SUBMIT_FORM The name of the JavaScript used to submit the form. The portlet ID will be appended to the prefix.

Public Instance Methods

Create This method is used by the ASManager to return new instances of managed objects.
Display This is called by the MyPortalContentView, which aggregates all the intrinsic portlet views. This method calls DisplayPortlet() in order to generate the HTML specific to the portlet. If a form is required, then the HTML returned from DisplayPortlet() is put into a form.
DisplayJavascript Portlet Javascript is aggregated by PlumtreeDP. Note that you may need to take into account the portletID in your Javascript.
DisplayPortlet Displays the HTML for the portlet. The child classes must implement this function. This function is called by Display().
DisplayPortletWML Displays the WML for the portlet. The child classes must implement this function. This function is called by DisplayWML().
DisplayWML This is called by the ??, which aggregates all the intrinsic portlet WML views. This method calls DisplayPortletWML() in order to generate the WML specific to the portlet.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetName 
GetType (inherited from Object)Gets the Type of the current instance.
Init Inits the Section with the read-only Model and the Activity Space.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Constructors

IntrinsicPortletView Constructor Initializes a new instance of the IntrinsicPortletView class.

Protected Instance Fields

m_asOwner Parent Activity Space
m_bAddFormToPortlet Set to true if you want your portlet to have a form and JavaScript for repost.
m_bMultiPart Set to true if you want your portlet to have a multi-part form
m_model RO interface to model

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

IntrinsicPortletView Class | com.plumtree.portaluiinfrastructure.intrinsicportlets Namespace