.adaptHeight | Function | |
.adaptWidth | Function | |
.addRow | Function | |
.attributeMap | Object | A map of attributes and attachpoints -- typically standard HTML attributes -- to set on the widget's dom, at the "domNode" attach point, by default. Other node references can be specified as properties of 'this' |
.autoHeight | Boolean | If autoHeight is true, grid height is automatically set to fit the data. |
.autoRender | Boolean | If autoRender is true, grid will render itself after initialization. |
.autoWidth | Boolean | If autoWidth is true, grid width is automatically set to fit the data. |
.beginUpdate | Function | Use to make multiple changes to rows while queueing row updating. NOTE: not currently supporting nested begin/endUpdate calls |
.buildRendering | Function | |
.buildViews | Function | |
.canEdit | Function | Determines if a given cell may be edited |
.canSort | Function | |
.class | String | HTML class attribute |
.classTag | String | CSS class applied to the grid's domNode |
.closable | | |
.connect | Function | Connects specified obj/event to specified method of this object and registers for disconnect() on widget destroy. Special event: "ondijitclick" triggers on a click or enter-down or space-up Similar to dojo.connect() but takes three arguments rather than four. |
.containerNode | DomNode | holds child elements. "containerNode" is generally set via a dojoAttachPoint assignment and it designates where children of the src dom node will be placed |
.create | Function | Kick off the life-cycle of a widget |
.createLayout | Function | Creates a new Grid layout |
.createManagers | Function | create grid managers for various tasks including rows, focus, selection, editing row manager |
.createScroller | Function | Creates a new virtual scroller |
.createView | Function | |
.createViews | Function | |
.defaultHeight | String | default height of the grid, measured in any valid css unit. |
.defaultUpdate | Function | |
.delayScroll | | |
.destroy | Function | |
.destroyDescendants | Function | Recursively destroy the children of this widget and their descendants. |
.destroyRecursive | Function | Destroy this widget and it's descendants. This is the generic "destructor" function that all widget users should call to cleanly discard with a widget. Once a widget is destroyed, it's removed from the manager object. |
.destroyRendering | Function | Destroys the DOM nodes associated with this widget |
.dir | String | Unsupported by Dijit, but here for completeness. Dijit only supports setting text direction on the entire document. Bi-directional support, as defined by the [HTML DIR](http://www.w3.org/TR/html401/struct/dirlang.html#adef-dir) attribute. Either left-to-right "ltr" or right-to-left "rtl". |
.disconnect | Function | Disconnects handle created by this.connect. Also removes handle from this widget's list of connects |
.dispatchContentEvent | Function | |
.dispatchHeaderEvent | Function | |
.dispatchKeyEvent | Function | |
.doApplyCellEdit | Function | |
.doApplyEdit | Function | |
.doCancelEdit | Function | |
.doclick | Function | |
.docontextmenu | Function | |
.dodblclick | Function | |
.doheaderclick | Function | |
.doheadercontextmenu | Function | |
.doheaderdblclick | Function | |
.dojoAttachEvent | | |
.dojoAttachPoint | | |
.dokeydown | Function | |
.doKeyEvent | Function | |
.domNode | | |
.domNode.onReveal | | |
.domNode.onSizeChange | | |
.domNode.parentNode | | |
.domNode.style.height | | |
.domNode.style.width | | |
.domNode.tabIndex | | |
.doStartEdit | Function | |
.edit | | |
.elasticView | Integer | Override defaults and make the indexed grid view elastic, thus filling available horizontal space. |
.endUpdate | Function | Use after calling beginUpdate to render any changes made to rows. |
.fastScroll | Boolean | flag modifies vertical scrolling behavior. Defaults to true but set to false for slower scroll performance but more immediate scrolling feedback |
.finishScrollJob | Function | |
.fitTo | | |
.focus | | |
.get | Function | data socket (called in cell's context) |
.getCell | Function | Retrieves the cell object for a given grid column. |
.getCellName | Function | |
.getDescendants | Function | Returns all the widgets that contained by this, i.e., all widgets underneath this.containerNode. |
.getSortAsc | Function | Returns true if grid is sorted in an ascending direction. |
.getSortField | Function | Retrieves the model field on which to sort data. |
.getSortIndex | Function | Returns the index of the column on which the grid is sorted |
.hasLayout | Function | |
.id | String | a unique, opaque ID string that can be assigned by users or by the system. If the developer passes an ID which is known not to be unique, the specified ID is ignored and the system-generated ID is used instead. |
.indexCellFields | Function | |
.invalidated | | |
.invalidated.all | | |
.invalidated.rowCount | | |
.isFocusable | Function | Return true if this widget can currently be focused and false if not |
.isLeftToRight | Function | Checks the DOM to for the text direction for bi-directional support |
.keepRows | Integer | Number of rows to keep in the rendering cache. |
.lang | String | Rarely used. Overrides the default Dojo locale used to render this widget, as defined by the [HTML LANG](http://www.w3.org/TR/html401/struct/dirlang.html#adef-lang) attribute. Value must be among the list of locales specified during by the Dojo bootstrap, formatted according to [RFC 3066](http://www.ietf.org/rfc/rfc3066.txt) (like en-us). |
.lastScrollTop | | |
.layout | | |
.layoutAlign | | |
.maxSize | | |
.minSize | | |
.model | | |
.modelAllChange | Function | |
.modelDatumChange | Function | |
.modelFieldsChange | Function | |
.modelInsertion | Function | |
.modelRemoval | Function | |
.modelRowChange | Function | |
.nodesWithKeyClick | | |
.onBlur | Function | stub function. Override or connect to this method to receive notifications for when the widget moves out of focus. |
.onClose | Function | Callback if someone tries to close the child, child will be closed if func returns true |
.onFocus | Function | stub function. Override or connect to this method to receive notifications for when the widget moves into focus. |
.onStyleRow | Function | |
.params | | |
.postCreate | Function | |
.postMixInProperties | Function | Called after the parameters to the widget have been read-in, but before the widget template is instantiated. Especially useful to set properties that are referenced in the widget template. |
.postrender | Function | |
.postresize | Function | |
.postscript | Function | |
.prerender | Function | |
.refresh | Function | Re-render the grid, getting new data from the model |
.region | | |
.removeSelectedRows | Function | |
.render | | |
.renderOnIdle | Function | |
.renderRow | Function | private, used internally to render rows |
.resize | Function | Update the grid's rendering dimensions and resize it |
.rowCount | | |
.rowHeightChanged | Function | Update grid when the height of a row has changed. Row height is handled automatically as rows are rendered. Use this function only to update a row's height outside the normal rendering process. |
.rowRemoved | Function | private, used internally to remove rows |
.rows | | |
.rowsPerPage | Integer | Number of rows to render at a time. |
.scroller | | |
.scroller.defaultRowHeight | | |
.scroller.removeRow | | |
.scroller.renderRow | | |
.scroller.windowHeight | | |
.scroller._pageIdPrefix | | |
.scrollRedrawThreshold | Integer | pixel distance a user must scroll vertically to trigger grid scrolling. |
.scrollTo | Function | Vertically scroll the grid to a given pixel position |
.scrollTop | | |
.scrollToRow | Function | Scroll the grid to a specific row. |
.selected | | |
.selection | | |
.setAttribute | Function | Set native HTML attributes reflected in the widget, such as readOnly, disabled, and maxLength in TextBox widgets. |
.setCellWidth | Function | |
.setModel | Function | Set the grid's data model |
.setScrollTop | Function | |
.setSortIndex | Function | Sort the grid on a column in a specified direction |
.setSortInfo | Function | |
.setStructure | Function | Install a new structure and rebuild the grid. |
.singleClickEdit | Boolean | Single-click starts editing. Default is double-click |
.sizeChange | Function | |
.sizeMin | | |
.sizeShare | | |
.sort | Function | |
.sortInfo | | |
.splitter | | |
.srcNodeRef | DomNode | pointer to original dom node |
.srcNodeRef.id | | |
.startup | Function | Called after a widget's children, and other widgets on the page, have been created. Provides an opportunity to manipulate any children before they are displayed. This is useful for composite widgets that need to control or layout sub-widgets. Many layout widgets can use this as a wiring phase. |
.structure | Object|String | View layout defintion. Can be set to a layout object, or to the (string) name of a layout object. |
.style | String | HTML style attribute |
.styleChanged | Function | |
.styleRowNode | Function | |
.styleRowState | Function | Perform row styling |
.templateNode | DomNode | a node that represents the widget template. Pre-empts both templateString and templatePath. |
.templatePath | | |
.templateString | String | a string that represents the widget template. Pre-empts the |
.textSizeChanged | Function | |
.themeable | | |
.title | | |
.toString | Function | |
.uninitialize | Function | stub function. Override to implement custom widget tear-down behavior. |
.update | | |
.updateRow | Function | Render a single row. |
.updateRowCount | Function | Change the number of rows. |
.updateRowStyles | Function | Update the styles for a row after it's state has changed. |
.updating | | |
.views | | |
.views.createView | | |
.viewsHeaderNode.style.display | | |
.viewsNode.style.height | | |
.waiRole | | |
.waiState | | |
.widgetsInTemplate | Boolean | should we parse the template to find widgets that might be declared in markup inside it? false by default. |
._attaches | | |
._attachTemplateNodes | Function | Iterate through the template and attach functions and nodes accordingly. |
._click | | |
._connects | | |
._dispatch | Function | |
._fillContent | Function | relocate source contents to templated container node this.containerNode must be able to receive children, or exceptions will be thrown |
._getPadBorder | Function | |
._ltr | | |
._onBlur | Function | |
._onFocus | Function | |
._padBorder | | |
._resize | Function | |
._setModel | Function | |
._sizeBox | | |
._skipNodeCache | | |
._started | | |
._stringRepl | Function | |
._structureChanged | Function | |
._styleChanged | Function | |
._supportingWidgets | | |
._textSizeChanged | Function | |