Interface BindingEditContext
- 
- All Known Implementing Classes:
- BindingEditor
 
 public interface BindingEditContext
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DesignAdaptergetAdapter()com.inductiveautomation.ignition.common.gson.JsonElementgetCurrentValue()The current value of the target property, if anyDesignerContextgetDesignerContext()BindingEditorFramegetEditFrame()PropertyPathgetTargetProperty()booleanhasTransforms()voidnotifyConfigChanged()Call this when the UI state has been altered by the user in a way that will alter the outcome BindingConfig
 
- 
- 
- 
Method Detail- 
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
 
- 
 
-