The methods of the IntrinsicPortletView class are listed below. For a complete list of IntrinsicPortletView class members, see the IntrinsicPortletView Members topic.
![]() | This method is used by the ASManager to return new instances of managed objects. |
![]() | 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. |
![]() | Portlet Javascript is aggregated by PlumtreeDP. Note that you may need to take into account the portletID in your Javascript. |
![]() | Displays the HTML for the portlet. The child classes must implement this function. This function is called by Display(). |
![]() | Displays the WML for the portlet. The child classes must implement this function. This function is called by 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. |
![]() | Determines whether the specified Object is equal to the current 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. |
![]() | |
![]() | Gets the Type of the current instance. |
![]() | Inits the Section with the read-only Model and the Activity Space. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
IntrinsicPortletView Class | com.plumtree.portaluiinfrastructure.intrinsicportlets Namespace