// Events //
  @Override
  public void onConfigure(Component component) {
    super.onConfigure(component);

    this.setOption("value", component.getDefaultModelObjectAsString()); // initial value
    this.setOption("change", this.onChangeBehavior.getCallbackFunction());
  }