Uses of Class
org.apache.struts2.showcase.ajax.tree.Category

Packages that use Category
org.apache.struts2.showcase   
org.apache.struts2.showcase.ajax.tree   
 

Uses of Category in org.apache.struts2.showcase
 

Methods in org.apache.struts2.showcase that return Category
 Category ShowAjaxDynamicTreeAction.getCategory()
           
 Category ShowDynamicTreeAction.getTreeRootNode()
           
 

Uses of Category in org.apache.struts2.showcase.ajax.tree
 

Methods in org.apache.struts2.showcase.ajax.tree that return Category
static Category Category.getById(long id)
           
 Category GetCategory.getCategory()
           
 

Methods in org.apache.struts2.showcase.ajax.tree that return types with arguments of type Category
 java.util.List<Category> Category.getChildren()
           
 

Method parameters in org.apache.struts2.showcase.ajax.tree with type arguments of type Category
 void Category.setChildren(java.util.List<Category> children)
           
 

Constructors in org.apache.struts2.showcase.ajax.tree with parameters of type Category
Category(long id, java.lang.String name, Category... children)
           
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.