Interface BindingEditContext
- 
- All Known Implementing Classes:
 BindingEditor
public interface BindingEditContext 
- 
- 
Method Summary
All 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
- 
getDesignerContext
DesignerContext getDesignerContext()
 
- 
getAdapter
DesignAdapter getAdapter()
 
- 
getEditFrame
BindingEditorFrame getEditFrame()
 
- 
getTargetProperty
PropertyPath getTargetProperty()
 
- 
notifyConfigChanged
void notifyConfigChanged()
Call this when the UI state has been altered by the user in a way that will alter the outcome BindingConfig 
- 
hasTransforms
boolean hasTransforms()
 
- 
getCurrentValue
@Nullable com.inductiveautomation.ignition.common.gson.JsonElement getCurrentValue()
The current value of the target property, if any 
 - 
 
 -