Class Index | File Index

Classes


Class wm.DataGrid.DecoratedEvent

A browser Event object, with some additional properties.
Defined in: DataGrid.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Property Summary
Property Attributes Property Name and Description
Note: to support bindings it is recommend that you use the getValue/setValue API to access or modify properties.
 
The index of the cell that owns the click (or -1)
 
The Dijit Grid that owns the click
 
The index of the row that owns the click (or -1)
 
The View (scrolling region) that owns the click
Class Detail
wm.DataGrid.DecoratedEvent()
Report errata or suggestions for DecoratedEvent.
Property Detail
Note: to support bindings it is recommend that you use the getValue/setValue API to access or modify properties.
{Number} cellIndex
The index of the cell that owns the click (or -1)
Report errata or suggestions for cellIndex.

{wm.dijit.Grid} grid
The Dijit Grid that owns the click
Report errata or suggestions for grid.

{Number} rowIndex
The index of the row that owns the click (or -1)
Report errata or suggestions for rowIndex.

{dojox.GridView} sourceView
The View (scrolling region) that owns the click
Report errata or suggestions for sourceView.

Documentation generated by JsDoc Toolkit 2.0.1 on Tue Aug 12 2008 12:42:33 GMT-0700 (PDT)