Class InsertPropertyChange
- java.lang.Object
-
- com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
-
- com.inductiveautomation.perspective.common.messages.property.InsertPropertyChange
-
public class InsertPropertyChange extends ComponentsPropertyChange
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InsertPropertyChange.StandardGsonAdapter
-
Field Summary
Fields Modifier and Type Field Description int
index
java.lang.String
pathToParent
java.lang.String
valueAsJson
-
Fields inherited from class com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
componentIndexPaths, scope
-
-
Constructor Summary
Constructors Constructor Description InsertPropertyChange(java.lang.String componentIndexPath, PropertyType scope, java.lang.String pathToParent, int index, java.lang.String valueAsJson)
-
-
-
Constructor Detail
-
InsertPropertyChange
public InsertPropertyChange(java.lang.String componentIndexPath, PropertyType scope, java.lang.String pathToParent, int index, java.lang.String valueAsJson)
-
-