Uses of Class
org.silverpeas.components.organizationchart.view.CategoryBox
-
Packages that use CategoryBox Package Description org.silverpeas.components.organizationchart.view -
-
Uses of CategoryBox in org.silverpeas.components.organizationchart.view
Methods in org.silverpeas.components.organizationchart.view that return CategoryBox Modifier and Type Method Description CategoryBoxChartUnitVO. getLeftRole()CategoryBoxChartUnitVO. getRightRole()Methods in org.silverpeas.components.organizationchart.view that return types with arguments of type CategoryBox Modifier and Type Method Description List<CategoryBox>ChartPersonnVO. getCategories()Methods in org.silverpeas.components.organizationchart.view with parameters of type CategoryBox Modifier and Type Method Description voidChartUnitVO. setLeftRole(CategoryBox leftRole)voidChartUnitVO. setRightRole(CategoryBox rightRole)Method parameters in org.silverpeas.components.organizationchart.view with type arguments of type CategoryBox Modifier and Type Method Description voidChartPersonnVO. setCategories(List<CategoryBox> categories)
-