public class PropertyEditorChangeEvent extends Object
| Constructor and Description |
|---|
PropertyEditorChangeEvent(PropertyEditorFieldInfo property,
String newValue)
Creates a new PropertyEditorChangeEvent
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNewValue() |
PropertyEditorFieldInfo |
getProperty() |
public PropertyEditorChangeEvent(PropertyEditorFieldInfo property, String newValue)
property - the property changednewValue - the new value of the fieldpublic PropertyEditorFieldInfo getProperty()
public String getNewValue()
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.