Class DesignerPropertyReference
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
- 
- com.inductiveautomation.perspective.gateway.property.PropertyReference
- 
- com.inductiveautomation.perspective.gateway.property.DesignerPropertyReference
 
 
 
- 
 public class DesignerPropertyReference extends PropertyReference APropertyReferencewhichSubscribes to aDesignerViewModel'sEventBusand refreshes itself whenViewStructureChangeEvents are received.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.inductiveautomation.perspective.gateway.property.PropertyReferencePropertyReference.PropertyReferenceParseException
 
- 
 - 
Constructor SummaryConstructors Constructor Description DesignerPropertyReference(PerspectiveElement target, java.lang.String referencePath, java.util.function.Consumer<PropertyTreeChangeEvent> subscriber, java.util.Set<Origin> acceptableOrigins)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonShutdown()protected voidonStartup()- 
Methods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyReferencegetPropertyPath, getPropertyTree, getRawPath, getView, isParsed, isPropertySelfReference, isResolved, read, read, toString
 - 
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycleisRunning, shutdown, startup
 
- 
 
- 
- 
- 
Constructor Detail- 
DesignerPropertyReferencepublic DesignerPropertyReference(PerspectiveElement target, java.lang.String referencePath, java.util.function.Consumer<PropertyTreeChangeEvent> subscriber, java.util.Set<Origin> acceptableOrigins) 
 
- 
 - 
Method Detail- 
onStartupprotected void onStartup() - Overrides:
- onStartupin class- PropertyReference
 
 - 
onShutdownprotected void onShutdown() - Overrides:
- onShutdownin class- PropertyReference
 
 
- 
 
-