Class orion.widgets.settings.SplitSelectionLayout
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/widgets/settings/SplitSelectionLayout.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
orion.widgets.settings.SplitSelectionLayout(selectionNode, contentNode)
|
Method Attributes | Method Name and Description |
---|---|
addCategory(item, index)
|
|
selectCategory(id)
|
|
show()
Renders this widget.
|
|
showSettings(id)
|
|
updateToolbar(id)
|
Class Detail
orion.widgets.settings.SplitSelectionLayout(selectionNode, contentNode)
- Parameters:
- {Object} options.pageActions
- {DomNode} selectionNode
- The parent node to use for display the categories.
- {DomNode} contentNode
- The parent node to use for display the selected category's content.
Method Detail
addCategory(item, index)
- Parameters:
- {Object} item
- A hash of properties that will be applied to the DOM element.
- {String} item.id Optional
- {Function} item.onclick Optional
- Special case: click handler for the category.
- {Number} index Optional
drawUserInterface()
selectCategory(id)
- Parameters:
- id
show()
Renders this widget.
showSettings(id)
- Parameters:
- id
updateToolbar(id)
- Parameters:
- id