Class Index | File Index

Classes


Class orion.widgets.settings.SplitSelectionLayout


Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/widgets/settings/SplitSelectionLayout.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
orion.widgets.settings.SplitSelectionLayout(selectionNode, contentNode)
Method Summary
Method Attributes Method Name and Description
 
addCategory(item, index)
 
 
 
show()
Renders this widget.
 
 
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

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Apr 01 2014 22:58:24 GMT-0400 (EDT)