Class ConfigPropertySetEditItem
java.lang.Object
com.inductiveautomation.ignition.designer.propertyeditor.config.PropertySetEditItem
com.inductiveautomation.ignition.designer.propertyeditor.config.ConfigPropertySetEditItem
- All Implemented Interfaces:
 PropertyEditModel
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PropertySetThe current working set of props, displayed in the table.Fields inherited from class com.inductiveautomation.ignition.designer.propertyeditor.config.PropertySetEditItem
changeSupport, modified, properties - 
Constructor Summary
ConstructorsConstructorDescriptionConfigPropertySetEditItem(PropertySet properties, List<Property<?>> applicableProps)  - 
Method Summary
Modifier 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.PropertySetEditItem
addPropertyChangeListener, change, firePropertyChange, getConfiguration, getName, getOrDefault, getPropertySet, isModified, removePropertyChangeListener 
- 
Field Details
- 
currentProps
The current working set of props, displayed in the table. 
 - 
 - 
Constructor Details
- 
ConfigPropertySetEditItem
 
 - 
 - 
Method Details
- 
updateCurrentProps
protected void updateCurrentProps() - 
getApplicableProps
 - 
setApplicableProps
Setting the applicable props will adjust the current working set of props - 
getCurrentProps
 - 
set
Description copied from class:PropertySetEditItemCall this to notify listeners of property changes- Overrides:
 setin classPropertySetEditItem
 - 
remove
Description copied from class:PropertySetEditItemCall this to notify listeners of property changes- Overrides:
 removein classPropertySetEditItem
 
 -