Spiffy UI Framework

Uses of Class
org.spiffyui.client.nav.NavItem

Packages that use NavItem
org.spiffyui.client.nav The nav package contains all of the classes and interfaces for the main navigations bar. 
 

Uses of NavItem in org.spiffyui.client.nav
 

Methods in org.spiffyui.client.nav that return NavItem
 NavItem MainNavBar.getItem(java.lang.String id)
          Gets a navigation item from the navigation menu.
 NavItem NavSection.getNavItem(Anchor a)
          Returns the NavItem that owns the specified Anchor
 NavItem MainNavBar.getSelectedItem()
          Get the currently selected navigation item in this navigation bar.
 

Methods in org.spiffyui.client.nav with parameters of type NavItem
protected  void MainNavBar.addNavItem(NavItem item)
          Addes a nav item to the list of anchors to listen to
 void HasNavBarListenersPanel.fireEvent(NavItem item)
          Fires the click event on the specified nav item
protected  void HasNavBarListenersPanel.fireEvent(NavItem item, boolean addToHistory)
          Fires the click event on the specified nav item
 void MainNavBar.fireEvent(NavItem item, boolean addToHistory)
           
 boolean HasNavBarListenersPanel.firePreEvent(NavItem item)
          Notifies listeners of a request to select an item, giving listeners a change to cancel the event
 void NavBarListener.itemSelected(NavItem item)
          Called when a navigation item is selected
 boolean NavBarListener.preItemSelected(NavItem item)
          Give the listener a chance to cancel the itemSelected event
 void MainNavBar.remove(NavItem item)
          Remove the specified NavItem from the navigation bar.
 boolean MainNavBar.selectItem(NavItem item)
          Selects the specified navigation item and fires the navigation event to let all listeners know it was selected.
 boolean MainNavBar.selectItem(NavItem item, boolean addToHistory, boolean doFirePreEvent)
          Selects the specified navigation item and fires the navigation event to let all listeners know it was selected.
 boolean MainNavBar.selectItem(NavItem item, boolean addToHistory, boolean doFirePreEvent, boolean doFireSelectEvent)
          Selects the specified navigation item and can fire the navigation event to let all listeners know it was selected, if the doFireSelectedEvent parameter is set accordingly.
 


Spiffy UI Framework