Class YAHOO.ext.grid.EditorSelectionModel

Object
   |
   +--YAHOO.ext.grid.DefaultSelectionModel
         |
         +--YAHOO.ext.grid.EditorSelectionModel

class YAHOO.ext.grid.EditorSelectionModel
extends YAHOO.ext.grid.DefaultSelectionModel


Extends YAHOO.ext.grid.DefaultSelectionModel to enable cell navigation.


Defined in EditorSelectionModel.js


Field Summary
 Number clicksToActivateCell
  Number of clicks to activate a cell (for editing) - valid values are 1 or 2
 Object controlForArrowNavigation
  
 Object disableArrowNavigation
  
   
Fields inherited from class YAHOO.ext.grid.DefaultSelectionModel
onRowSelect, onSelectionChange, events, locked, addListener, removeListener, fireEvent
 
Constructor Summary
YAHOO.ext.grid.EditorSelectionModel ()
  
 
Method Summary * Parameter types in italic indicate optional parameters
 void activate(row, cell)
  
 Object allowArrowNav(e)
  
 Object getEditorCellAfter(cell, spanRows)
  
 Object getEditorCellBefore(cell, spanRows)
  
 void onCellClick(grid, rowIndex, colIndex)
  
 void onCellDblClick(grid, rowIndex, colIndex)
  
 
Methods inherited from class YAHOO.ext.grid.DefaultSelectionModel
lock, unlock, isLocked, selectRowsById, getCount, selectFirstRow, selectNext, selectPrevious, getSelectedRows, getSelectedRowIds, clearSelections, selectAll, hasSelection, isSelected, isSelectable, focusRow, selectRow, selectRows, deselectRow, selectRange, deselectRange
 

Field Detail

clicksToActivateCell

Number clicksToActivateCell

controlForArrowNavigation

Object controlForArrowNavigation

disableArrowNavigation

Object disableArrowNavigation

Constructor Detail

YAHOO.ext.grid.EditorSelectionModel

YAHOO.ext.grid.EditorSelectionModel()

Method Detail

activate

void activate(row, cell)

allowArrowNav

Object allowArrowNav(e)

getEditorCellAfter

Object getEditorCellAfter(cell, spanRows)

getEditorCellBefore

Object getEditorCellBefore(cell, spanRows)

onCellClick

void onCellClick(grid, rowIndex, colIndex)

onCellDblClick

void onCellDblClick(grid, rowIndex, colIndex)


Documentation generated by JSDoc on Sat Oct 14 06:07:10 2006