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 classInsertPropertyChange.StandardGsonAdapter 
- 
Field Summary
Fields Modifier and Type Field Description intindexjava.lang.StringpathToParentjava.lang.StringvalueAsJson- 
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) 
 - 
 
 -