Table of Contents
NavigationItem Objects

The client side representation of a NavigationItem object.

Methods
Name Description
click Simulates item click.
getDisabled Gets a value indicating whether this item is in disabled state.
getIndex Gets the zero based index of this item.
getItemId Gets the id of the item.
getLevel Gets the level of the item.
getNavigateUrl Returns the value of the NavigateUrl property.
getNavigator Gets the BaseNavigator object that owns this item.
getNextSibling Returns the previous sibling item of this item.
getParentGroup Gets the NavigationItemGroup object that owns this item.
getPath Gets this item's item ID path.
getPrevSibling Returns the next sibling item of this item.
getSelected Gets a value indicating whehter the item is in Selected state.
getSubGroup Gets the sub item group.
getTargetWindow Returns the value of the TargetWindow property.
getText Gets the item's text.
getValue Gets a string value associated with this menu item.
getVisible Gets a value indicating whether this item is visible.
setDisabled Sets the value indicating whether the item is in disabled state.
setNavigateUrl Sets the navigate url for the item.
setSelected Set the Selected state of this item.
setTargetWindow Sets the TargetWindow property.
setText Sets the item's text.
setValue Sets the string value associated with this menu item.
setVisible Sets the value indicating if an item is visible.