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.PropertyReference
PropertyReference.PropertyReferenceParseException 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DesignerPropertyReference(PerspectiveElement target, java.lang.String referencePath, java.util.function.Consumer<PropertyTreeChangeEvent> subscriber, java.util.Set<Origin> acceptableOrigins) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidonShutdown()protected voidonStartup()- 
Methods inherited from class com.inductiveautomation.perspective.gateway.property.PropertyReference
getPropertyPath, getPropertyTree, getRawPath, getView, isParsed, isPropertySelfReference, isResolved, read, read, toString 
- 
Methods inherited from class com.inductiveautomation.ignition.common.lifecycle.AbstractLifecycle
isRunning, shutdown, startup 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
DesignerPropertyReference
public DesignerPropertyReference(PerspectiveElement target, java.lang.String referencePath, java.util.function.Consumer<PropertyTreeChangeEvent> subscriber, java.util.Set<Origin> acceptableOrigins)
 
 - 
 
- 
Method Detail
- 
onStartup
protected void onStartup()
- Overrides:
 onStartupin classPropertyReference
 
- 
onShutdown
protected void onShutdown()
- Overrides:
 onShutdownin classPropertyReference
 
 - 
 
 -