projects/aoc-client/ui/data/aoc-ui-table/aoc-ui-table-editable-cell.directive.ts
AfterViewInit
OnDestroy
Selector | [aocUiTableEditableCell] |
Standalone | true |
Properties |
|
Methods |
Inputs |
Outputs |
HostListeners |
constructor(aocUiTable: AocUiTableComponent, el: ElementRef)
|
|||||||||
Parameters :
|
aocUiTableEditableCell |
Type : any
|
aocUiTableEditableCellDisabled |
Type : boolean
|
Default value : false
|
aocUiTableEditableCellChange |
Type : EventEmitter<any>
|
click |
Arguments : '$event'
|
jumpToCell | |||||||||
jumpToCell(event: KeyboardEvent, direction: "next" | "prev")
|
|||||||||
Parameters :
Returns :
void
|
onClick | ||||||
onClick(event: PointerEvent)
|
||||||
Decorators :
@HostListener('click', ['$event'])
|
||||||
Parameters :
Returns :
void
|
startEditingCell | ||||||
startEditingCell(_: Event)
|
||||||
Parameters :
Returns :
void
|
Public Readonly editing |
Default value : new BehaviorSubject<boolean>(false)
|