EditGridComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "icon": string, "group": string, "documentation": string, "weight": number, "schema": *} |
|
| public static get |
|
|
| public static get |
|
|
Static Method Summary
| Static Public Methods | ||
| public static |
schema(extend: ...*): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public get |
|
|
| public get |
|
|
| public |
alert: * |
|
| public get |
|
|
| public get |
|
|
| public |
components: * |
|
| public get |
data: * |
|
| public set |
|
|
| public |
dataValue: * |
|
| public get |
|
|
| public get |
|
|
| public get |
defaultValue: * |
|
| public |
editRows: *[] |
|
| public get |
|
|
| public get |
emptyValue: *[] |
|
| public get |
|
|
| public get |
|
|
| public get |
minLength: * |
|
| public get |
rowElements: * |
|
| public get |
|
|
| public get |
saveEditMode: * |
|
| public get |
|
|
| public get |
|
|
| public |
|
|
| Private Members | ||
| private |
_data: * |
|
Method Summary
| Public Methods | ||
| public |
addRow(): * |
|
| public |
addRowModal(rowIndex: *): * |
|
| public |
attach(element: *): * |
|
| public |
baseRemoveRow(rowIndex: *): * |
|
| public |
beforeFocus(component: *) |
|
| public |
cancelRow(rowIndex: *) |
|
| public |
checkComponentValidity(data: *, dirty: *, row: *): boolean |
|
| public |
checkValidity(data: *, dirty: *, row: *): * |
|
| public |
clearErrors(rowIndex: *) |
|
| public |
createRowComponents(row: *, rowIndex: *): * |
|
| public |
destroyComponents(rowIndex: *): * |
|
| public |
eachComponent(fn: *, rowIndex: *) |
|
| public |
editRow(rowIndex: *): * |
|
| public |
flattenComponents(rowIndex: *): * |
|
| public |
flattenRowDataValue(dataValue: *): * |
|
| public |
getComponents(rowIndex: *): * |
|
| public |
hasOpenRows(): * |
|
| public |
hasRemoveButtons(): * |
|
| public |
init(): * |
|
| public |
isOpen(editRow: *): * |
|
| public |
loadRefs(element: *, refs: *) |
|
| public |
removeRow(rowIndex: *) |
|
| public |
render(children: *): * |
|
| public |
renderRow(row: *, rowIndex: *): * |
|
| public |
|
|
| public |
restoreRowContext(editRow: *, flags: {}) |
|
| public |
|
|
| public |
setValue(value: *, flags: {}): * |
|
| public |
showDialog(rowIndex: *): * |
|
| public |
updateComponentsRowIndex(components: *, rowIndex: *) |
|
| public |
updateRowsComponents(rowIndex: *) |
|
| public |
validateRow(editRow: *, dirty: *): * |
|
Static Public Members
Static Public Methods
public static schema(extend: ...*): * source
Params:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
Public Constructors
public constructor() source
Public Members
public get addRowElements: * source
public alert: * source
public get cancelRowElements: * source
public components: * source
public get data: * source
public set data source
public dataValue: * source
public get defaultSchema: * source
public get defaultValue: * source
public editRows: *[] source
public get emptyValue: *[] source
public get inlineEditMode: * source
public get iteratableRows: * source
public get minLength: * source
public get rowElements: * source
public get saveEditMode: * source
public get saveRowElements: * source
Private Members
private _data: * source
Public Methods
public baseRemoveRow(rowIndex: *): * source
Params:
| Name | Type | Attribute | Description |
| rowIndex | * |
Return:
| * |
public beforeFocus(component: *) source
Params:
| Name | Type | Attribute | Description |
| component | * |
public cancelRow(rowIndex: *) source
Params:
| Name | Type | Attribute | Description |
| rowIndex | * |
public checkComponentValidity(data: *, dirty: *, row: *): boolean source
Params:
| Name | Type | Attribute | Description |
| data | * | ||
| dirty | * | ||
| row | * |
public checkValidity(data: *, dirty: *, row: *): * source
Params:
| Name | Type | Attribute | Description |
| data | * | ||
| dirty | * | ||
| row | * |
Return:
| * |
public clearErrors(rowIndex: *) source
Params:
| Name | Type | Attribute | Description |
| rowIndex | * |
public createRowComponents(row: *, rowIndex: *): * source
Params:
| Name | Type | Attribute | Description |
| row | * | ||
| rowIndex | * |
Return:
| * |
public destroyComponents(rowIndex: *): * source
Params:
| Name | Type | Attribute | Description |
| rowIndex | * |
Return:
| * |
public eachComponent(fn: *, rowIndex: *) source
Params:
| Name | Type | Attribute | Description |
| fn | * | ||
| rowIndex | * |
public flattenComponents(rowIndex: *): * source
Params:
| Name | Type | Attribute | Description |
| rowIndex | * |
Return:
| * |
public flattenRowDataValue(dataValue: *): * source
Params:
| Name | Type | Attribute | Description |
| dataValue | * |
Return:
| * |
public getComponents(rowIndex: *): * source
Params:
| Name | Type | Attribute | Description |
| rowIndex | * |
Return:
| * |
public loadRefs(element: *, refs: *) source
Params:
| Name | Type | Attribute | Description |
| element | * | ||
| refs | * |
public removeRow(rowIndex: *) source
Params:
| Name | Type | Attribute | Description |
| rowIndex | * |
public renderRow(row: *, rowIndex: *): * source
Params:
| Name | Type | Attribute | Description |
| row | * | ||
| rowIndex | * |
Return:
| * |
public restoreComponentsContext() source
public restoreRowContext(editRow: *, flags: {}) source
Params:
| Name | Type | Attribute | Description |
| editRow | * | ||
| flags | {} |
|
public setValue(value: *, flags: {}): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| flags | {} |
|
Return:
| * |
public updateComponentsRowIndex(components: *, rowIndex: *) source
Params:
| Name | Type | Attribute | Description |
| components | * | ||
| rowIndex | * |
public updateRowsComponents(rowIndex: *) source
Params:
| Name | Type | Attribute | Description |
| rowIndex | * |
public validateRow(editRow: *, dirty: *): * source
Params:
| Name | Type | Attribute | Description |
| editRow | * | ||
| dirty | * |
Return:
| * |
