Class WritePropertyChange
java.lang.Object
com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
com.inductiveautomation.perspective.common.messages.property.WritePropertyChange
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsFields inherited from class com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChangecomponentIndexPaths, scope
- 
Constructor SummaryConstructorsConstructorDescriptionWritePropertyChange(String componentIndexPath, PropertyType scope, String propertyPath, String valueAsJson) WritePropertyChange(List<String> componentIndexPaths, PropertyType scope, String propertyPath, String valueAsJson) 
- 
Method Summary
- 
Field Details- 
propertyPath
- 
valueAsJson
 
- 
- 
Constructor Details- 
WritePropertyChangepublic WritePropertyChange(String componentIndexPath, PropertyType scope, String propertyPath, String valueAsJson) 
- 
WritePropertyChangepublic WritePropertyChange(List<String> componentIndexPaths, PropertyType scope, String propertyPath, String valueAsJson) 
 
-