Class Index | File Index

Classes


Class orion.explorer.SelectionRenderer

This renderer renders a tree table and installs a selection and cursoring model to allow the user to make selections without using checkboxes. Override orion.explorer.SelectionRenderer#getCellHeaderElement and orion.explorer.SelectionRenderer#getCellElement to generate table content.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/explorers/explorer.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
 
getCellElement(col_no, item, tableRow)
Override to return a dom element containing table cell, preferable td
 
Override to return a dom element containing table header, preferably th
Class Detail
orion.explorer.SelectionRenderer()
Method Detail
getCellElement(col_no, item, tableRow)
Override to return a dom element containing table cell, preferable td
Parameters:
col_no
number of column
item
item to be rendered
tableRow
the current table row

getCellHeaderElement(col_no)
Override to return a dom element containing table header, preferably th
Parameters:
col_no
number of column

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