Interface FxComponentBinding
- All Superinterfaces:
Binding
- All Known Implementing Classes:
DefaultFxComponentBinding
Binding between a class member and a fx-component.
- Author:
- harald
-
Method Summary
Modifier and TypeMethodDescriptionGets the binder managing this binding.Gets the component which is bound to the member.Methods inherited from interface Binding
addToModelListener, addToViewListener, addValidationListener, addValidator, createBindingEvent, createValidationEvent, fireToModel, fireToView, fireValidated, getMember, getModelValue, getParentObject, getParents, getToModelListeners, getToViewListeners, getValidationListeners, getValidators, getViewValue, isChangeable, isMandatory, removeToModelListener, removeToViewListener, removeValidationListener, removeValidator, setChangeable, setMandatory, setModelValue, setViewValue, validate
-
Method Details
-
getComponent
-
getBinder
FxComponentBinder getBinder()Description copied from interface:BindingGets the binder managing this binding.
-