Interface BindingEditContext
- All Known Implementing Classes:
 BindingEditor
public interface BindingEditContext
- 
Method Summary
Modifier 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
- 
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 
 -