Class: CellEditing

CellEditing

new CellEditing()

Extends

Members

currentHoverCell :Point

the cell location where the cursor is currently

Type:
Inherited From:
Default Value:
  • null

cursor :string

the cursor I want to be displayed

Type:
  • string
Inherited From:
Default Value:
  • null

detached :Feature

a temporary holding field for my next feature when I'm in a disconnected state

Type:
Inherited From:
Default Value:
  • null

next :Feature

the next feature to be given a chance to handle incoming events

Type:
Inherited From:
Default Value:
  • null

Methods

attachChain()

reattach my child from the detached reference

Inherited From:

detachChain()

disconnect my child

Inherited From:

handleClick(grid, event)

Parameters:
Name Type Description
grid Hypergrid
event Object

the event details

Overrides:
  • Feature#handleClick

handleDoubleClick(grid, event)

Parameters:
Name Type Description
grid Hypergrid
event Object

the event details

Overrides:
  • Feature#handleDoubleClick

isFirstFixedColumn(grid, event)

Parameters:
Name Type Description
grid Hypergrid
event Object

the event details

Inherited From:

isFirstFixedRow(grid, event)

Parameters:
Name Type Description
grid Hypergrid
event Object

the event details

Inherited From:

isFixedColumn(grid, event)

Parameters:
Name Type Description
grid Hypergrid
event Object

the event details

Inherited From:

isFixedRow(grid, event)

Parameters:
Name Type Description
grid Hypergrid
event Object

the event details

Inherited From:

isTopLeft(grid, event)

Parameters:
Name Type Description
grid Hypergrid
event Object

the event details

Inherited From: