Class ComponentChange
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.messages.designer.ComponentChange
 
- 
 public class ComponentChange extends java.lang.ObjectThis class represents the configuration of a Component at a specific location in a runningDesignerViewModel. It is primarily a convenience class for deserializing a json representation of a view's component tree node, as happens when a client-side view has had a change in the shape of it's component tree, and needs to notify the gateway about the change to update validate the gateway-side model.
- 
- 
Field SummaryFields Modifier and Type Field Description java.lang.StringaddressPathChangeTypechangeTypeintcomponentIdComponentConfigupdate
 - 
Constructor SummaryConstructors Constructor Description ComponentChange()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
 
- 
- 
- 
Field Detail- 
addressPathpublic java.lang.String addressPath 
 - 
updatepublic ComponentConfig update 
 - 
componentIdpublic int componentId 
 - 
changeTypepublic ChangeType changeType 
 
- 
 
-