Class 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 Detail

      • PropertyEditorChangeEvent

        public PropertyEditorChangeEvent​(PropertyEditorFieldInfo property,
                                         String newValue)
        Creates a new PropertyEditorChangeEvent
        Parameters:
        property - the property changed
        newValue - the new value of the field