Class ValueChangeEvent

    • Field Detail

      • source

        protected Object source
        The object on which the Event initially occurred.
    • Constructor Detail

      • ValueChangeEvent

        public ValueChangeEvent​(Object source,
                                String propertyName,
                                Object oldValue,
                                Object newValue)
    • Method Detail

      • getNewValue

        public Object getNewValue()
      • getOldValue

        public Object getOldValue()
      • getPropertyName

        public String getPropertyName()
      • getSource

        public Object getSource()
      • isInitEdit

        public boolean isInitEdit()
        Returns:
        indicate this event is by user start edit this field but not yet complete edit
      • setIsInitEdit

        public void setIsInitEdit​(boolean isInitEdit)
        Parameters:
        isInitEdit - indicate this event is by user start edit this field but not yet complete edit