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 Summary
Fields inherited from class com.inductiveautomation.ignition.common.config.PropertySetConfig
edit, sourceFields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY -
Constructor Summary
Constructors -
Method Summary
Modifier 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.PropertySetConfig
addPropertyChangeListener, 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.inductiveautomation.ignition.common.config.BoundPropertySet
extend, getBoundOrDefault, getValues, newDefaultInstance, newExtensionMethods inherited from interface java.lang.Iterable
forEach, iterator, spliteratorMethods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSource
merge, remove, set, setMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
getExtension, isExtended, isInheritedMethods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSource
contains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties
-
Constructor Details
-
BoundPropertySetConfig
-
-
Method Details
-
createDiff
- Overrides:
createDiffin classPropertySetConfig
-
getSource
- Overrides:
getSourcein classPropertySetConfig
-
getEdit
- Overrides:
getEditin classPropertySetConfig
-
isBound
- Specified by:
isBoundin interfaceBoundPropertySet
-
setBoundValue
- Specified by:
setBoundValuein interfaceBoundPropertySet
-
getBoundValue
- Specified by:
getBoundValuein interfaceBoundPropertySet
-
getBoundProperties
- Specified by:
getBoundPropertiesin interfaceBoundPropertySet
-
merge
- Specified by:
mergein interfaceMergable<PropertySet>
-