Class CategoryUtils
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.util.CategoryUtils
-
@ApplicationScoped public class CategoryUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description CategoryUtils()CategoryUtils(org.uberfire.client.mvp.CategoriesManagerCache categoriesManagerCache, org.jboss.errai.ui.client.local.spi.TranslationService ts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.uberfire.ext.widgets.common.client.select.SelectOption>createCategories()Create a list of SelectOptions with all the categories and the ALL Option, to be used inSelectComponent
-
-
-
Method Detail
-
createCategories
public List<org.uberfire.ext.widgets.common.client.select.SelectOption> createCategories()
Create a list of SelectOptions with all the categories and the ALL Option, to be used inSelectComponent- Returns:
- the list of SelectOptions
-
-