Uses of Class
org.uberfire.ext.properties.editor.model.PropertyEditorCategory
-
Packages that use PropertyEditorCategory Package Description org.uberfire.ext.properties.editor.model org.uberfire.ext.properties.editor.service -
-
Uses of PropertyEditorCategory in org.uberfire.ext.properties.editor.model
Methods in org.uberfire.ext.properties.editor.model that return PropertyEditorCategory Modifier and Type Method Description static PropertyEditorCategoryPropertyUtils. convertMapToCategory(Map<String,List<String>> map)PropertyEditorCategoryPropertyEditorCategory. withField(PropertyEditorFieldInfo field)Add a field to a PropertyEditorCategoryMethods in org.uberfire.ext.properties.editor.model that return types with arguments of type PropertyEditorCategory Modifier and Type Method Description List<PropertyEditorCategory>PropertyEditorEvent. getSortedProperties()Get Properties from a event ordered by priority.Methods in org.uberfire.ext.properties.editor.model with parameters of type PropertyEditorCategory Modifier and Type Method Description voidPropertyEditorFieldInfo. setPropertyEditorCategory(PropertyEditorCategory category)Constructors in org.uberfire.ext.properties.editor.model with parameters of type PropertyEditorCategory Constructor Description PropertyEditorEvent(String idEvent, PropertyEditorCategory property)Constructor parameters in org.uberfire.ext.properties.editor.model with type arguments of type PropertyEditorCategory Constructor Description PropertyEditorEvent(String idEvent, List<PropertyEditorCategory> properties) -
Uses of PropertyEditorCategory in org.uberfire.ext.properties.editor.service
Methods in org.uberfire.ext.properties.editor.service that return PropertyEditorCategory Modifier and Type Method Description PropertyEditorCategoryBeanPropertyEditorBuilderService. extract(String fqcn)PropertyEditorCategoryBeanPropertyEditorBuilderService. extract(String fqcn, Object instance)
-