Spiffy UI Framework

Package org.spiffyui.client.nav

The nav package contains all of the classes and interfaces for the main navigations bar.

See:
          Description

Interface Summary
NavBarListener A listener for events on the navigation bar or the header (for any panel changing including logout).
NavWidget This is a marker interface for widgets which can be added to the navigation panel
 

Class Summary
HasNavBarListenersPanel This is a FlowPanel that calls events by listeners listening for changes in navigation such as MainNavBar or logout on MainHeader.
MainNavBar This is the navigation bar for the main page.
NavHeader This widget represents a single header element H2 to the navigation menu.
NavItem A NavItem represents a single item on the navigation menu
NavPanel A class to allow a container of objects be added to the MainNavBar
NavSection This widget represents a single section that contains multiple items in the navigation menu.
NavSeparator This widget represents a single separator item on the navigation menu.
 

Package org.spiffyui.client.nav Description

The nav package contains all of the classes and interfaces for the main navigations bar.


Spiffy UI Framework