Lines Matching refs:selected
36 _afterChildRemoved: function(e) { // update the selected tab when removed
43 selection.set('selected', 1);
88 // If no tab is selected, select the first tab.
92 if (tab.get('selected')) {
100 selection.set('selected', 1);
206 _uiSetSelectedPanel: function(selected) {
207 this.get('panelNode').toggleClass(_classNames.selectedPanel, selected);
246 this._uiSetSelectedPanel(this.get('selected'));
288 e.target.set('selected', 1);
391 selected: function(contentBox) {