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.PropertySetConfig
edit, source 
- 
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description BoundPropertySetConfig(PropertySet source) 
- 
Method Summary
All 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.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, setImpl 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.inductiveautomation.ignition.common.config.BoundPropertySet
extend, getBoundOrDefault, getValues, newDefaultInstance, newExtension 
- 
Methods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSource
merge, remove, set, set 
- 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
getExtension, isExtended, isInherited 
- 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSource
contains, get, getNonNull, getNonNull, getOrDefault, getOrElse, getProperties 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BoundPropertySetConfig
public BoundPropertySetConfig(PropertySet source)
 
 - 
 
- 
Method Detail
- 
createDiff
protected PropertySetDiff createDiff()
- Overrides:
 createDiffin classPropertySetConfig
 
- 
getSource
public BoundPropertySet getSource()
- Overrides:
 getSourcein classPropertySetConfig
 
- 
getEdit
public BoundPropertySetDiff getEdit()
- Overrides:
 getEditin classPropertySetConfig
 
- 
isBound
public boolean isBound(Property<?> prop)
- Specified by:
 isBoundin interfaceBoundPropertySet
 
- 
setBoundValue
public void setBoundValue(Property<?> prop, BoundValue value)
- Specified by:
 setBoundValuein interfaceBoundPropertySet
 
- 
getBoundValue
public BoundValue getBoundValue(Property<?> prop)
- Specified by:
 getBoundValuein interfaceBoundPropertySet
 
- 
getBoundProperties
public java.util.Collection<Property<?>> getBoundProperties()
- Specified by:
 getBoundPropertiesin interfaceBoundPropertySet
 
- 
merge
public void merge(PropertySet other)
- Specified by:
 mergein interfaceMergable<PropertySet>
 
 - 
 
 -