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 SummaryNested classes/interfaces inherited from class com.inductiveautomation.perspective.gateway.property.PropertyReferencePropertyReference.PropertyReferenceParseException
- 
Constructor SummaryConstructorsConstructorDescriptionDesignerPropertyReference(PerspectiveElement target, String referencePath, Consumer<PropertyTreeChangeEvent> subscriber, Set<Origin> acceptableOrigins) 
- 
Method SummaryMethods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyReferencegetPropertyPath, getPropertyTree, getRawPath, getRefPair, getView, isParsed, isPropertySelfReference, isResolved, read, read, resolveReference, toStringMethods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
- 
Constructor Details- 
DesignerPropertyReferencepublic DesignerPropertyReference(PerspectiveElement target, String referencePath, Consumer<PropertyTreeChangeEvent> subscriber, Set<Origin> acceptableOrigins) 
 
- 
- 
Method Details- 
onStartupprotected void onStartup()- Overrides:
- onStartupin class- PropertyReference
 
- 
onShutdownprotected void onShutdown()- Overrides:
- onShutdownin class- PropertyReference
 
 
-