this.$handle.on( {
        click: this.onClick.bind( this ),
        keydown: this.onKeyDown.bind( this ),
        focus: this.onFocus.bind( this ),
        blur: this.onBlur.bind( this )