Uses of Class
com.logicaldoc.web.navigation.MenuItem

Packages that use MenuItem
com.logicaldoc.web.document   
com.logicaldoc.web.navigation   
 

Uses of MenuItem in com.logicaldoc.web.document
 

Fields in com.logicaldoc.web.document with type parameters of type MenuItem
protected  java.util.List<MenuItem> DocumentNavigation.folderItems
           
 

Methods in com.logicaldoc.web.document that return MenuItem
protected  MenuItem DocumentNavigation.createMenuItem(java.lang.String label, Directory dir)
           
protected  MenuItem DocumentNavigation.createMenuItem(java.lang.String label, Directory dir, java.lang.String imageName, java.lang.String styleClass)
           
 

Methods in com.logicaldoc.web.document that return types with arguments of type MenuItem
 java.util.List<MenuItem> DocumentNavigation.getFolderItems()
           
 

Method parameters in com.logicaldoc.web.document with type arguments of type MenuItem
 void DocumentNavigation.setFolderItems(java.util.List<MenuItem> folderItems)
           
 

Uses of MenuItem in com.logicaldoc.web.navigation
 

Fields in com.logicaldoc.web.navigation with type parameters of type MenuItem
protected  java.util.List<MenuItem> MenuBarBean.breadcrumb
           
protected  java.util.Map<java.lang.String,MenuItem> MenuBarBean.itemCache
           
protected  java.util.List<MenuItem> MenuBarBean.model
           
 

Methods in com.logicaldoc.web.navigation that return MenuItem
protected  MenuItem MenuBarBean.createMenuItem(java.lang.String label, java.lang.String id, java.lang.String actionListener, java.lang.String action, java.lang.String link, java.lang.String icon, boolean immediate, java.lang.String target, PageContentBean content)
           
protected  MenuItem MenuBarBean.createMenuItem(java.lang.String label, java.lang.String id, java.lang.String actionListener, java.lang.String action, java.lang.String link, java.lang.String icon, boolean immediate, java.lang.String target, java.lang.String styleClass, PageContentBean content)
           
 

Methods in com.logicaldoc.web.navigation that return types with arguments of type MenuItem
 java.util.List<MenuItem> MenuBarBean.getBreadcrumb()
           
 java.util.List<MenuItem> MenuBarBean.getModel()
           
 

Methods in com.logicaldoc.web.navigation with parameters of type MenuItem
 void MenuBarBean.selectItem(MenuItem menu, PageContentBean page)
          Selects the menu item and shows the passed page content(if any)
 

Method parameters in com.logicaldoc.web.navigation with type arguments of type MenuItem
 void MenuBarBean.setModel(java.util.List<MenuItem> model)
           
 



Copyright © 2008-2010 Logical Objects. All Rights Reserved.