Class WritePropertyChange

    • Constructor Summary

      Constructors 
      Constructor Description
      WritePropertyChange​(java.lang.String componentIndexPath, PropertyType scope, java.lang.String propertyPath, java.lang.String valueAsJson)  
      WritePropertyChange​(java.util.List<java.lang.String> componentIndexPaths, PropertyType scope, java.lang.String propertyPath, java.lang.String valueAsJson)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • propertyPath

        public java.lang.String propertyPath
      • valueAsJson

        public java.lang.String valueAsJson
    • Constructor Detail

      • WritePropertyChange

        public WritePropertyChange​(java.lang.String componentIndexPath,
                                   PropertyType scope,
                                   java.lang.String propertyPath,
                                   java.lang.String valueAsJson)
      • WritePropertyChange

        public WritePropertyChange​(java.util.List<java.lang.String> componentIndexPaths,
                                   PropertyType scope,
                                   java.lang.String propertyPath,
                                   java.lang.String valueAsJson)