/// <summary> /// Sets the specified tab as the active tab. This method fires the {@link #beforetabchange} event which /// can return false to cancel the tab change. /// </summary> /// <param name="tab">The id or tab Panel to activate</param> /// <returns></returns> public extern virtual void activate(Panel tab);
/// <summary>Unhides the tab strip item for the passed tab</summary> /// <param name="item">The tab index, id or item</param> /// <returns></returns> public extern virtual void unhideTabStripItem(Panel item);
/// <summary> /// Sets the specified tab as the active tab. This method fires the {@link #beforetabchange} event which /// can return false to cancel the tab change. /// </summary> /// <param name="tab">The id or tab Panel to activate</param> /// <returns></returns> public extern virtual void setActiveTab(Panel tab);
/// <summary> /// Gets the DOM element for tab strip item which activates the /// child panel with the specified ID. Access this to change the visual treatment of the /// item, for example by changing the CSS class name. /// </summary> /// <param name="tab">The tab component, or the tab's index</param> /// <returns>HTMLElement</returns> public extern virtual void getTabEl(Panel tab);