events: {
                    'closed': function() {
                        this.parent.states.unset('opened', false);
                        this.rise('dropdownClosed');
                    }