| auction.controller.Toolbar
Toolbar | public class Toolbar extends XToolbar (Code) | | A toolbar of the application.
|
Constructor Summary | |
public | Toolbar() |
Toolbar | public Toolbar()(Code) | | Creates a new instance of Toolbar
|
displayDetailsPage | protected void displayDetailsPage()(Code) | | |
displayMyBooksPage | protected void displayMyBooksPage()(Code) | | Displays the "MyBooks" page, saves the
previous page in the navigation history,
changes icons, etc
|
displayProfilePage | protected void displayProfilePage()(Code) | | |
displaySearchPage | protected void displaySearchPage()(Code) | | |
goBack | public void goBack()(Code) | | Displays the previous page.
|
goForward | public void goForward()(Code) | | Displays the next page
|
logOff | public void logOff()(Code) | | Logs off the current user, hides the toolbar,
clears the navigation histroy, displays the Welcome page.
|
setBigIcon | protected void setBigIcon(String iconName)(Code) | | Sets the specified icon on the right side of the toolbar
Parameters: iconName - the name of the icon to be set |
showDetailsPage | public void showDetailsPage()(Code) | | |
showMyBooksPage | public void showMyBooksPage()(Code) | | |
showProfilePage | public void showProfilePage()(Code) | | |
showSearchPage | public void showSearchPage()(Code) | | |
|
|