Searched defs:_selectItem (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/autocomplete/
H A Dautocomplete-debug.js1672 * @method _selectItem
1676 YAHOO.widget.AutoComplete.prototype._selectItem = function(oItem) {
1695 this._selectItem(this._oCurItem);
1859 oSelf._selectItem(this);
1935 oSelf._selectItem(oSelf._oCurItem);
1948 oSelf._selectItem(oSelf._oCurItem);
2100 oSelf._selectItem(oMatch);
H A Dautocomplete-min.js91 var end=oTextbox.value.length;this._selectText(oTextbox,end,end);this._oCurItem=oItem;};YAHOO.widget.AutoComplete.prototype._selectItem=function(oItem){this._bItemSelected=true;this._updateValue(oItem);this._cancelIntervalDetection(this);this.itemSelectEvent.fire(this,oItem,oItem._oResultData);this._toggleContainer(false);};YAHOO.widget.AutoComplete.prototype._jumpSelection=function(){if(this._oCurItem){this._selectItem(this._oCurItem);}
108 oSelf.itemMouseOutEvent.fire(oSelf,this);};YAHOO.widget.AutoComplete.prototype._onItemMouseclick=function(v,oSelf){oSelf._toggleHighlight(this,"to");oSelf._selectItem(this);};YAHOO.widget.AutoComplete.prototype._onContainerMouseover=function(v,oSelf){oSelf._bOverContainer=true;};YAHOO.widget.AutoComplete.prototype._onContainerMouseout=function(v,oSelf){oSelf._bOverContainer=false;if(oSelf._oCurItem){oSelf._toggleHighlight(oSelf._oCurItem,"to");}};YAHOO.widget.AutoComplete.prototype._onContainerScroll=function(v,oSelf){oSelf._oTextbox.focus();};YAHOO.widget.AutoComplete.prototype._onContainerResize=function(v,oSelf){oSelf._toggleContainerHelpers(oSelf._bContainerOpen);};YAHOO.widget.AutoComplete.prototype._onTextboxKeyDown=function(v,oSelf){var nKeyCode=v.keyCode;switch(nKeyCode){case 9:if(oSelf._oCurItem){if(oSelf.delimChar&&(oSelf._nKeyCode!=nKeyCode)){if(oSelf._bContainerOpen){YAHOO.util.Event.stopEvent(v);}}
109 oSelf._selectItem(oSelf._oCurItem);}
112 oSelf._selectItem(oSelf._oCurItem);}
123 else{oSelf._selectItem(oMatch);}}
H A Dautocomplete.js1650 * @method _selectItem
1654 YAHOO.widget.AutoComplete.prototype._selectItem = function(oItem) {
1672 this._selectItem(this._oCurItem);
1832 oSelf._selectItem(this);
1908 oSelf._selectItem(oSelf._oCurItem);
1921 oSelf._selectItem(oSelf._oCurItem);
2070 oSelf._selectItem(oMatch);
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/autocomplete/
H A Dautocomplete-debug.js1672 * @method _selectItem
1676 YAHOO.widget.AutoComplete.prototype._selectItem = function(oItem) {
1695 this._selectItem(this._oCurItem);
1859 oSelf._selectItem(this);
1935 oSelf._selectItem(oSelf._oCurItem);
1948 oSelf._selectItem(oSelf._oCurItem);
2100 oSelf._selectItem(oMatch);
H A Dautocomplete-min.js91 var end=oTextbox.value.length;this._selectText(oTextbox,end,end);this._oCurItem=oItem;};YAHOO.widget.AutoComplete.prototype._selectItem=function(oItem){this._bItemSelected=true;this._updateValue(oItem);this._cancelIntervalDetection(this);this.itemSelectEvent.fire(this,oItem,oItem._oResultData);this._toggleContainer(false);};YAHOO.widget.AutoComplete.prototype._jumpSelection=function(){if(this._oCurItem){this._selectItem(this._oCurItem);}
108 oSelf.itemMouseOutEvent.fire(oSelf,this);};YAHOO.widget.AutoComplete.prototype._onItemMouseclick=function(v,oSelf){oSelf._toggleHighlight(this,"to");oSelf._selectItem(this);};YAHOO.widget.AutoComplete.prototype._onContainerMouseover=function(v,oSelf){oSelf._bOverContainer=true;};YAHOO.widget.AutoComplete.prototype._onContainerMouseout=function(v,oSelf){oSelf._bOverContainer=false;if(oSelf._oCurItem){oSelf._toggleHighlight(oSelf._oCurItem,"to");}};YAHOO.widget.AutoComplete.prototype._onContainerScroll=function(v,oSelf){oSelf._oTextbox.focus();};YAHOO.widget.AutoComplete.prototype._onContainerResize=function(v,oSelf){oSelf._toggleContainerHelpers(oSelf._bContainerOpen);};YAHOO.widget.AutoComplete.prototype._onTextboxKeyDown=function(v,oSelf){var nKeyCode=v.keyCode;switch(nKeyCode){case 9:if(oSelf._oCurItem){if(oSelf.delimChar&&(oSelf._nKeyCode!=nKeyCode)){if(oSelf._bContainerOpen){YAHOO.util.Event.stopEvent(v);}}
109 oSelf._selectItem(oSelf._oCurItem);}
112 oSelf._selectItem(oSelf._oCurItem);}
123 else{oSelf._selectItem(oMatch);}}
H A Dautocomplete.js1650 * @method _selectItem
1654 YAHOO.widget.AutoComplete.prototype._selectItem = function(oItem) {
1672 this._selectItem(this._oCurItem);
1832 oSelf._selectItem(this);
1908 oSelf._selectItem(oSelf._oCurItem);
1921 oSelf._selectItem(oSelf._oCurItem);
2070 oSelf._selectItem(oMatch);

Completed in 3278 milliseconds