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/_Layout.js

  • Provides:

    • dojox.grid._Layout
  • Requires:

    • dojox.grid.cells in common
    • dojox.grid._RowSelector in common
  • dojox.grid._Layout

    • type
      Function
    • parameters:
      • inGrid
    • summary
      Controls grid cell layout. Owned by grid and used internally.
      
      
      flat array of grid cells
      
      
      structured array of grid cells
      
      
      default cell width
  • dojox.grid._Layout.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • inGrid
  • dojox.grid._Layout.cells

    • type
      Array
  • dojox.grid._Layout.structure

    • type
      Array
  • dojox.grid._Layout.defaultWidth

    • type
      String
  • dojox.grid._Layout.moveColumn

    • parameters:
      • sourceViewIndex
      • destViewIndex
      • cellIndex
      • targetIndex
      • before
    • type
      Function
  • dojox.grid._Layout.grid.sortInfo

  • dojox.grid._Layout.setColumnVisibility

    • parameters:
      • columnIndex
      • visible
    • type
      Function
  • dojox.grid._Layout.addCellDef

    • parameters:
      • inRowIndex
      • inCellIndex
      • inDef
    • type
      Function
  • dojox.grid._Layout.addRowDef

    • parameters:
      • inRowIndex
      • inDef
    • type
      Function
  • dojox.grid._Layout.addRowsDef

    • parameters:
      • inDef
    • type
      Function
  • dojox.grid._Layout.addViewDef

    • parameters:
      • inDef
    • type
      Function
  • dojox.grid._Layout._defaultCellProps

    • type
      Object
  • dojox.grid._Layout.setStructure

    • parameters:
      • inStructure
    • type
      Function
  • dojox.grid._Layout.fieldIndex

    • type
      Number
  • dojox.grid._Layout.grid.rowSelector

  • dojox.grid._Layout.cellCount

  • dojox.grid._Layout.grid

  • dojox.grid

    • type
      Object
  • dojox

    • type
      Object