Class BoundPropertySetConfig
java.lang.Object
com.inductiveautomation.ignition.common.config.PropertySetConfig
com.inductiveautomation.ignition.common.config.BoundPropertySetConfig
- All Implemented Interfaces:
- BoundPropertySet,- Countable,- Extendable<PropertySet>,- Mergable<PropertySet>,- MutablePropertyValueSource,- ObservablePropertySet,- PropertySet,- PropertySetEdit,- PropertyValueSource,- Serializable,- Iterable<PropertyValue>
- See Also:
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.config.PropertySetConfigedit, sourceFields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTY
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected PropertySetDiffCollection<Property<?>>getBoundValue(Property<?> prop) getEdit()booleanvoidmerge(PropertySet other) voidsetBoundValue(Property<?> prop, BoundValue value) Methods inherited from class com.inductiveautomation.ignition.common.config.PropertySetConfigaddPropertyChangeListener, addPropertyChangeListener, change, contains, create, discardChanges, firePropertyChange, get, getCount, getModified, getOrDefault, getOrElse, getProperties, getSuperValue, getValues, goToSuper, isExtended, isInherited, isModified, isRemoved, iterator, mergeDiffToSource, remove, removePropertyChangeListener, removePropertyChangeListener, revert, set, set, setImplMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.config.BoundPropertySetextend, getBoundOrDefault, getValues, newDefaultInstance, newExtensionMethods inherited from interface java.lang.IterableforEach, iterator, spliteratorMethods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSourcemerge, remove, set, setMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertySetgetExtension, isExtended, isInheritedMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourcecontains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties
- 
Constructor Details- 
BoundPropertySetConfig
 
- 
- 
Method Details- 
createDiff- Overrides:
- createDiffin class- PropertySetConfig
 
- 
getSource- Overrides:
- getSourcein class- PropertySetConfig
 
- 
getEdit- Overrides:
- getEditin class- PropertySetConfig
 
- 
isBound- Specified by:
- isBoundin interface- BoundPropertySet
 
- 
setBoundValue- Specified by:
- setBoundValuein interface- BoundPropertySet
 
- 
getBoundValue- Specified by:
- getBoundValuein interface- BoundPropertySet
 
- 
getBoundProperties- Specified by:
- getBoundPropertiesin interface- BoundPropertySet
 
- 
merge- Specified by:
- mergein interface- Mergable<PropertySet>
 
 
-