-
- All Superinterfaces:
org.tentackle.bind.Binding
- All Known Implementing Classes:
DefaultFxComponentBinding
public interface FxComponentBinding extends org.tentackle.bind.BindingBinding between a class member and an fx component.- Author:
- harald
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FxComponentBindergetBinder()FxComponentgetComponent()Gets the component which is bound to the member.-
Methods inherited from interface org.tentackle.bind.Binding
addToModelListener, addToViewListener, addValidationListener, addValidator, createBindingEvent, createValidationContext, 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 Detail
-
getComponent
FxComponent getComponent()
Gets the component which is bound to the member.- Returns:
- the component
-
getBinder
FxComponentBinder getBinder()
- Specified by:
getBinderin interfaceorg.tentackle.bind.Binding
-
-