Searched refs:hasChildren (Results 1 - 25 of 63) sorted by relevance

123

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java115 if (configEntry.hasChildren())
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java114 if (configEntry.hasChildren())
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java115 if (configEntry.hasChildren())
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java114 if (configEntry.hasChildren())
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/api/
H A DConfigChangeListenerTestCase.java115 if (configEntry.hasChildren())
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/api/
H A DConfigChangeListenerTestCase.java109 if (configEntry.hasChildren())
/forgerock/opendj-b2.6/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java431 boolean hasChildren = frame.hasSubFrames();
434 new DefaultMutableTreeNode(frame, hasChildren);
482 boolean hasChildren = parentFrame.hasSubFrames();
485 new DefaultMutableTreeNode(subFrame, hasChildren);
486 if (hasChildren)
/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java430 boolean hasChildren = frame.hasSubFrames();
433 new DefaultMutableTreeNode(frame, hasChildren);
481 boolean hasChildren = parentFrame.hasSubFrames();
484 new DefaultMutableTreeNode(subFrame, hasChildren);
485 if (hasChildren)
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java431 boolean hasChildren = frame.hasSubFrames();
434 new DefaultMutableTreeNode(frame, hasChildren);
482 boolean hasChildren = parentFrame.hasSubFrames();
485 new DefaultMutableTreeNode(subFrame, hasChildren);
486 if (hasChildren)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java431 boolean hasChildren = frame.hasSubFrames();
434 new DefaultMutableTreeNode(frame, hasChildren);
482 boolean hasChildren = parentFrame.hasSubFrames();
485 new DefaultMutableTreeNode(subFrame, hasChildren);
486 if (hasChildren)
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java430 boolean hasChildren = frame.hasSubFrames();
433 new DefaultMutableTreeNode(frame, hasChildren);
481 boolean hasChildren = parentFrame.hasSubFrames();
484 new DefaultMutableTreeNode(subFrame, hasChildren);
485 if (hasChildren)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/
H A DProfileViewer.java421 boolean hasChildren = frame.hasSubFrames();
424 new DefaultMutableTreeNode(frame, hasChildren);
472 boolean hasChildren = parentFrame.hasSubFrames();
475 new DefaultMutableTreeNode(subFrame, hasChildren);
476 if (hasChildren)
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/treeview/
H A Dtreeview-debug.js995 if (this.hasChildren()) {
1126 if (this.hasChildren()) {
1226 } else if (this.hasChildren(true)) {
1334 // if (!this.hasChildren()) {
1379 if (this.hasChildren(true) || (this.isDynamic() && !this.getIconMode())) {
1380 // if (this.hasChildren(true)) {
1396 if (this.hasChildren(true) && !this.isLoading) {
1498 * @method hasChildren
1503 hasChildren: function(checkForLazyLoad) {
1513 if (!this.tree.locked && ( this.hasChildren(tru
[all...]
H A Dtreeview-min.js28 this.fireEvent("parentChange");return true;},appendChild:function(childNode){if(this.hasChildren()){var sib=this.children[this.children.length-1];sib.nextSibling=childNode;childNode.previousSibling=sib;}
37 return-1;},getSiblings:function(){return this.parent.children;},showChildren:function(){if(!this.tree.animateExpand(this.getChildrenEl(),this)){if(this.hasChildren()){this.getChildrenEl().style.display="";}}},hideChildren:function(){if(!this.tree.animateCollapse(this.getChildrenEl(),this)){this.getChildrenEl().style.display="none";}},getElId:function(){return"ygtv"+this.index;},getChildrenElId:function(){return"ygtvc"+this.index;},getToggleElId:function(){return"ygtvt"+this.index;},getEl:function(){return document.getElementById(this.getElId());},getChildrenEl:function(){return document.getElementById(this.getChildrenElId());},getToggleEl:function(){return document.getElementById(this.getToggleElId());},getToggleLink:function(){return"YAHOO.widget.TreeView.getNode(\'"+this.tree.id+"\',"+
49 this.showChildren();ret=this.tree.fireEvent("expandComplete",this);},updateIcon:function(){if(this.hasIcon){var el=this.getToggleEl();if(el){el.className=this.getStyle();}}},getStyle:function(){if(this.isLoading){return"ygtvloading";}else{var loc=(this.nextSibling)?"t":"l";var type="n";if(this.hasChildren(true)||(this.isDynamic()&&!this.getIconMode())){type=(this.expanded)?"m":"p";}
50 return"ygtv"+loc+type;}},getHoverStyle:function(){var s=this.getStyle();if(this.hasChildren(true)&&!this.isLoading){s+="h";}
52 if(iconMode){this.iconMode=iconMode;}},isRoot:function(){return(this==this.tree.root);},isDynamic:function(){var lazy=(!this.isRoot()&&(this._dynLoad||this.tree.root._dynLoad));return lazy;},getIconMode:function(){return(this.iconMode||this.tree.root.iconMode);},hasChildren:function(checkForLazyLoad){return(this.children.length>0||(checkForLazyLoad&&this.isDynamic()&&!this.dynamicLoadComplete));},toggle:function(){if(!this.tree.locked&&(this.hasChildren(true)||this.isDynamic())){if(this.expanded){this.collapse();}else{this.expand();}}},getHtml:function(){this.childrenRendered=false;var sb=[];sb[sb.length]='<div class="ygtvitem" id="'+this.getElId()+'">';sb[sb.length]=this.getNodeHtml();sb[sb.length]=this.getChildrenHtml();sb[sb.length]='</div>';return sb.join("");},getChildrenHtml:function(){var sb=[];sb[sb.length]='<div class="ygtvchildren"';sb[sb.length]=' id="'+this.getChildrenElId()+'"';if(!this.expanded||!this.hasChildren()){sb[sb.length]=' style="display:none;"';}
53 sb[sb.length]='>';if((this.hasChildren(true)&&this.expanded)||(this.renderHidden&&!this.isDynamic())){sb[sb.length]=this.renderChildren();}
64 this.tree.id+'\','+this.index+')';sb[sb.length]='<td';sb[sb.length]=' id="'+this.getToggleElId()+'"';sb[sb.length]=' class="'+this.getStyle()+'"';if(this.hasChildren(true)){sb[sb.length]=' onmouseover="this.className=';sb[sb.length]=getNode+'.getHoverStyle()"';sb[sb.length]=' onmouseout="this.className=';sb[sb.length]=getNode+'.getStyle()"';}
65 sb[sb.length]=' onclick="javascript:'+this.getToggleLink()+'">';sb[sb.length]='<div class="ygtvspacer">';sb[sb.length]='</div>';sb[sb.length]='</td>';sb[sb.length]='<td ';sb[sb.length]=(this.nowrap)?' nowrap="nowrap" ':'';sb[sb.length]=' >';sb[sb.length]='<a';sb[sb.length]=' id="'+this.labelElId+'"';sb[sb.length]=' class="'+this.labelStyle+'"';sb[sb.length]=' href="'+this.href+'"';sb[sb.length]=' target="'+this.target+'"';sb[sb.length]=' onclick="return '+getNode+'.onLabelClick('+getNode+')"';if(this.hasChildren(tru
[all...]
H A Dtreeview.js986 if (this.hasChildren()) {
1113 if (this.hasChildren()) {
1212 } else if (this.hasChildren(true)) {
1314 // if (!this.hasChildren()) {
1357 if (this.hasChildren(true) || (this.isDynamic() && !this.getIconMode())) {
1358 // if (this.hasChildren(true)) {
1373 if (this.hasChildren(true) && !this.isLoading) {
1474 * @method hasChildren
1479 hasChildren: function(checkForLazyLoad) {
1489 if (!this.tree.locked && ( this.hasChildren(tru
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/treeview/
H A Dtreeview-debug.js995 if (this.hasChildren()) {
1126 if (this.hasChildren()) {
1226 } else if (this.hasChildren(true)) {
1334 // if (!this.hasChildren()) {
1379 if (this.hasChildren(true) || (this.isDynamic() && !this.getIconMode())) {
1380 // if (this.hasChildren(true)) {
1396 if (this.hasChildren(true) && !this.isLoading) {
1498 * @method hasChildren
1503 hasChildren: function(checkForLazyLoad) {
1513 if (!this.tree.locked && ( this.hasChildren(tru
[all...]
H A Dtreeview-min.js28 this.fireEvent("parentChange");return true;},appendChild:function(childNode){if(this.hasChildren()){var sib=this.children[this.children.length-1];sib.nextSibling=childNode;childNode.previousSibling=sib;}
37 return-1;},getSiblings:function(){return this.parent.children;},showChildren:function(){if(!this.tree.animateExpand(this.getChildrenEl(),this)){if(this.hasChildren()){this.getChildrenEl().style.display="";}}},hideChildren:function(){if(!this.tree.animateCollapse(this.getChildrenEl(),this)){this.getChildrenEl().style.display="none";}},getElId:function(){return"ygtv"+this.index;},getChildrenElId:function(){return"ygtvc"+this.index;},getToggleElId:function(){return"ygtvt"+this.index;},getEl:function(){return document.getElementById(this.getElId());},getChildrenEl:function(){return document.getElementById(this.getChildrenElId());},getToggleEl:function(){return document.getElementById(this.getToggleElId());},getToggleLink:function(){return"YAHOO.widget.TreeView.getNode(\'"+this.tree.id+"\',"+
49 this.showChildren();ret=this.tree.fireEvent("expandComplete",this);},updateIcon:function(){if(this.hasIcon){var el=this.getToggleEl();if(el){el.className=this.getStyle();}}},getStyle:function(){if(this.isLoading){return"ygtvloading";}else{var loc=(this.nextSibling)?"t":"l";var type="n";if(this.hasChildren(true)||(this.isDynamic()&&!this.getIconMode())){type=(this.expanded)?"m":"p";}
50 return"ygtv"+loc+type;}},getHoverStyle:function(){var s=this.getStyle();if(this.hasChildren(true)&&!this.isLoading){s+="h";}
52 if(iconMode){this.iconMode=iconMode;}},isRoot:function(){return(this==this.tree.root);},isDynamic:function(){var lazy=(!this.isRoot()&&(this._dynLoad||this.tree.root._dynLoad));return lazy;},getIconMode:function(){return(this.iconMode||this.tree.root.iconMode);},hasChildren:function(checkForLazyLoad){return(this.children.length>0||(checkForLazyLoad&&this.isDynamic()&&!this.dynamicLoadComplete));},toggle:function(){if(!this.tree.locked&&(this.hasChildren(true)||this.isDynamic())){if(this.expanded){this.collapse();}else{this.expand();}}},getHtml:function(){this.childrenRendered=false;var sb=[];sb[sb.length]='<div class="ygtvitem" id="'+this.getElId()+'">';sb[sb.length]=this.getNodeHtml();sb[sb.length]=this.getChildrenHtml();sb[sb.length]='</div>';return sb.join("");},getChildrenHtml:function(){var sb=[];sb[sb.length]='<div class="ygtvchildren"';sb[sb.length]=' id="'+this.getChildrenElId()+'"';if(!this.expanded||!this.hasChildren()){sb[sb.length]=' style="display:none;"';}
53 sb[sb.length]='>';if((this.hasChildren(true)&&this.expanded)||(this.renderHidden&&!this.isDynamic())){sb[sb.length]=this.renderChildren();}
64 this.tree.id+'\','+this.index+')';sb[sb.length]='<td';sb[sb.length]=' id="'+this.getToggleElId()+'"';sb[sb.length]=' class="'+this.getStyle()+'"';if(this.hasChildren(true)){sb[sb.length]=' onmouseover="this.className=';sb[sb.length]=getNode+'.getHoverStyle()"';sb[sb.length]=' onmouseout="this.className=';sb[sb.length]=getNode+'.getStyle()"';}
65 sb[sb.length]=' onclick="javascript:'+this.getToggleLink()+'">';sb[sb.length]='<div class="ygtvspacer">';sb[sb.length]='</div>';sb[sb.length]='</td>';sb[sb.length]='<td ';sb[sb.length]=(this.nowrap)?' nowrap="nowrap" ':'';sb[sb.length]=' >';sb[sb.length]='<a';sb[sb.length]=' id="'+this.labelElId+'"';sb[sb.length]=' class="'+this.labelStyle+'"';sb[sb.length]=' href="'+this.href+'"';sb[sb.length]=' target="'+this.target+'"';sb[sb.length]=' onclick="return '+getNode+'.onLabelClick('+getNode+')"';if(this.hasChildren(tru
[all...]
H A Dtreeview.js986 if (this.hasChildren()) {
1113 if (this.hasChildren()) {
1212 } else if (this.hasChildren(true)) {
1314 // if (!this.hasChildren()) {
1357 if (this.hasChildren(true) || (this.isDynamic() && !this.getIconMode())) {
1358 // if (this.hasChildren(true)) {
1373 if (this.hasChildren(true) && !this.isLoading) {
1474 * @method hasChildren
1479 hasChildren: function(checkForLazyLoad) {
1489 if (!this.tree.locked && ( this.hasChildren(tru
[all...]
/forgerock/opendj2/src/server/org/opends/server/config/
H A DConfigEntry.java320 public boolean hasChildren() method in class:ConfigEntry
389 if (childEntry.hasChildren())
/forgerock/opendj-b2.6/src/server/org/opends/server/config/
H A DConfigEntry.java331 public boolean hasChildren() method in class:ConfigEntry
400 if (childEntry.hasChildren())
/forgerock/opendj2.6.2/src/server/org/opends/server/config/
H A DConfigEntry.java331 public boolean hasChildren() method in class:ConfigEntry
400 if (childEntry.hasChildren())
/forgerock/opendj2-jel-hg/src/server/org/opends/server/config/
H A DConfigEntry.java331 public boolean hasChildren() method in class:ConfigEntry
400 if (childEntry.hasChildren())
/forgerock/opendj2-hg/src/server/org/opends/server/config/
H A DConfigEntry.java320 public boolean hasChildren() method in class:ConfigEntry
389 if (childEntry.hasChildren())
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/config/
H A DConfigEntry.java311 public boolean hasChildren() method in class:ConfigEntry
378 if (childEntry.hasChildren())
/forgerock/opendj2/src/server/org/opends/server/admin/doc/
H A DConfigGuideGeneration.java261 if (mo.hasChildren()) {
279 if (mo.hasChildren()) {
354 if (childMo.hasChildren()) {
393 if (mo.hasChildren()) {
412 if (mo.hasChildren()) {
423 if (mo.hasChildren()) {

Completed in 626 milliseconds

123