KIE Uberfire Properties Editor Widget API 6.2.0.Beta2

org.kie.uberfire.properties.editor.model
Class PropertyEditorEvent

java.lang.Object
  extended by 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.


Constructor Summary
PropertyEditorEvent(String idEvent, List<PropertyEditorCategory> properties)
           
PropertyEditorEvent(String idEvent, PropertyEditorCategory property)
           
 
Method Summary
 List<PropertyEditorCategory> getSortedProperties()
          Get Properties from a event ordered by priority.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

KIE Uberfire Properties Editor Widget API 6.2.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.