Spiffy UI Framework

Uses of Interface
org.spiffyui.client.nav.NavWidget

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

Uses of NavWidget in org.spiffyui.client.nav
 

Classes in org.spiffyui.client.nav that implement NavWidget
 class NavHeader
           This widget represents a single header element H2 to the navigation menu.
 class NavItem
          A NavItem represents a single item on the navigation menu
 class NavPanel
          A class to allow a container of objects be added to the MainNavBar
 class NavSection
          This widget represents a single section that contains multiple items in the navigation menu.
 class NavSeparator
           This widget represents a single separator item on the navigation menu.
 


Spiffy UI Framework