- 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 org.tentackle.bind.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
FxComponent getComponent()Gets the component which is bound to the member.- Returns:
- the component
-
getBinder
FxComponentBinder getBinder()Description copied from interface:Binding
Gets the binder managing this binding.
-