Uses of Class
net.sf.navigator.menu.MenuComponent

Packages that use MenuComponent
net.sf.navigator.displayer   
net.sf.navigator.example   
net.sf.navigator.menu   
net.sf.navigator.taglib   
net.sf.navigator.taglib.el   
 

Uses of MenuComponent in net.sf.navigator.displayer
 

Methods in net.sf.navigator.displayer with parameters of type MenuComponent
protected  void XtreeMenuDisplayer.buildMenuString(MenuComponent menu, StringBuffer sb, boolean allowed)
           
protected  void CoolMenuDisplayer4.buildMenuString(MenuComponent menu, StringBuffer sb, boolean allowed)
           
protected  void CoolMenuDisplayer.buildMenuString(MenuComponent menu, StringBuffer sb, boolean allowed)
           
 void XtreeMenuDisplayer.display(MenuComponent menu)
           
 void VelocityMenuDisplayer.display(MenuComponent menu)
           
 void TabbedMenuDisplayer.display(MenuComponent menu)
           
 void SimpleMenuDisplayer.display(MenuComponent menu)
           
abstract  void MessageResourcesMenuDisplayer.display(MenuComponent menu)
           
 void MenuDisplayer.display(MenuComponent menu)
           
 void ListMenuDisplayer.display(MenuComponent menu)
           
 void DropDownMenuDisplayer.display(MenuComponent menu)
           
 void CSSListMenuDisplayer.display(MenuComponent menu)
           
 void CoolMenuDisplayer4.display(MenuComponent menu)
          Prints the appropriate javascript for CoolMenu using \ menuMessage as the format.
 void CoolMenuDisplayer.display(MenuComponent menu)
          Prints the appropriate javascript for CoolMenu using \ menuMessage as the format.
abstract  void AbstractMenuDisplayer.display(MenuComponent menu)
           
protected  void VelocityMenuDisplayer.displayComponents(MenuComponent menu)
           
protected  void TabbedMenuDisplayer.displayComponents(MenuComponent menu, int level)
           
protected  void SimpleMenuDisplayer.displayComponents(MenuComponent menu, int level)
           
protected  void ListMenuDisplayer.displayComponents(MenuComponent menu, int level)
           
protected  void CSSListMenuDisplayer.displayComponents(MenuComponent menu, int level)
           
protected  String[] XtreeMenuDisplayer.getArgs(MenuComponent menu)
           
protected  String[] CoolMenuDisplayer4.getArgs(MenuComponent menu)
           
protected  String[] CoolMenuDisplayer.getArgs(MenuComponent menu, boolean allowed)
           
 String ListMenuDisplayer.getExtra(MenuComponent menu)
           
protected  String SimpleMenuDisplayer.getImage(MenuComponent menu)
           
 String MessageResourcesMenuDisplayer.getMenuOnClick(MenuComponent menu)
           
 String MessageResourcesMenuDisplayer.getMenuTarget(MenuComponent menu)
          Get the menu's target (if it exists).
 String MessageResourcesMenuDisplayer.getMenuToolTip(MenuComponent menu)
          Get the menu's tooltip (if it exists).
protected  String XtreeMenuDisplayer.getParentName(MenuComponent menu)
           
protected  String CoolMenuDisplayer4.getParentName(MenuComponent menu)
           
protected  String CoolMenuDisplayer.getParentName(MenuComponent menu)
           
protected  String XtreeMenuDisplayer.getTarget(MenuComponent menu)
           
protected  String CoolMenuDisplayer4.getTarget(MenuComponent menu)
           
protected  String CoolMenuDisplayer.getTarget(MenuComponent menu)
           
protected  String AbstractMenuDisplayer.getTarget(MenuComponent menu)
          Convenience method that will first return the target for the displayer if it is not null.
protected  String CoolMenuDisplayer.getTitle(MenuComponent menu)
          Return a translated title for the menu item that will contain the TOP_IMAGE javscript variable if it is a parent menu with sub menus, or the SUB_IMAGE variable if it is a sub menu with sub menus.
 boolean AbstractMenuDisplayer.isAllowed(MenuComponent menu)
          Returns true if the specified component is usable.
 

Uses of MenuComponent in net.sf.navigator.example
 

Methods in net.sf.navigator.example with parameters of type MenuComponent
protected  void PermissionsFormMenuDisplayer.displayComponents(MenuComponent menu, int level)
           
 boolean SimplePermissionsAdapter.isAllowed(MenuComponent menu)
          If the menu is allowed, this should return true.
 

Uses of MenuComponent in net.sf.navigator.menu
 

Fields in net.sf.navigator.menu declared as MenuComponent
protected static MenuComponent[] MenuComponent._menuComponent
           
protected  MenuComponent MenuComponent.parentMenu
           
 

Methods in net.sf.navigator.menu that return MenuComponent
 MenuComponent MenuRepository.getMenu(String menuName)
           
 MenuComponent MenuRepository.getMenu(String menuName, String delimiter)
          Method getMenu.
 MenuComponent[] MenuComponent.getMenuComponents()
           
 MenuComponent MenuComponent.getParent()
           
 MenuComponent[] MenuRepository.getTopMenusAsArray()
          Method getTopMenusAsArray.
 

Methods in net.sf.navigator.menu with parameters of type MenuComponent
 void MenuRepository.addMenu(MenuComponent menu)
          Adds a new menu.
 void MenuComponent.addMenuComponent(MenuComponent menuComponent)
           
 boolean RolesPermissionsAdapter.isAllowed(MenuComponent menu)
          If the menu is allowed, this should return true.
 boolean PermissionsAdapter.isAllowed(MenuComponent menu)
          If the menu is allowed, this should return true.
 void MenuComponent.setMenuComponents(MenuComponent[] menuComponents)
           
 void MenuComponent.setParent(MenuComponent parentMenu)
           
 

Uses of MenuComponent in net.sf.navigator.taglib
 

Methods in net.sf.navigator.taglib with parameters of type MenuComponent
protected  void DisplayMenuTag.setLocation(MenuComponent menu)
           
protected  void DisplayMenuTag.setPageLocation(MenuComponent menu)
          Sets the value for the menu location to the appropriate value if location is null.
 

Uses of MenuComponent in net.sf.navigator.taglib.el
 

Methods in net.sf.navigator.taglib.el with parameters of type MenuComponent
protected  void DisplayMenuTag.setPageLocation(MenuComponent menu)
          Overrides the setPageLocation in parentTag to use JSTL to evaluate the URL.
 



Copyright © 2003-2007 SourceForge. All Rights Reserved.