org.kie.uberfire.properties.editor.model
Class PropertyEditorEvent
java.lang.Object
org.kie.uberfire.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyEditorEvent
public PropertyEditorEvent(String idEvent,
List<PropertyEditorCategory> properties)
PropertyEditorEvent
public PropertyEditorEvent(String idEvent,
PropertyEditorCategory property)
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
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.