DataMapComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "icon": string, "group": string, "documentation": string, "weight": number, "schema": *} |
|
Static Method Summary
| Static Public Methods | ||
| public static |
schema(extend: ...*): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public get |
|
|
| public |
components: *[] |
|
| public get |
dataValue: * |
|
| public set |
|
|
| public get |
|
|
| public get |
|
|
| public get |
defaultValue: * |
|
| public get |
emptyValue: {} |
|
| public get |
|
|
| public get |
keySchema: {"type": string, "input": boolean, "hideLabel": boolean, "label": *, "key": string, "disableBuilderActions": boolean} |
|
| public |
rows: *[] |
|
| public get |
schema: * |
|
| public |
|
|
| public get |
valueKey: * |
|
| public |
visibleColumns: {"key": boolean, "undefined": boolean} |
|
Method Summary
| Public Methods | ||
| public |
addChildComponent(component: *) |
|
| public |
addRow() |
|
| public |
checkColumns(): {"rebuild": *, "show": boolean} |
|
| public |
componentContext(component: *): * |
|
| public |
createRowComponents(row: *, rowIndex: *): * |
|
| public |
getColumns(): * |
|
| public |
|
|
| public |
getRowKey(rowIndex: *): * |
|
| public |
getRowValues(): * |
|
| public |
|
|
| public |
hasRemoveButtons(): * |
|
| public |
init() |
|
| public |
|
|
| public |
removeRow(index: *) |
|
| public |
saveChildComponent(component: *) |
|
| public |
setRowComponentsData(rowIndex: *, rowData: *) |
|
| public |
setValue(value: *, flags: {}): * |
|
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 components: *[] source
public get dataValue: * source
public set dataValue source
public get defaultSchema: * source
public get defaultValue: * source
public get emptyValue: {} source
public get iteratableRows: * source
public get keySchema: {"type": string, "input": boolean, "hideLabel": boolean, "label": *, "key": string, "disableBuilderActions": boolean} source
public rows: *[] source
public get schema: * source
public get valueKey: * source
Public Methods
public addChildComponent(component: *) source
Params:
| Name | Type | Attribute | Description |
| component | * |
public addRow() source
public componentContext(component: *): * source
Params:
| Name | Type | Attribute | Description |
| component | * |
Return:
| * |
public createRowComponents(row: *, rowIndex: *): * source
Params:
| Name | Type | Attribute | Description |
| row | * | ||
| rowIndex | * |
Return:
| * |
public init() source
public removeChildComponent() source
public removeRow(index: *) source
Params:
| Name | Type | Attribute | Description |
| index | * |
public saveChildComponent(component: *) source
Params:
| Name | Type | Attribute | Description |
| component | * |
public setRowComponentsData(rowIndex: *, rowData: *) source
Params:
| Name | Type | Attribute | Description |
| rowIndex | * | ||
| rowData | * |
public setValue(value: *, flags: {}): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| flags | {} |
|
Return:
| * |
