Class eclipse.GenericExplorer
A table-based explorer component.
Defined in: </shared/eclipse/e4/orion/I201104120200/plugins/org.eclipse.orion.client.core/static/js/generic-explorer.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
eclipse.GenericExplorer(serviceRegistry, parentId, renderer)
|
Method Attributes | Method Name and Description |
---|---|
changedItem(parent, children)
|
|
createTree(parentId, model)
Displays tree table containing filled with data provided by given model
|
|
<inner> |
GenericExplorer(serviceRegistry, renderer)
|
updateCommands(item)
|
Class Detail
eclipse.GenericExplorer(serviceRegistry, parentId, renderer)
- Parameters:
- serviceRegistry
- parentId
- id of parent dom element
- renderer
Method Detail
changedItem(parent, children)
- Parameters:
- parent
- children
createTree(parentId, model)
Displays tree table containing filled with data provided by given model
- Parameters:
- parentId
- id of parent dom element
- model
- providing data to display
<inner>
GenericExplorer(serviceRegistry, renderer)
- Parameters:
- serviceRegistry
- renderer
updateCommands(item)
- Parameters:
- item