import {EditableCell} from 'n2o/src/components/widgets/Table/cells/EditableCell/EditableCell.jsx'EditableCell
Extends:
react~React.Component → EditableCell
Компонент редактируемой ячейки таблицы
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
state: {"model": *, "editing": *, "prevModel": *} |
|
Method Summary
| Public Methods | ||
| public |
callAction(model: *) |
|
| public |
componentDidUpdate(prevProps: *, prevState: *) |
|
| public |
|
|
| public |
onChange(value: *) |
|
| public |
render(): * |
|
| public |
stopPropagation(e: *) |
|
| public |
|
|
Public Constructors
public constructor() source
Public Members
public state: {"model": *, "editing": *, "prevModel": *} source
Public Methods
public callAction(model: *) source
Params:
| Name | Type | Attribute | Description |
| model | * |
public componentDidUpdate(prevProps: *, prevState: *) source
Params:
| Name | Type | Attribute | Description |
| prevProps | * | ||
| prevState | * |
public handleKeyDown() source
public onChange(value: *) source
Params:
| Name | Type | Attribute | Description |
| value | * |
public stopPropagation(e: *) source
Params:
| Name | Type | Attribute | Description |
| e | * |