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 Subscribes to a DesignerViewModel's EventBus and
refreshes itself when ViewStructureChangeEvents 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, toStringMethods 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:
onStartupin classPropertyReference
-
onShutdown
protected void onShutdown()- Overrides:
onShutdownin classPropertyReference
-