Interface FxComponentBinding

All Superinterfaces:
Binding
All Known Implementing Classes:
DefaultFxComponentBinding

public interface FxComponentBinding extends Binding
Binding between a class member and a fx-component.
Author:
harald
  • 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.
      Specified by:
      getBinder in interface Binding
      Returns:
      the binder