Class RowInlineEditorValidatableContainer.ValueObserverProxy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void modelChanged()
      Will be called after some value of the model was changed.
      void modelChanged​(java.lang.String property)
      Will be called after some value of the model was changed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValueObserverProxy

        public ValueObserverProxy​(ValueObserver observer)
    • Method Detail

      • modelChanged

        public void modelChanged()
        Description copied from interface: ValueObserver
        Will be called after some value of the model was changed.
        Specified by:
        modelChanged in interface ValueObserver
      • modelChanged

        public void modelChanged​(java.lang.String property)
        Description copied from interface: ValueObserver
        Will be called after some value of the model was changed.
        Specified by:
        modelChanged in interface ValueObserver
        Parameters:
        property - exact model property which has been changed.