Interface BindingEditContext
- All Known Implementing Classes:
- BindingEditor
public interface BindingEditContext
- 
Method SummaryModifier and TypeMethodDescriptioncom.inductiveautomation.ignition.common.gson.JsonElementThe current value of the target property, if anybooleanvoidCall this when the UI state has been altered by the user in a way that will alter the outcome BindingConfig
- 
Method Details- 
getDesignerContextDesignerContext getDesignerContext()
- 
getAdapterDesignAdapter getAdapter()
- 
getEditFrameBindingEditorFrame getEditFrame()
- 
getTargetPropertyPropertyPath getTargetProperty()
- 
notifyConfigChangedvoid notifyConfigChanged()Call this when the UI state has been altered by the user in a way that will alter the outcome BindingConfig
- 
hasTransformsboolean hasTransforms()
- 
getCurrentValue@Nullable com.inductiveautomation.ignition.common.gson.JsonElement getCurrentValue()The current value of the target property, if any
 
-