Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/grid/_EditManager.js

  • Provides:

    • dojox.grid._EditManager
  • Requires:

    • dojox.grid.util in common
  • dojox.grid._EditManager

    • type
      Function
    • parameters:
      • inGrid: (typeof dojox.Grid)
        The dojox.Grid this editor should be attached to
    • summary
      Controls grid cell editing process. Owned by grid and used internally for editing.
  • dojox.grid._EditManager.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • inGrid: (typeof dojox.Grid)
        The dojox.Grid this editor should be attached to
  • dojox.grid._EditManager.info

    • type
      Object
  • dojox.grid._EditManager.destroy

    • type
      Function
  • dojox.grid._EditManager.cellFocus

    • parameters:
      • inCell: (typeof cell)
        object
        Grid cell object
      • inRowIndex: (typeof Integer)
        Grid row index
    • summary
      Invoke editing when cell is focused
    • type
      Function
  • dojox.grid._EditManager.rowClick

    • parameters:
      • e
    • type
      Function
  • dojox.grid._EditManager.styleRow

    • parameters:
      • inRow
    • type
      Function
  • dojox.grid._EditManager.dispatchEvent

    • parameters:
      • e
    • type
      Function
  • dojox.grid._EditManager.isEditing

    • summary
      Indicates editing state of the grid.
    • return_summary
      Boolean
      True if grid is actively editing
    • type
      Function
  • dojox.grid._EditManager.isEditCell

    • parameters:
      • inRowIndex: (typeof Integer)
        Grid row index
      • inCellIndex: (typeof Integer)
        Grid cell index
    • summary
      Indicates if the given cell is being edited.
    • return_summary
      Boolean
      True if given cell is being edited
    • type
      Function
  • dojox.grid._EditManager.isEditRow

    • parameters:
      • inRowIndex: (typeof Integer)
        Grid row index
    • summary
      Indicates if the given row is being edited.
    • return_summary
      Boolean
      True if given row is being edited
    • type
      Function
  • dojox.grid._EditManager.setEditCell

    • parameters:
      • inCell: (typeof Object)
        Grid cell object
      • inRowIndex: (typeof Integer)
        Grid row index
    • summary
      Set the given cell to be edited
    • type
      Function
  • dojox.grid._EditManager._focusEditor

    • parameters:
      • inCell
      • inRowIndex
    • type
      Function
  • dojox.grid._EditManager.focusEditor

    • type
      Function
  • dojox.grid._EditManager._boomerangWindow

    • type
      Number
  • dojox.grid._EditManager._shouldCatchBoomerang

    • type
      Function
  • dojox.grid._EditManager._boomerangFocus

    • type
      Function
  • dojox.grid._EditManager._catchBoomerang

    • type
      String
  • dojox.grid._EditManager._doCatchBoomerang

    • type
      Function
  • dojox.grid._EditManager.start

    • parameters:
      • inCell
      • inRowIndex
      • inEditing
    • type
      Function
  • dojox.grid._EditManager._editorDo

    • parameters:
      • inMethod
    • type
      Function
  • dojox.grid._EditManager.info.cell

  • dojox.grid._EditManager.editorApply

    • type
      Function
  • dojox.grid._EditManager.editorCancel

    • type
      Function
  • dojox.grid._EditManager.applyCellEdit

    • parameters:
      • inValue
      • inCell
      • inRowIndex
    • type
      Function
  • dojox.grid._EditManager.applyRowEdit

    • type
      Function
  • dojox.grid._EditManager.apply

    • summary
      Apply a grid edit
    • type
      Function
  • dojox.grid._EditManager.cancel

    • summary
      Cancel a grid edit
    • type
      Function
  • dojox.grid._EditManager.save

    • parameters:
      • inRowIndex: (typeof Integer)
        Grid row index
      • inView: (typeof Object)
        Grid view
    • summary
      Save the grid editing state
    • type
      Function
  • dojox.grid._EditManager.restore

    • parameters:
      • inView: (typeof Object)
        Grid view
      • inRowIndex: (typeof Integer)
        Grid row index
    • summary
      Restores the grid editing state
    • type
      Function
  • dojox.grid._EditManager.grid

  • dojox.grid._EditManager.connections

    • type
      Array
  • dojox.grid

    • type
      Object
  • dojox

    • type
      Object