Searched refs:method (Results 151 - 175 of 579) sorted by relevance

1234567891011>>

/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/tabview/
H A Dtabview-debug.js83 * @method addTab
148 * @method DOMEventHandler
181 * @method getTab
191 * @method getTabIndex
210 * @method removeTab
237 * @method toString
247 * @method contentTransition
256 * @method initAttributes
310 method: function(value) {
333 method
[all...]
H A Dtabview-min.js20 this.setAttributeConfig('tabs',{value:[],readOnly:true});this._tabParent=this.getElementsByClassName(this.TAB_PARENT_CLASSNAME,'ul')[0]||_createTabParent.call(this);this._contentParent=this.getElementsByClassName(this.CONTENT_PARENT_CLASSNAME,'div')[0]||_createContentParent.call(this);this.setAttributeConfig('orientation',{value:attr.orientation,method:function(value){var current=this.get('orientation');this.addClass('yui-navset-'+value);if(current!=value){this.removeClass('yui-navset-'+current);}
21 switch(value){case'bottom':this.appendChild(this._tabParent);break;}}});this.setAttributeConfig('activeIndex',{value:attr.activeIndex,method:function(value){this.set('activeTab',this.getTab(value));},validator:function(value){return!this.getTab(value).get('disabled');}});this.setAttributeConfig('activeTab',{value:attr.activeTab,method:function(tab){var activeTab=this.get('activeTab');if(tab){tab.set('active',true);this._configs['activeIndex'].value=this.getTabIndex(tab);}
31 this.loadHandler={success:function(o){this.set('content',o.responseText);},failure:function(o){}};Tab.superclass.constructor.call(this,el,attr);this.DOM_EVENTS={};};YAHOO.extend(Tab,YAHOO.util.Element);var proto=Tab.prototype;proto.LABEL_TAGNAME='em';proto.ACTIVE_CLASSNAME='selected';proto.DISABLED_CLASSNAME='disabled';proto.LOADING_CLASSNAME='loading';proto.dataConnection=null;proto.loadHandler=null;proto._loading=false;proto.toString=function(){var el=this.get('element');var id=el.id||el.tagName;return"Tab "+id;};proto.initAttributes=function(attr){attr=attr||{};Tab.superclass.initAttributes.call(this,attr);var el=this.get('element');this.setAttributeConfig('activationEvent',{value:attr.activationEvent||'click'});this.setAttributeConfig('labelEl',{value:attr.labelEl||_getlabelEl.call(this),method:function(value){var current=this.get('labelEl');if(current){if(current==value){return false;}
32 this.replaceChild(value,current);}else if(el.firstChild){this.insertBefore(value,el.firstChild);}else{this.appendChild(value);}}});this.setAttributeConfig('label',{value:attr.label||_getLabel.call(this),method:function(value){var labelEl=this.get('labelEl');if(!labelEl){this.set('labelEl',_createlabelEl.call(this));}
33 _setLabel.call(this,value);}});this.setAttributeConfig('contentEl',{value:attr.contentEl||document.createElement('div'),method:function(value){var current=this.get('contentEl');if(current){if(current==value){return false;}
34 this.replaceChild(value,current);}}});this.setAttributeConfig('content',{value:attr.content,method:function(value){this.get('contentEl').innerHTML=value;}});var _dataLoaded=false;this.setAttributeConfig('dataSrc',{value:attr.dataSrc});this.setAttributeConfig('cacheData',{value:attr.cacheData||false,validator:YAHOO.lang.isBoolean});this.setAttributeConfig('loadMethod',{value:attr.loadMethod||'GET',validator:YAHOO.lang.isString});this.setAttributeConfig('dataLoaded',{value:false,validator:YAHOO.lang.isBoolean,writeOnce:true});this.setAttributeConfig('dataTimeout',{value:attr.dataTimeout||null,validator:YAHOO.lang.isNumber});this.setAttributeConfig('active',{value:attr.active||this.hasClass(this.ACTIVE_CLASSNAME),method:function(value){if(value===true){this.addClass(this.ACTIVE_CLASSNAME);this.set('title','active');}else{this.removeClass(this.ACTIVE_CLASSNAME);this.set('title','');}},validator:function(value){return YAHOO.lang.isBoolean(value)&&!this.get('disabled');}});this.setAttributeConfig('disabled',{value:attr.disabled||this.hasClass(this.DISABLED_CLASSNAME),method:function(value){if(value===true){Dom.addClass(this.get('element'),this.DISABLED_CLASSNAME);}else{Dom.removeClass(this.get('element'),this.DISABLED_CLASSNAME);}},validator:YAHOO.lang.isBoolean});this.setAttributeConfig('href',{value:attr.href||this.getElementsByTagName('a')[0].getAttribute('href',2)||'#',method
[all...]
H A Dtabview.js83 * @method addTab
148 * @method DOMEventHandler
181 * @method getTab
191 * @method getTabIndex
210 * @method removeTab
237 * @method toString
247 * @method contentTransition
256 * @method initAttributes
310 method: function(value) {
333 method
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java436 Method method = notificationHandler.getClass().getMethod(
439 method.invoke(notificationHandler, configuration);
443 Method method =
449 Boolean acceptable = (Boolean) method.invoke(notificationHandler,
H A DPasswordStorageSchemeConfigManager.java424 Method method = passwordStorageScheme.getClass().getMethod(
427 method.invoke(passwordStorageScheme, configuration);
431 Method method = passwordStorageScheme.getClass().getMethod(
436 Boolean acceptable = (Boolean) method.invoke(passwordStorageScheme,
H A DSASLConfigManager.java394 Method method = handler.getClass().getMethod(
397 method.invoke(handler, configuration);
401 Method method =
407 Boolean acceptable = (Boolean) method.invoke(handler, configuration,
/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java435 Method method = workflowElement.getClass().getMethod(
437 method.invoke(workflowElement, configuration);
441 Method method = workflowElement.getClass().getMethod(
447 Boolean acceptable = (Boolean) method.invoke(
/forgerock/opendj2/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java435 Method method = notificationHandler.getClass().getMethod(
438 method.invoke(notificationHandler, configuration);
442 Method method =
448 Boolean acceptable = (Boolean) method.invoke(notificationHandler,
H A DPasswordStorageSchemeConfigManager.java423 Method method = passwordStorageScheme.getClass().getMethod(
426 method.invoke(passwordStorageScheme, configuration);
430 Method method = passwordStorageScheme.getClass().getMethod(
435 Boolean acceptable = (Boolean) method.invoke(passwordStorageScheme,
H A DSASLConfigManager.java393 Method method = handler.getClass().getMethod(
396 method.invoke(handler, configuration);
400 Method method =
406 Boolean acceptable = (Boolean) method.invoke(handler, configuration,
/forgerock/opendj2/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java434 Method method = workflowElement.getClass().getMethod(
436 method.invoke(workflowElement, configuration);
440 Method method = workflowElement.getClass().getMethod(
446 Boolean acceptable = (Boolean) method.invoke(
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java436 Method method = notificationHandler.getClass().getMethod(
439 method.invoke(notificationHandler, configuration);
443 Method method =
449 Boolean acceptable = (Boolean) method.invoke(notificationHandler,
H A DPasswordStorageSchemeConfigManager.java424 Method method = passwordStorageScheme.getClass().getMethod(
427 method.invoke(passwordStorageScheme, configuration);
431 Method method = passwordStorageScheme.getClass().getMethod(
436 Boolean acceptable = (Boolean) method.invoke(passwordStorageScheme,
H A DSASLConfigManager.java394 Method method = handler.getClass().getMethod(
397 method.invoke(handler, configuration);
401 Method method =
407 Boolean acceptable = (Boolean) method.invoke(handler, configuration,
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java435 Method method = workflowElement.getClass().getMethod(
437 method.invoke(workflowElement, configuration);
441 Method method = workflowElement.getClass().getMethod(
447 Boolean acceptable = (Boolean) method.invoke(
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java436 Method method = notificationHandler.getClass().getMethod(
439 method.invoke(notificationHandler, configuration);
443 Method method =
449 Boolean acceptable = (Boolean) method.invoke(notificationHandler,
H A DPasswordStorageSchemeConfigManager.java424 Method method = passwordStorageScheme.getClass().getMethod(
427 method.invoke(passwordStorageScheme, configuration);
431 Method method = passwordStorageScheme.getClass().getMethod(
436 Boolean acceptable = (Boolean) method.invoke(passwordStorageScheme,
H A DSASLConfigManager.java394 Method method = handler.getClass().getMethod(
397 method.invoke(handler, configuration);
401 Method method =
407 Boolean acceptable = (Boolean) method.invoke(handler, configuration,
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java435 Method method = workflowElement.getClass().getMethod(
437 method.invoke(workflowElement, configuration);
441 Method method = workflowElement.getClass().getMethod(
447 Boolean acceptable = (Boolean) method.invoke(
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DAccountStatusNotificationHandlerConfigManager.java435 Method method = notificationHandler.getClass().getMethod(
438 method.invoke(notificationHandler, configuration);
442 Method method =
448 Boolean acceptable = (Boolean) method.invoke(notificationHandler,
H A DPasswordStorageSchemeConfigManager.java423 Method method = passwordStorageScheme.getClass().getMethod(
426 method.invoke(passwordStorageScheme, configuration);
430 Method method = passwordStorageScheme.getClass().getMethod(
435 Boolean acceptable = (Boolean) method.invoke(passwordStorageScheme,
H A DSASLConfigManager.java393 Method method = handler.getClass().getMethod(
396 method.invoke(handler, configuration);
400 Method method =
406 Boolean acceptable = (Boolean) method.invoke(handler, configuration,
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/
H A DWorkflowElementConfigManager.java434 Method method = workflowElement.getClass().getMethod(
436 method.invoke(workflowElement, configuration);
440 Method method = workflowElement.getClass().getMethod(
446 Boolean acceptable = (Boolean) method.invoke(
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/https/
H A DApprovalCallback.java79 private static Method method = null; field in class:ApprovalCallback
113 if (method == null) {
122 method = GeneralNames.class.getMethod(methodName, argTypes);
124 return method;
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/resourceTypes/
H A DResourceTypesView.js68 sync: function (method, model, options) {
72 return BackgridUtils.sync(method, model, options);

Completed in 251 milliseconds

1234567891011>>