Skip to content

Mojox tabview

mojox:mojox.TabView

Class TabView Extends DockingView#

The TabView class.

Fields
Clicked
CloseClicked Invoked when a tab is double clicked.
CurrentChanged Invoked when the current tab changes.
DoubleClicked Invoked when a tab is double clicked.
Dragged Invoked when a tab is dragged.
RightClicked Invoked when a tab is right clicked.
Constructors
New Creates a new tab view.
Properties
CurrentIndex The current index.
CurrentView The current view.
Flags Tab view flags. (read only)
NumTabs Number of tabs (read only)
Methods
AddTab Adds a tab.
RemoveTab Removes a tab.
SetTabIcon Sets a tab's icon.
SetTabText Sets a tab's text.
SetTabView
TabIndex Gets a tab's index.
TabView Gets a tab's view.