KIE Uberfire Properties Editor Widget API 6.2.0.Beta2

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

java.lang.Object
  extended by org.kie.uberfire.properties.editor.model.PropertyEditorChangeEvent

public class PropertyEditorChangeEvent
extends Object

A Property Editor CDI event. Class that groups a PropertyEditorChangeEvent information. This event is fired by property editor when a fields has its value changed.


Constructor Summary
PropertyEditorChangeEvent(PropertyEditorFieldInfo property, String newValue)
          Creates a new PropertyEditorChangeEvent
 
Method Summary
 String getNewValue()
           
 PropertyEditorFieldInfo getProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyEditorChangeEvent

public PropertyEditorChangeEvent(PropertyEditorFieldInfo property,
                                 String newValue)
Creates a new PropertyEditorChangeEvent

Parameters:
property - the property changed
newValue - the new value of the field
Method Detail

getProperty

public PropertyEditorFieldInfo getProperty()

getNewValue

public String getNewValue()

KIE Uberfire Properties Editor Widget API 6.2.0.Beta2

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