Class PropertyConfigChange
- java.lang.Object
- 
- com.inductiveautomation.perspective.common.messages.PropertyConfigChange
 
- 
 public class PropertyConfigChange extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description PropertyAccessaccessBindingConfigchangedBindingPropertyChangeScriptConfigchangedScriptjava.lang.StringcomponentPathbooleanirrelevantParamTypeparameterDirectionjava.lang.BooleanpersistentPropertyKeypropertyKeystatic java.lang.StringPROTOCOLbooleanremovedBindingbooleanremovedScript
 - 
Constructor SummaryConstructors Constructor Description PropertyConfigChange(java.lang.String componentPath, PropertyKey property)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyConfigChangealterBinding(BindingConfig binding)PropertyConfigChangealterComponentPath(java.lang.String path)PropertyConfigChangealterPropertyChangeScript(PropertyChangeScriptConfig script)PropertyConfigChangeremovedPropertyChangeScript()PropertyConfigChangesetAccess(PropertyAccess access)PropertyConfigChangesetParameterDirection(ParamType direction)PropertyConfigChangesetPersistent(boolean persistent)PropertyConfigChangesetRemovedBinding()
 
- 
- 
- 
Field Detail- 
PROTOCOLpublic static final java.lang.String PROTOCOL - See Also:
- Constant Field Values
 
 - 
componentPathpublic java.lang.String componentPath 
 - 
propertyKeypublic PropertyKey propertyKey 
 - 
changedBindingpublic BindingConfig changedBinding 
 - 
removedBindingpublic boolean removedBinding 
 - 
changedScriptpublic PropertyChangeScriptConfig changedScript 
 - 
removedScriptpublic boolean removedScript 
 - 
parameterDirectionpublic ParamType parameterDirection 
 - 
persistentpublic java.lang.Boolean persistent 
 - 
accesspublic PropertyAccess access 
 - 
irrelevantpublic boolean irrelevant 
 
- 
 - 
Constructor Detail- 
PropertyConfigChangepublic PropertyConfigChange(java.lang.String componentPath, PropertyKey property)
 
- 
 - 
Method Detail- 
alterComponentPathpublic PropertyConfigChange alterComponentPath(java.lang.String path) 
 - 
alterPropertyChangeScriptpublic PropertyConfigChange alterPropertyChangeScript(PropertyChangeScriptConfig script) 
 - 
removedPropertyChangeScriptpublic PropertyConfigChange removedPropertyChangeScript() 
 - 
alterBindingpublic PropertyConfigChange alterBinding(BindingConfig binding) 
 - 
setRemovedBindingpublic PropertyConfigChange setRemovedBinding() 
 - 
setParameterDirectionpublic PropertyConfigChange setParameterDirection(ParamType direction) 
 - 
setPersistentpublic PropertyConfigChange setPersistent(boolean persistent) 
 - 
setAccesspublic PropertyConfigChange setAccess(PropertyAccess access) 
 
- 
 
-