Class TabbedPane
Object
|
+--Widget
|
+--TabbedPane
- class
TabbedPane
- extends Widget
Defined in tabbed_pane.js
Constructor Summary |
TabbedPane
(parent, orientation)
TabbedPane should be changed to inherit from Container, not Widget.
|
Methods inherited from class Widget |
installContextMenu, installDefaultContextMenu, uninstallContextMenu, isDraggable, setDraggable, addEventListener, blur, createEventTable, dispose, focus, getAbsoluteBottom, getAbsoluteLeft, getAbsoluteRight, getAbsoluteTop, getBottom, getBounds, getClientHeight, getClientWidth, getCorner, getHeight, getLeft, getPixelsPerEm, getRight, getToolTip, getTop, getWidth, isDisposed, isEnabled, layout, moveToAbsolute, moveTo, raiseEvent, registerEventType, removeEventListener, setAbsoluteBottom, setAbsoluteLeft, setAbsoluteRight, setAbsoluteTop, setBottom, setBounds, setEnabled, setHeight, setLeft, setRight, setToolTip, setTop, setWidth, setParent, toString
|
children
var children
layoutManager
var layoutManager
BOTTOM
<static> int BOTTOM
LEFT
<static> int LEFT
RIGHT
<static> int RIGHT
TOP
<static> int TOP
TabbedPane
function TabbedPane(parent, orientation)
TabbedPane should be changed to inherit from Container, not Widget.
appendTab
function appendTab(newTab)
getCurrentTab
function getCurrentTab()
getPane
Widget getPane()
insertTabAfter
function insertTabAfter(newTab, oldTab)
insertTabBefore
function insertTabBefore(newTab, oldTab)
prependTab
function prependTab(newTab)
removeAllTabs
function removeAllTabs()
removeTab
function removeTab(tab)
selectTab
function selectTab(tab)
setPane
void setPane(newPane)
