Class ConfigPropertySetEditItem
java.lang.Object
com.inductiveautomation.ignition.designer.propertyeditor.config.PropertySetEditItem
com.inductiveautomation.ignition.designer.propertyeditor.config.ConfigPropertySetEditItem
- All Implemented Interfaces:
- PropertyEditModel
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected PropertySetThe current working set of props, displayed in the table.Fields inherited from class com.inductiveautomation.ignition.designer.propertyeditor.config.PropertySetEditItemchangeSupport, modified, properties
- 
Constructor SummaryConstructorsConstructorDescriptionConfigPropertySetEditItem(PropertySet properties, List<Property<?>> applicableProps) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidCall this to notify listeners of property changes<T> voidCall this to notify listeners of property changesvoidsetApplicableProps(List<Property<?>> applicableProps) Setting the applicable props will adjust the current working set of propsprotected voidMethods inherited from class com.inductiveautomation.ignition.designer.propertyeditor.config.PropertySetEditItemaddPropertyChangeListener, change, firePropertyChange, getConfiguration, getName, getOrDefault, getPropertySet, isModified, removePropertyChangeListener
- 
Field Details- 
currentPropsThe current working set of props, displayed in the table.
 
- 
- 
Constructor Details- 
ConfigPropertySetEditItem
 
- 
- 
Method Details- 
updateCurrentPropsprotected void updateCurrentProps()
- 
getApplicableProps
- 
setApplicablePropsSetting the applicable props will adjust the current working set of props
- 
getCurrentProps
- 
setDescription copied from class:PropertySetEditItemCall this to notify listeners of property changes- Overrides:
- setin class- PropertySetEditItem
 
- 
removeDescription copied from class:PropertySetEditItemCall this to notify listeners of property changes- Overrides:
- removein class- PropertySetEditItem
 
 
-