Plumtree Pluggable Navigation API  
 

NavigationCommonVerticalView Members

NavigationCommonVerticalView overview

Public Static Fields

MENU_TEXT_MAX_LENGTH The maximum length of strings before truncation *

Public Static Methods

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

Protected Static Methods

AddAdminListRow DCA - Creating HTML for Administration Button Don't need this function
AddStandardListBoldRow Adds an HTMLTableCell inside an HTMLTableRow with a bolded string
AddStandardListRowOverloaded. Adds an HTMLTableCell inside an HTMLTableRow with an ASURL link
AddSubSectionListRow Adds an HTMLTableCell inside an HTMLTableRow with a subsection link
AddSUBSUBSectionListRow Adds an HTMLTableCell inside an HTMLTableRow with a subsubsection link, used for related and subcommunities section.=
AddVerticalSpacerRow Adds an HTMLTableCell inside an HTMLTableRow with a spacer row

Public Instance Constructors

NavigationCommonVerticalView Constructor Initializes a new instance of the NavigationCommonVerticalView class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetActionCollapseExpandURL Gets the ASURL with image to collapse/expand vertical actions subsection
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.
GetSectionCollapseExpandURL Gets the ASURL with image to collapse/expand vertical navigation sections
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.
Write508JumpLink This method displays the hidden link after the navigation banner so that 508 users can skip the navigation. This is mainly relevant for IE.
Write508ShortcutsSection 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

m_asOwner 
m_model 

Protected Instance Methods

AddActionListRow Adds an HTMLTableCell inside an HTMLTableRow with an action link
AddCurCommSubSectionHeaderRow Adds an HTMLTable to the HTMLElementCollection with the Subcommunity section
AddSectionHeaderRowOverloaded. Adds an HTMLTableCell inside an HTMLTableRow with a header bar
AddSubSectionHeaderRowOverloaded. Adds an HTMLTableCell inside an HTMLTableRow with a section header
CreateActionBarDivider Helper function that gets a table cell used as a thin divider.
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.
Get508PortletAccessAnchors Return a collection of access key anchors elements pointing to each portlet displayed.
GetCollapseExpandURL Generates the ASURL with just the URL to the control for collapse/expanding vertical navigation sections.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
WriteAdminLink Adds an HTMLTable with the Administration link to the specified HTMLElementCollection
WriteCommPages Adds an HTMLTable to the HTMLElementCollection with the Community pages section
WriteCurCommunitySection Adds an HTMLTable to the HTMLElementCollection with the current Community section, with the Community pages, Subcommunities and related communities
WriteDocumentsSection Adds an HTMLTable to the HTMLElementCollection with the directory section
WriteMandatoryCommunitiesSection Adds an HTMLTable to the HTMLElementCollection with the Mandatory Communities section. Note that My communities section lists these aswell.
WriteMandatoryLinksSection Adds an HTMLTable to the HTMLElementCollection with the Mandatory links section
WriteMinimizedSubSectionBar Adds an HTMLTableRow to specified HTMLTable with a collapsed Subsection Bar. Used to display collapsed actions subsection with only the action images.
WriteMyCommunitiesSection Adds an HTMLTable to the HTMLElementCollection with the current Community section
WriteMyPagesSection Adds an HTMLTable to the HTMLElementCollection with the Mypage links section
WriteRelatedCommunitiesSubSection Adds an HTMLTable to the HTMLElementCollection with the Related communities section of the current community
WriteSubCommsSubSection Adds an HTMLTable to the HTMLElementCollection with the Subcommunities section of the current community

See Also

NavigationCommonVerticalView Class | com.plumtree.portalnavigation.views Namespace