Class PropertyEditorEvent
- java.lang.Object
-
- org.uberfire.ext.properties.editor.model.PropertyEditorEvent
-
public class PropertyEditorEvent extends Object
A Property Editor CDI Event handled by Property Editor. Id event its a parameter to identify the originator of the event. A Property Editor event contains one or multiples PropertyEditorCategory.
-
-
Constructor Summary
Constructors Constructor Description PropertyEditorEvent(String idEvent, List<PropertyEditorCategory> properties)PropertyEditorEvent(String idEvent, PropertyEditorCategory property)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PropertyEditorCategory>getSortedProperties()Get Properties from a event ordered by priority.
-
-
-
Constructor Detail
-
PropertyEditorEvent
public PropertyEditorEvent(String idEvent, List<PropertyEditorCategory> properties)
-
PropertyEditorEvent
public PropertyEditorEvent(String idEvent, PropertyEditorCategory property)
-
-
Method Detail
-
getSortedProperties
public List<PropertyEditorCategory> getSortedProperties()
Get Properties from a event ordered by priority.- Returns:
- Categories and fields ordered by priority, lower values toward the beginning
-
-