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,- java.io.Serializable,- java.lang.Iterable<PropertyValue>
 
 public class BoundPropertySetConfig extends PropertySetConfig implements BoundPropertySet - See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.config.PropertySetConfigedit, source
 - 
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTY
 
- 
 - 
Constructor SummaryConstructors Constructor Description BoundPropertySetConfig(PropertySet source)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected PropertySetDiffcreateDiff()java.util.Collection<Property<?>>getBoundProperties()BoundValuegetBoundValue(Property<?> prop)BoundPropertySetDiffgetEdit()BoundPropertySetgetSource()booleanisBound(Property<?> prop)voidmerge(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, setImpl
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.BoundPropertySetextend, getBoundOrDefault, getValues, newDefaultInstance, newExtension
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSourcemerge, remove, set, set
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertySetgetExtension, isExtended, isInherited
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourcecontains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties
 
- 
 
- 
- 
- 
Constructor Detail- 
BoundPropertySetConfigpublic BoundPropertySetConfig(PropertySet source) 
 
- 
 - 
Method Detail- 
createDiffprotected PropertySetDiff createDiff() - Overrides:
- createDiffin class- PropertySetConfig
 
 - 
getSourcepublic BoundPropertySet getSource() - Overrides:
- getSourcein class- PropertySetConfig
 
 - 
getEditpublic BoundPropertySetDiff getEdit() - Overrides:
- getEditin class- PropertySetConfig
 
 - 
isBoundpublic boolean isBound(Property<?> prop) - Specified by:
- isBoundin interface- BoundPropertySet
 
 - 
setBoundValuepublic void setBoundValue(Property<?> prop, BoundValue value) - Specified by:
- setBoundValuein interface- BoundPropertySet
 
 - 
getBoundValuepublic BoundValue getBoundValue(Property<?> prop) - Specified by:
- getBoundValuein interface- BoundPropertySet
 
 - 
getBoundPropertiespublic java.util.Collection<Property<?>> getBoundProperties() - Specified by:
- getBoundPropertiesin interface- BoundPropertySet
 
 - 
mergepublic void merge(PropertySet other) - Specified by:
- mergein interface- Mergable<PropertySet>
 
 
- 
 
-