Uses of Class
org.opennms.web.category.Category
-
Packages that use Category Package Description org.opennms.web.category -
-
Uses of Category in org.opennms.web.category
Methods in org.opennms.web.category that return Category Modifier and Type Method Description CategoryCategoryModel. getCategory(String categoryName)Return theCategoryinstance for the given category name.Methods in org.opennms.web.category that return types with arguments of type Category Modifier and Type Method Description Map<String,List<Category>>CategoryList. getCategoryData()getCategoryDataMap<String,Category>CategoryModel. getCategoryMap()Return a mapping of category names to instances.Methods in org.opennms.web.category with parameters of type Category Modifier and Type Method Description static StringCategoryUtil. getCategoryClass(Category category)Determine the CSS class to use for a given category value and thresholds.static StringCategoryUtil. getCategoryClass(Category category, double value)Determine the CSS color to use for a given value and the given category's thresholds.Method parameters in org.opennms.web.category with type arguments of type Category Modifier and Type Method Description static longCategoryList. getEarliestUpdate(Map<String,List<Category>> categoryData)Returns the earliest update time for the categories in categoryData.
-