Plumtree Pluggable Navigation API  
 

NavigationCommonVerticalView Members

NavigationCommonVerticalView overview

Public Static Fields

iconiconMENU_TEXT_MAX_LENGTH The maximum length of strings before truncation *

Public Static Methods

iconiconCreateHeaderTable Helper method that creates a header HTMLTable
iconiconCreateListStartTable Helper method that creates an HTMLTable to start a list
iconiconWriteTextRow Adds an HTMLTableCell inside an HTMLTableRow with just a string and no anchor to the specified HTMLTable.

Protected Static Methods

iconiconAddAdminListRow DCA - Creating HTML for Administration Button Don't need this function
iconiconAddStandardListBoldRow Adds an HTMLTableCell inside an HTMLTableRow with a bolded string
iconiconAddStandardListRowOverloaded. Adds an HTMLTableCell inside an HTMLTableRow with an ASURL link
iconiconAddSubSectionListRow Adds an HTMLTableCell inside an HTMLTableRow with a subsection link
iconiconAddSUBSUBSectionListRow Adds an HTMLTableCell inside an HTMLTableRow with a subsubsection link, used for related and subcommunities section.=
iconiconAddVerticalSpacerRow Adds an HTMLTableCell inside an HTMLTableRow with a spacer row

Public Instance Constructors

icon NavigationCommonVerticalView Constructor Initializes a new instance of the NavigationCommonVerticalView class.

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetActionCollapseExpandURL Gets the ASURL with image to collapse/expand vertical actions subsection
iconGetHashCode (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.
iconGetSectionCollapseExpandURL Gets the ASURL with image to collapse/expand vertical navigation sections
iconGetType (inherited from Object)Gets the Type of the current instance.
iconToString (inherited from Object)Returns a String that represents the current Object.
iconWrite508JumpLink This method displays the hidden link after the navigation banner so that 508 users can skip the navigation. This is mainly relevant for IE.
iconWrite508ShortcutsSection This method displays the access key shortcuts for the 508 banner. This is mainly relevant for IE. These entries need to appear every time, unlike the normal navigation bar, where

Protected Instance Fields

iconm_asOwner 
iconm_model 

Protected Instance Methods

iconAddActionListRow Adds an HTMLTableCell inside an HTMLTableRow with an action link
iconAddCurCommSubSectionHeaderRow Adds an HTMLTable to the HTMLElementCollection with the Subcommunity section
iconAddSectionHeaderRowOverloaded. Adds an HTMLTableCell inside an HTMLTableRow with a header bar
iconAddSubSectionHeaderRowOverloaded. Adds an HTMLTableCell inside an HTMLTableRow with a section header
iconCreateActionBarDivider Helper function that gets a table cell used as a thin divider.
iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconGet508PortletAccessAnchors Return a collection of access key anchors elements pointing to each portlet displayed.
iconGetCollapseExpandURL Generates the ASURL with just the URL to the control for collapse/expanding vertical navigation sections.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
iconWriteAdminLink Adds an HTMLTable with the Administration link to the specified HTMLElementCollection
iconWriteCommPages Adds an HTMLTable to the HTMLElementCollection with the Community pages section
iconWriteCurCommunitySection Adds an HTMLTable to the HTMLElementCollection with the current Community section, with the Community pages, Subcommunities and related communities
iconWriteDocumentsSection Adds an HTMLTable to the HTMLElementCollection with the directory section
iconWriteMandatoryCommunitiesSection Adds an HTMLTable to the HTMLElementCollection with the Mandatory Communities section. Note that My communities section lists these aswell.
iconWriteMandatoryLinksSection Adds an HTMLTable to the HTMLElementCollection with the Mandatory links section
iconWriteMinimizedSubSectionBar Adds an HTMLTableRow to specified HTMLTable with a collapsed Subsection Bar. Used to display collapsed actions subsection with only the action images.
iconWriteMyCommunitiesSection Adds an HTMLTable to the HTMLElementCollection with the current Community section
iconWriteMyPagesSection Adds an HTMLTable to the HTMLElementCollection with the Mypage links section
iconWriteRelatedCommunitiesSubSection Adds an HTMLTable to the HTMLElementCollection with the Related communities section of the current community
iconWriteSubCommsSubSection Adds an HTMLTable to the HTMLElementCollection with the Subcommunities section of the current community

See Also

NavigationCommonVerticalView Class | com.plumtree.portalnavigation.views Namespace