|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
List<Category> |
Category.getChildren()
|
| Method parameters in org.apache.struts2.showcase.ajax.tree with type arguments of type Category | |
|---|---|
void |
Category.setChildren(List<Category> children)
|
| Constructors in org.apache.struts2.showcase.ajax.tree with parameters of type Category | |
|---|---|
Category(long id,
String name,
Category... children)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||