Class ConfigPropertySetEditItem
- java.lang.Object
- 
- com.inductiveautomation.ignition.designer.propertyeditor.config.PropertySetEditItem
- 
- com.inductiveautomation.ignition.designer.propertyeditor.config.ConfigPropertySetEditItem
 
 
- 
- All Implemented Interfaces:
- PropertyEditModel
 
 public abstract class ConfigPropertySetEditItem extends PropertySetEditItem 
- 
- 
Field SummaryFields Modifier and Type Field Description protected PropertySetcurrentPropsThe current working set of props, displayed in the table.- 
Fields inherited from class com.inductiveautomation.ignition.designer.propertyeditor.config.PropertySetEditItemchangeSupport, modified, properties
 
- 
 - 
Constructor SummaryConstructors Constructor Description ConfigPropertySetEditItem(PropertySet properties, java.util.List<Property<?>> applicableProps)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Property<?>>getApplicableProps()PropertySetgetCurrentProps()voidremove(Property<?> prop)Call this to notify listeners of property changes<T> voidset(Property<T> prop, T object)Call this to notify listeners of property changesvoidsetApplicableProps(java.util.List<Property<?>> applicableProps)Setting the applicable props will adjust the current working set of propsprotected voidupdateCurrentProps()- 
Methods inherited from class com.inductiveautomation.ignition.designer.propertyeditor.config.PropertySetEditItemaddPropertyChangeListener, change, firePropertyChange, getConfiguration, getName, getOrDefault, getPropertySet, isModified, removePropertyChangeListener
 
- 
 
- 
- 
- 
Field Detail- 
currentPropsprotected PropertySet currentProps The current working set of props, displayed in the table.
 
- 
 - 
Constructor Detail- 
ConfigPropertySetEditItempublic ConfigPropertySetEditItem(PropertySet properties, java.util.List<Property<?>> applicableProps) 
 
- 
 - 
Method Detail- 
updateCurrentPropsprotected void updateCurrentProps() 
 - 
getApplicablePropspublic java.util.List<Property<?>> getApplicableProps() 
 - 
setApplicablePropspublic void setApplicableProps(java.util.List<Property<?>> applicableProps) Setting the applicable props will adjust the current working set of props
 - 
getCurrentPropspublic PropertySet getCurrentProps() 
 - 
setpublic <T> void set(Property<T> prop, T object) Description copied from class:PropertySetEditItemCall this to notify listeners of property changes- Overrides:
- setin class- PropertySetEditItem
 
 - 
removepublic void remove(Property<?> prop) Description copied from class:PropertySetEditItemCall this to notify listeners of property changes- Overrides:
- removein class- PropertySetEditItem
 
 
- 
 
-