Uses of Class
com.silverpeas.treeMenu.model.MenuItem

Packages that use MenuItem
com.silverpeas.treeMenu.model   
com.silverpeas.treeMenu.process   
 

Uses of MenuItem in com.silverpeas.treeMenu.model
 

Methods in com.silverpeas.treeMenu.model that return MenuItem
 MenuItem MenuItem.getFather()
           
 

Methods in com.silverpeas.treeMenu.model that return types with arguments of type MenuItem
 List<MenuItem> MenuItem.getChildren()
           
 

Methods in com.silverpeas.treeMenu.model with parameters of type MenuItem
 void MenuItem.setFather(MenuItem father)
           
 

Method parameters in com.silverpeas.treeMenu.model with type arguments of type MenuItem
 void MenuItem.setChildren(ArrayList<MenuItem> children)
           
 

Constructors in com.silverpeas.treeMenu.model with parameters of type MenuItem
MenuItem(ArrayList<MenuItem> children, String label, String key, int level, NodeType type, String target, String url, int nbObjects, boolean leaf, String labelStyle, MenuItem father, String componentId)
          full constructor allows building menu item with all his attributes
MenuItem(String label, String key, int level, NodeType type, boolean leaf, MenuItem father, String componentId)
          minimal constructor allows building menu item with all essential attributes
 

Constructor parameters in com.silverpeas.treeMenu.model with type arguments of type MenuItem
MenuItem(ArrayList<MenuItem> children, String label, String key, int level, NodeType type, String target, String url, int nbObjects, boolean leaf, String labelStyle, MenuItem father, String componentId)
          full constructor allows building menu item with all his attributes
 

Uses of MenuItem in com.silverpeas.treeMenu.process
 

Methods in com.silverpeas.treeMenu.process that return MenuItem
static MenuItem TreeBuilder.buildLevelMenu(TreeFilter filter, MenuItem father, String userId, String language, OrganisationController controller)
          Build one level of menu according to the parameters
 

Methods in com.silverpeas.treeMenu.process with parameters of type MenuItem
static MenuItem TreeBuilder.buildLevelMenu(TreeFilter filter, MenuItem father, String userId, String language, OrganisationController controller)
          Build one level of menu according to the parameters
static org.json.JSONObject TreeMenuJason.getMenuItemAsJSONObject(MenuItem item)
           
 

Method parameters in com.silverpeas.treeMenu.process with type arguments of type MenuItem
static org.json.JSONArray TreeMenuJason.getListAsJSONArray(List<MenuItem> items)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.