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 PropertySet
The 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 TypeMethodDescriptionvoid
Call this to notify listeners of property changes<T> void
Call this to notify listeners of property changesvoid
setApplicableProps
(List<Property<?>> applicableProps) Setting the applicable props will adjust the current working set of propsprotected void
Methods 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:PropertySetEditItem
Call this to notify listeners of property changes- Overrides:
set
in classPropertySetEditItem
-
remove
Description copied from class:PropertySetEditItem
Call this to notify listeners of property changes- Overrides:
remove
in classPropertySetEditItem
-