Uses of Interface
org.spiffyui.client.HistoryCallback

Packages that use HistoryCallback
org.spiffyui.client The client package contains utilities, the main header, and the main footer. 
org.spiffyui.client.nav The nav package contains all of the classes and interfaces for the main navigations bar. 
 

Uses of HistoryCallback in org.spiffyui.client
 

Methods in org.spiffyui.client with parameters of type HistoryCallback
static void JSUtil.addHistoryItem(HistoryCallback callback, java.lang.String id)
           Adds an item to the browser's history.
static void JSUtil.addHistoryItem(HistoryCallback callback, java.lang.String id, boolean bookmarkable)
           Adds an item to the browser's history.
static void JSUtil.addHistoryItem(HistoryCallback callback, java.lang.String id, boolean bookmarkable, java.lang.String title)
           Adds an item to the browser's history.
static void JSUtil.replaceHistoryItem(HistoryCallback callback, java.lang.String id, boolean bookmarkable)
           Replace the current item in the browser's history.
static void JSUtil.replaceHistoryItem(HistoryCallback callback, java.lang.String id, boolean bookmarkable, java.lang.String title)
           Replace the current item in the browser's history.
 

Uses of HistoryCallback in org.spiffyui.client.nav
 

Classes in org.spiffyui.client.nav that implement HistoryCallback
 class MainNavBar
          This is the navigation bar for the main page.