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

/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/treeview/
H A Dtreeview-debug.js1737 * @class TextNode
1745 YAHOO.widget.TextNode = function(oData, oParent, expanded) {
1755 YAHOO.extend(YAHOO.widget.TextNode, YAHOO.widget.Node, {
1835 * @for YAHOO.widget.TextNode
1931 return "TextNode (" + this.index + ") " + this.label;
2101 * A menu-specific implementation that differs from TextNode in that only
2105 * @extends YAHOO.widget.TextNode
2127 YAHOO.extend(YAHOO.widget.MenuNode, YAHOO.widget.TextNode, {
H A Dtreeview-min.js58 return p;},getDepthStyle:function(depth){return(this.getAncestor(depth).nextSibling)?"ygtvdepthcell":"ygtvblankdepthcell";},getNodeHtml:function(){return"";},refresh:function(){this.getChildrenEl().innerHTML=this.completeRender();if(this.hasIcon){var el=this.getToggleEl();if(el){el.className=this.getStyle();}}},toString:function(){return"Node ("+this.index+")";}};YAHOO.augment(YAHOO.widget.Node,YAHOO.util.EventProvider);YAHOO.widget.TextNode=function(oData,oParent,expanded){if(oData){this.init(oData,oParent,expanded);this.setUpLabel(oData);}};YAHOO.extend(YAHOO.widget.TextNode,YAHOO.widget.Node,{labelStyle:"ygtvlabel",labelElId:null,label:null,textNodeParentChange:function(){if(this.tree&&!this.tree.hasEvent("labelClick")){this.tree.createEvent("labelClick",this.tree);}},setUpLabel:function(oData){this.textNodeParentChange();this.subscribe("parentChange",this.textNodeParentChange);if(typeof oData=="string"){oData={label:oData};}
66 sb[sb.length]=' >';sb[sb.length]=this.label;sb[sb.length]='</a>';sb[sb.length]='</td>';sb[sb.length]='</tr>';sb[sb.length]='</table>';return sb.join("");},onLabelClick:function(me){return me.tree.fireEvent("labelClick",me);},toString:function(){return"TextNode ("+this.index+") "+this.label;}});YAHOO.widget.RootNode=function(oTree){this.init(null,null,true);this.tree=oTree;};YAHOO.extend(YAHOO.widget.RootNode,YAHOO.widget.Node,{getNodeHtml:function(){return"";},toString:function(){return"RootNode";},loadComplete:function(){this.tree.draw();},collapse:function(){},expand:function(){}});YAHOO.widget.HTMLNode=function(oData,oParent,expanded,hasIcon){if(oData){this.init(oData,oParent,expanded);this.initContent(oData,hasIcon);}};YAHOO.extend(YAHOO.widget.HTMLNode,YAHOO.widget.Node,{contentStyle:"ygtvhtml",contentElId:null,content:null,initContent:function(oData,hasIcon){if(typeof oData=="string"){oData={html:oData};}
71 this.multiExpand=false;};YAHOO.extend(YAHOO.widget.MenuNode,YAHOO.widget.TextNode,{toString:function(){return"MenuNode ("+this.index+") "+this.label;}});YAHOO.widget.TVAnim=functio (…)
H A Dtreeview.js1705 * @class TextNode
1713 YAHOO.widget.TextNode = function(oData, oParent, expanded) {
1722 YAHOO.extend(YAHOO.widget.TextNode, YAHOO.widget.Node, {
1802 * @for YAHOO.widget.TextNode
1896 return "TextNode (" + this.index + ") " + this.label;
2064 * A menu-specific implementation that differs from TextNode in that only
2068 * @extends YAHOO.widget.TextNode
2089 YAHOO.extend(YAHOO.widget.MenuNode, YAHOO.widget.TextNode, {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/treeview/
H A Dtreeview-debug.js1737 * @class TextNode
1745 YAHOO.widget.TextNode = function(oData, oParent, expanded) {
1755 YAHOO.extend(YAHOO.widget.TextNode, YAHOO.widget.Node, {
1835 * @for YAHOO.widget.TextNode
1931 return "TextNode (" + this.index + ") " + this.label;
2101 * A menu-specific implementation that differs from TextNode in that only
2105 * @extends YAHOO.widget.TextNode
2127 YAHOO.extend(YAHOO.widget.MenuNode, YAHOO.widget.TextNode, {
H A Dtreeview-min.js58 return p;},getDepthStyle:function(depth){return(this.getAncestor(depth).nextSibling)?"ygtvdepthcell":"ygtvblankdepthcell";},getNodeHtml:function(){return"";},refresh:function(){this.getChildrenEl().innerHTML=this.completeRender();if(this.hasIcon){var el=this.getToggleEl();if(el){el.className=this.getStyle();}}},toString:function(){return"Node ("+this.index+")";}};YAHOO.augment(YAHOO.widget.Node,YAHOO.util.EventProvider);YAHOO.widget.TextNode=function(oData,oParent,expanded){if(oData){this.init(oData,oParent,expanded);this.setUpLabel(oData);}};YAHOO.extend(YAHOO.widget.TextNode,YAHOO.widget.Node,{labelStyle:"ygtvlabel",labelElId:null,label:null,textNodeParentChange:function(){if(this.tree&&!this.tree.hasEvent("labelClick")){this.tree.createEvent("labelClick",this.tree);}},setUpLabel:function(oData){this.textNodeParentChange();this.subscribe("parentChange",this.textNodeParentChange);if(typeof oData=="string"){oData={label:oData};}
66 sb[sb.length]=' >';sb[sb.length]=this.label;sb[sb.length]='</a>';sb[sb.length]='</td>';sb[sb.length]='</tr>';sb[sb.length]='</table>';return sb.join("");},onLabelClick:function(me){return me.tree.fireEvent("labelClick",me);},toString:function(){return"TextNode ("+this.index+") "+this.label;}});YAHOO.widget.RootNode=function(oTree){this.init(null,null,true);this.tree=oTree;};YAHOO.extend(YAHOO.widget.RootNode,YAHOO.widget.Node,{getNodeHtml:function(){return"";},toString:function(){return"RootNode";},loadComplete:function(){this.tree.draw();},collapse:function(){},expand:function(){}});YAHOO.widget.HTMLNode=function(oData,oParent,expanded,hasIcon){if(oData){this.init(oData,oParent,expanded);this.initContent(oData,hasIcon);}};YAHOO.extend(YAHOO.widget.HTMLNode,YAHOO.widget.Node,{contentStyle:"ygtvhtml",contentElId:null,content:null,initContent:function(oData,hasIcon){if(typeof oData=="string"){oData={html:oData};}
71 this.multiExpand=false;};YAHOO.extend(YAHOO.widget.MenuNode,YAHOO.widget.TextNode,{toString:function(){return"MenuNode ("+this.index+") "+this.label;}});YAHOO.widget.TVAnim=functio (…)
H A Dtreeview.js1705 * @class TextNode
1713 YAHOO.widget.TextNode = function(oData, oParent, expanded) {
1722 YAHOO.extend(YAHOO.widget.TextNode, YAHOO.widget.Node, {
1802 * @for YAHOO.widget.TextNode
1896 return "TextNode (" + this.index + ") " + this.label;
2064 * A menu-specific implementation that differs from TextNode in that only
2068 * @extends YAHOO.widget.TextNode
2089 YAHOO.extend(YAHOO.widget.MenuNode, YAHOO.widget.TextNode, {

Completed in 47 milliseconds