JavaScript is disabled on your browser.
Field Summary
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySet
EMPTY
Method Summary
All Methods Instance Methods Abstract Methods
void
Flags that provide information about tag editing, such as which features are supported.
Returns that values for the current edit context that can be referenced for property expansion.
The path to use for relative referencing.
boolean
Returns whether the edit object extends from a different object.
boolean
boolean
void
void
If false, edits will be ignored.
Methods inherited from interface com.inductiveautomation.ignition.common.config.Countable
getCount
Methods inherited from interface com.inductiveautomation.ignition.common.config.Mergable
merge
Method Details
isNewTag
boolean isNewTag ()
isMulti
boolean isMulti ()
setEditable
void setEditable (boolean value)
If false, edits will be ignored. This is mostly useful during initialization of UIs to prevent unexpected edits.
isInherited
boolean isInherited ()
Returns whether the edit object extends from a different object. In other words, should override controls be
shown?
getEditingFlags
Flags that provide information about tag editing, such as which features are supported. The values are defined in
TagEditingFlags
getExpandibles
Returns that values for the current edit context that can be referenced for property expansion. If expansion is
not available for the tag, should return null.
getPath
The path to use for relative referencing.
addPropertyChangeListener
removePropertyChangeListener