Uiinfrastructure API Docs  
 

LeftNavMenu Members

LeftNavMenu overview

Public Instance Constructors

icon LeftNavMenu Constructor Creates a new Left Nav Menu object. Should have only one menu per Editor.

Public Instance Methods

iconAddJavaScriptValidationToLink To set a JavaScript to be called when the user tries to go to a particular Display Page.
iconAddLinkToSubMenuOverloaded. Creates a new link and adds it to the sub menu identified by the ID passed in argument. That link is going to the DP passed in argument in the current AS.
iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetArrayOfNonVisitedMandatoryPages Returns the array of non visited mandatory pages.
iconGetArraySubMenus Returns the array of sub menus.
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.
iconGetType (inherited from Object)Gets the Type of the current instance.
iconHasUnvisitedMandatoryPage Returns true if some of the mandatory pages have not been visited
iconHideLinkOverloaded. Will display or hide the link identified by the ID in argument.
iconHideSubMenu Will display or hide the sub menu identified by the ID in argument.
iconRemovePageFromMandatoryArray Removes the page in argument from the array of mandatory pages. This is to keep track of the mandatory pages. When the page is being visited by the user it should be removed from the array.
iconSetMandatoryPage Changes the status of the page in argument to mandatory or to non-mandatory.
iconStartNewSubMenu Creates a new sub menu, adds it to the array of menus and returns the ID of that new sub menu. The ID is the position of the sub menu in the array.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

LeftNavMenu Class | com.plumtree.uiinfrastructure.editor Namespace