Class DesignerPropertyReference
java.lang.Object
com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
com.inductiveautomation.perspective.gateway.property.PropertyReference
com.inductiveautomation.perspective.gateway.property.DesignerPropertyReference
A
PropertyReference
which Subscribe
s to a DesignerViewModel
's EventBus
and
refreshes itself when ViewStructureChangeEvent
s are received.-
Nested Class Summary
Nested classes/interfaces inherited from class com.inductiveautomation.perspective.gateway.property.PropertyReference
PropertyReference.PropertyReferenceParseException
-
Constructor Summary
ConstructorsConstructorDescriptionDesignerPropertyReference
(PerspectiveElement target, String referencePath, Consumer<PropertyTreeChangeEvent> subscriber, Set<Origin> acceptableOrigins) -
Method Summary
Methods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyReference
getPropertyPath, getPropertyTree, getRawPath, getRefPair, getView, isParsed, isPropertySelfReference, isResolved, read, read, resolveReference, toString
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
isRunning, shutdown, startup
-
Constructor Details
-
DesignerPropertyReference
public DesignerPropertyReference(PerspectiveElement target, String referencePath, Consumer<PropertyTreeChangeEvent> subscriber, Set<Origin> acceptableOrigins)
-
-
Method Details
-
onStartup
protected void onStartup()- Overrides:
onStartup
in classPropertyReference
-
onShutdown
protected void onShutdown()- Overrides:
onShutdown
in classPropertyReference
-