org.kie.uberfire.properties.editor.model
Class PropertyEditorChangeEvent
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyEditorChangeEvent
public PropertyEditorChangeEvent(PropertyEditorFieldInfo property,
String newValue)
- Creates a new PropertyEditorChangeEvent
- Parameters:
property - the property changednewValue - the new value of the field
getProperty
public PropertyEditorFieldInfo getProperty()
getNewValue
public String getNewValue()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.