Class TabbedContent
Object
|
+--WidgetBase
|
+--WidgetBaseXSL
|
+--TabbedContent
- class
TabbedContent
- extends WidgetBaseXSL
Defined in TabbedContent.js
Constructor Summary |
TabbedContent
(widgetNode, model)
Widget to display various other widgets by selecting a tab in a tab bar.
|
Method Summary |
void
|
addWidget(tabWidget,tabLabel)
Adds a widget to the list of tabs (TBD: not yet working/tested)
|
void
|
initTabs(objRef)
Initializes the tab list and sets the label for each tab
|
void
|
prePaint(objRef)
sett the doc to be styled to the TabbedContent node from config
|
void
|
selectTab(tabWidget)
Selects a tab, which has the effect of displaying that widget in the
workspace
|
selectedTab
Object selectedTab
tabList
Object tabList
textNodeXpath
Object textNodeXpath
TabbedContent
TabbedContent(widgetNode, model)
Widget to display various other widgets by selecting a tab in a tab bar.
Parameters:
widgetNode
- This widget's object node from the configuration document.
model
- The model that this widget is a view of.
addWidget
void addWidget(tabWidget,tabLabel)
Adds a widget to the list of tabs (TBD: not yet working/tested)
Parameters:
widget
- the widget to be added to the list of tabs
order
- the order within the tabs
initTabs
void initTabs(objRef)
Initializes the tab list and sets the label for each tab
Parameters:
objRef
- a pointer to this object
prePaint
void prePaint(objRef)
sett the doc to be styled to the TabbedContent node from config
Parameters:
objRef
- a pointer to this object
selectTab
void selectTab(tabWidget)
Selects a tab, which has the effect of displaying that widget in the
workspace
Parameters:
tabWidget
- the widget to be selected
Documentation generated by
JSDoc on Tue Aug 21 08:12:28 2007