Class Index | File Index

Classes


Class orion.treetable.TableTree

Generates an HTML table where one of the columns is indented according to depth of children.

Clients must supply a model that generates children items, and a renderer can be supplied which generates the HTML table row for each child. Custom rendering allows clients to use checkboxes, images, links, etc. to describe each element in the tree. Renderers handle all clicks and other behavior via their supplied row content.

The table tree parent can be specified by id or DOM node.

The tree provides API for the client to programmatically expand and collapse nodes, based on the client renderer's definition of how that is done (click on icon, etc.). The tree will manage the hiding and showing of child DOM elements and proper indent

The model must implement: Renderers must implement:
Defined in: </shared/eclipse/e4/orion/I201110211442/plugins/org.eclipse.orion.client.core/web/orion/treetable.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Constructs a new TableTree with the given options.
Method Summary
Method Attributes Method Name and Description
 
collapse(itemOrId)
 
expand(itemOrId, postExpandFunc, args)
 
getItem(itemOrId)
 
 
 
refresh(item, children, forceExpand, imageId, classToAdd, classToRemove)
 
refreshAndExpand(item, children, imageId, classToAdd, classToRemove)
 
toggle(id, imageId, expandClass, collapseClass)
Class Detail
orion.treetable.TableTree(options)
Constructs a new TableTree with the given options.
Parameters:
options
Method Detail
collapse(itemOrId)
Parameters:
itemOrId

expand(itemOrId, postExpandFunc, args)
Parameters:
itemOrId
postExpandFunc
args

getItem(itemOrId)
Parameters:
itemOrId

getSelected()

isExpanded(id)
Parameters:
id

refresh(item, children, forceExpand, imageId, classToAdd, classToRemove)
Parameters:
item
children
forceExpand
imageId
classToAdd
classToRemove

refreshAndExpand(item, children, imageId, classToAdd, classToRemove)
Parameters:
item
children
imageId
classToAdd
classToRemove

toggle(id, imageId, expandClass, collapseClass)
Parameters:
id
imageId
expandClass
collapseClass

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Oct 21 2011 14:44:13 GMT-0400 (EDT)