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/I201107200200/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, imgName, imageSrc)
 
refreshAndExpand(item, children, imgName, image)
 
toggle(id, imgName, expandedImage, collapsedImage)
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, imgName, imageSrc)
Parameters:
item
children
forceExpand
imgName
imageSrc

refreshAndExpand(item, children, imgName, image)
Parameters:
item
children
imgName
image

toggle(id, imgName, expandedImage, collapsedImage)
Parameters:
id
imgName
expandedImage
collapsedImage

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Jul 20 2011 02:04:44 GMT-0400 (EDT)