Beispiel #1
0
		/// <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);
Beispiel #2
0
		/// <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);
Beispiel #3
0
		/// <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);
Beispiel #4
0
		/// <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);