Searched defs:CLOSE (Results 1 - 19 of 19) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/
H A DButtonName.java54 CLOSE, enum constant in enum:ButtonName
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/
H A DButtonName.java55 CLOSE, enum constant in enum:ButtonName
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/
H A DButtonName.java55 CLOSE, enum constant in enum:ButtonName
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/
H A DButtonName.java54 CLOSE, enum constant in enum:ButtonName
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/
H A DButtonName.java55 CLOSE, enum constant in enum:ButtonName
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/
H A DButtonName.java54 CLOSE, enum constant in enum:ButtonName
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java109 * The dialog contains a CLOSE button.
111 CLOSE, enum constant in enum:GenericDialog.ButtonType
369 if (buttonType == ButtonType.CLOSE)
412 else if (buttonType == ButtonType.CLOSE)
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java108 * The dialog contains a CLOSE button.
110 CLOSE, enum constant in enum:GenericDialog.ButtonType
368 if (buttonType == ButtonType.CLOSE)
411 else if (buttonType == ButtonType.CLOSE)
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java109 * The dialog contains a CLOSE button.
111 CLOSE, enum constant in enum:GenericDialog.ButtonType
369 if (buttonType == ButtonType.CLOSE)
412 else if (buttonType == ButtonType.CLOSE)
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java108 * The dialog contains a CLOSE button.
110 CLOSE, enum constant in enum:GenericDialog.ButtonType
368 if (buttonType == ButtonType.CLOSE)
411 else if (buttonType == ButtonType.CLOSE)
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java109 * The dialog contains a CLOSE button.
111 CLOSE, enum constant in enum:GenericDialog.ButtonType
369 if (buttonType == ButtonType.CLOSE)
412 else if (buttonType == ButtonType.CLOSE)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/
H A DGenericDialog.java92 /** The dialog contains a CLOSE button. */
93 CLOSE, enum constant in enum:GenericDialog.ButtonType
335 if (buttonType == ButtonType.CLOSE)
378 else if (buttonType == ButtonType.CLOSE)
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/container/
H A Dcontainer-debug.js5099 "CLOSE": {
5404 this.cfg.addProperty(DEFAULT_CONFIG.CLOSE.key, {
5406 value: DEFAULT_CONFIG.CLOSE.value,
5407 validator: DEFAULT_CONFIG.CLOSE.validator,
5408 supercedes: DEFAULT_CONFIG.CLOSE.supercedes
5097 DEFAULT_CONFIG = { property
H A Dcontainer-min.js141 else{this.subscribe("beforeShow",onBeforeShow);}},destroy:function(){this._removeEventListeners();Tooltip.superclass.destroy.call(this);},toString:function(){return"Tooltip "+this.id;}});}());(function(){YAHOO.widget.Panel=function(el,userConfig){YAHOO.widget.Panel.superclass.constructor.call(this,el,userConfig);};var Lang=YAHOO.lang,DD=YAHOO.util.DD,Dom=YAHOO.util.Dom,Event=YAHOO.util.Event,Overlay=YAHOO.widget.Overlay,CustomEvent=YAHOO.util.CustomEvent,Config=YAHOO.util.Config,Panel=YAHOO.widget.Panel,m_oMaskTemplate,m_oUnderlayTemplate,m_oCloseIconTemplate,EVENT_TYPES={"SHOW_MASK":"showMask","HIDE_MASK":"hideMask","DRAG":"drag"},DEFAULT_CONFIG={"CLOSE":{key:"close",value:true,validator:Lang.isBoolean,supercedes:["visible"]},"DRAGGABLE":{key:"draggable",value:(DD?true:false),validator:Lang.isBoolean,supercedes:["visible"]},"UNDERLAY":{key:"underlay",value:"shadow",supercedes:["visible"]},"MODAL":{key:"modal",value:false,validator:Lang.isBoolean,supercedes:["visible"]},"KEY_LISTENERS":{key:"keylisteners",suppressEvent:true,supercedes:["visible"]}};Panel.CSS_PANEL="yui-panel";Panel.CSS_PANEL_CONTAINER="yui-panel-container";function createHeader(p_sType,p_aArgs){if(!this.header){this.setHeader(" ");}} property
153 this.subscribe("showMask",addFocusEventHandlers);this.subscribe("hideMask",removeFocusEventHandlers);this.initEvent.fire(Panel);},initEvents:function(){Panel.superclass.initEvents.call(this);var SIGNATURE=CustomEvent.LIST;this.showMaskEvent=this.createEvent(EVENT_TYPES.SHOW_MASK);this.showMaskEvent.signature=SIGNATURE;this.hideMaskEvent=this.createEvent(EVENT_TYPES.HIDE_MASK);this.hideMaskEvent.signature=SIGNATURE;this.dragEvent=this.createEvent(EVENT_TYPES.DRAG);this.dragEvent.signature=SIGNATURE;},initDefaultConfig:function(){Panel.superclass.initDefaultConfig.call(this);this.cfg.addProperty(DEFAULT_CONFIG.CLOSE.key,{handler:this.configClose,value:DEFAULT_CONFIG.CLOSE.value,validator:DEFAULT_CONFIG.CLOSE.validator,supercedes:DEFAULT_CONFIG.CLOSE.supercedes});this.cfg.addProperty(DEFAULT_CONFIG.DRAGGABLE.key,{handler:this.configDraggable,value:DEFAULT_CONFIG.DRAGGABLE.value,validator:DEFAULT_CONFIG.DRAGGABLE.validator,supercedes:DEFAULT_CONFIG.DRAGGABLE.supercedes});this.cfg.addProperty(DEFAULT_CONFIG.UNDERLAY.key,{handler:this.configUnderlay,value:DEFAULT_CONFIG.UNDERLAY.value,supercedes:DEFAULT_CONFIG.UNDERLAY.supercedes});this.cfg.addProperty(DEFAULT_CONFIG.MODAL.key,{handler:this.configModal,value:DEFAULT_CONFIG.MODAL.value,validator:DEFAULT_CONFIG.MODAL.validator,supercedes:DEFAULT_CONFIG.MODAL.supercedes});this.cfg.addProperty(DEFAULT_CONFIG.KEY_LISTENERS.key,{handler:this.configKeyListeners,suppressEvent:DEFAULT_CONFIG.KEY_LISTENERS.suppressEvent,supercedes:DEFAULT_CONFIG.KEY_LISTENERS.supercedes});},configClose:function(type,args,obj){var val=args[0],oClose=this.close;function doHide(e,obj){obj.hide();}
H A Dcontainer.js5071 "CLOSE": {
5376 this.cfg.addProperty(DEFAULT_CONFIG.CLOSE.key, {
5378 value: DEFAULT_CONFIG.CLOSE.value,
5379 validator: DEFAULT_CONFIG.CLOSE.validator,
5380 supercedes: DEFAULT_CONFIG.CLOSE.supercedes
5069 DEFAULT_CONFIG = { property
/forgerock/web-agents-v4/source/
H A Dhttp_parser.c171 #define CLOSE "close" macro
1655 if (parser->index > sizeof(CLOSE)-1 || c != CLOSE[parser->index]) {
1657 } else if (parser->index == sizeof(CLOSE)-2) {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/container/
H A Dcontainer-debug.js5099 "CLOSE": {
5404 this.cfg.addProperty(DEFAULT_CONFIG.CLOSE.key, {
5406 value: DEFAULT_CONFIG.CLOSE.value,
5407 validator: DEFAULT_CONFIG.CLOSE.validator,
5408 supercedes: DEFAULT_CONFIG.CLOSE.supercedes
5097 DEFAULT_CONFIG = { property
H A Dcontainer-min.js141 else{this.subscribe("beforeShow",onBeforeShow);}},destroy:function(){this._removeEventListeners();Tooltip.superclass.destroy.call(this);},toString:function(){return"Tooltip "+this.id;}});}());(function(){YAHOO.widget.Panel=function(el,userConfig){YAHOO.widget.Panel.superclass.constructor.call(this,el,userConfig);};var Lang=YAHOO.lang,DD=YAHOO.util.DD,Dom=YAHOO.util.Dom,Event=YAHOO.util.Event,Overlay=YAHOO.widget.Overlay,CustomEvent=YAHOO.util.CustomEvent,Config=YAHOO.util.Config,Panel=YAHOO.widget.Panel,m_oMaskTemplate,m_oUnderlayTemplate,m_oCloseIconTemplate,EVENT_TYPES={"SHOW_MASK":"showMask","HIDE_MASK":"hideMask","DRAG":"drag"},DEFAULT_CONFIG={"CLOSE":{key:"close",value:true,validator:Lang.isBoolean,supercedes:["visible"]},"DRAGGABLE":{key:"draggable",value:(DD?true:false),validator:Lang.isBoolean,supercedes:["visible"]},"UNDERLAY":{key:"underlay",value:"shadow",supercedes:["visible"]},"MODAL":{key:"modal",value:false,validator:Lang.isBoolean,supercedes:["visible"]},"KEY_LISTENERS":{key:"keylisteners",suppressEvent:true,supercedes:["visible"]}};Panel.CSS_PANEL="yui-panel";Panel.CSS_PANEL_CONTAINER="yui-panel-container";function createHeader(p_sType,p_aArgs){if(!this.header){this.setHeader(" ");}} property
153 this.subscribe("showMask",addFocusEventHandlers);this.subscribe("hideMask",removeFocusEventHandlers);this.initEvent.fire(Panel);},initEvents:function(){Panel.superclass.initEvents.call(this);var SIGNATURE=CustomEvent.LIST;this.showMaskEvent=this.createEvent(EVENT_TYPES.SHOW_MASK);this.showMaskEvent.signature=SIGNATURE;this.hideMaskEvent=this.createEvent(EVENT_TYPES.HIDE_MASK);this.hideMaskEvent.signature=SIGNATURE;this.dragEvent=this.createEvent(EVENT_TYPES.DRAG);this.dragEvent.signature=SIGNATURE;},initDefaultConfig:function(){Panel.superclass.initDefaultConfig.call(this);this.cfg.addProperty(DEFAULT_CONFIG.CLOSE.key,{handler:this.configClose,value:DEFAULT_CONFIG.CLOSE.value,validator:DEFAULT_CONFIG.CLOSE.validator,supercedes:DEFAULT_CONFIG.CLOSE.supercedes});this.cfg.addProperty(DEFAULT_CONFIG.DRAGGABLE.key,{handler:this.configDraggable,value:DEFAULT_CONFIG.DRAGGABLE.value,validator:DEFAULT_CONFIG.DRAGGABLE.validator,supercedes:DEFAULT_CONFIG.DRAGGABLE.supercedes});this.cfg.addProperty(DEFAULT_CONFIG.UNDERLAY.key,{handler:this.configUnderlay,value:DEFAULT_CONFIG.UNDERLAY.value,supercedes:DEFAULT_CONFIG.UNDERLAY.supercedes});this.cfg.addProperty(DEFAULT_CONFIG.MODAL.key,{handler:this.configModal,value:DEFAULT_CONFIG.MODAL.value,validator:DEFAULT_CONFIG.MODAL.validator,supercedes:DEFAULT_CONFIG.MODAL.supercedes});this.cfg.addProperty(DEFAULT_CONFIG.KEY_LISTENERS.key,{handler:this.configKeyListeners,suppressEvent:DEFAULT_CONFIG.KEY_LISTENERS.suppressEvent,supercedes:DEFAULT_CONFIG.KEY_LISTENERS.supercedes});},configClose:function(type,args,obj){var val=args[0],oClose=this.close;function doHide(e,obj){obj.hide();}
H A Dcontainer.js5071 "CLOSE": {
5376 this.cfg.addProperty(DEFAULT_CONFIG.CLOSE.key, {
5378 value: DEFAULT_CONFIG.CLOSE.value,
5379 validator: DEFAULT_CONFIG.CLOSE.validator,
5380 supercedes: DEFAULT_CONFIG.CLOSE.supercedes
5069 DEFAULT_CONFIG = { property

Completed in 177 milliseconds