// (c) 2005 Infragistics - Do NOT modify the content of this file
// Version 6.1.20061.81

if(ig){if(!ig.bar){function IgWebBarPackage(){this.TYPE_STACKBAR="Stackbar";this.TYPE_STACKBARGROUP="StackbarGroup";this.TYPE_SIDEBAR="Sidebar";this.TYPE_SIDEBARGROUP="SidebarGroup";this.init=function(){ig.factory.addClass(ig.bar.TYPE_STACKBAR,IgStackbar);ig.factory.addClass(ig.bar.TYPE_STACKBARGROUP,IgStackbarGroup);ig.factory.addClass(ig.bar.TYPE_SIDEBAR,IgSidebar);ig.factory.addClass(ig.bar.TYPE_SIDEBARGROUP,IgSidebarGroup);};this.getStackbar=function(domNode){return ig.getTargetUIElement(domNode,this.TYPE_STACKBAR);};this.getSidebar=function(domNode){return ig.getTargetUIElement(domNode,this.TYPE_SIDEBAR);};}
ig.bar=new IgWebBarPackage();function IgStackbar(e){this.IgUIComponent(e);}
IgStackbar._extends(IgUIComponent);function IgStackbarGroup(e){this.IgHeaderLink(e);}
IgStackbarGroup.prototype.collapse=function(){this.IgHeaderLink_collapse();this.queueEvent(this.getId(),"expand","false");};IgStackbarGroup.prototype.expand=function(){this.IgHeaderLink_expand();this.queueEvent(this.getId(),"expand","true");};IgStackbarGroup._extends(IgHeaderLink);function IgSidebar(e){this.IgUIComponent(e);}
IgSidebar._extends(IgUIComponent);function IgSidebarGroup(e){this.IgHeaderLink(e);}
IgSidebarGroup.prototype.collapse=function(){this.IgHeaderLink_collapse();this.queueEvent(this.getId(),"expand","false");};IgSidebarGroup.prototype.expand=function(){this.IgHeaderLink_expand();this.queueEvent(this.getId(),"expand","true");};IgSidebarGroup._extends(IgHeaderLink);ig.bar.init();}}