Searched refs:CCObjectNode (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dtree.js645 function CCObjectNode(label, statusTxt, url, icon, key, iconWidth, onClick, target) { class
650 // CCObjectNode extends CCAbstractTreeNode
651 CCObjectNode.prototype = new CCAbstractTreeNode;
653 // This OO function maps to CCObjectNode:display()
656 CCObjectNode.prototype.display = function() {
660 // This OO function maps to CCObjectNode:hide()
663 CCObjectNode.prototype.hide = function() {
667 // This OO function maps to CCObjectNode:init()
670 CCObjectNode.prototype.init = function(depth, lastNode, lhsHtml) {
693 // This OO function maps to CCObjectNode
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/com_sun_web_ui/js/
H A Dtree.js645 function CCObjectNode(label, statusTxt, url, icon, key, iconWidth, onClick, target) { class
650 // CCObjectNode extends CCAbstractTreeNode
651 CCObjectNode.prototype = new CCAbstractTreeNode;
653 // This OO function maps to CCObjectNode:display()
656 CCObjectNode.prototype.display = function() {
660 // This OO function maps to CCObjectNode:hide()
663 CCObjectNode.prototype.hide = function() {
667 // This OO function maps to CCObjectNode:init()
670 CCObjectNode.prototype.init = function(depth, lastNode, lhsHtml) {
693 // This OO function maps to CCObjectNode
[all...]

Completed in 28 milliseconds