AddressComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "group": string, "icon": string, "documentation": string, "weight": number, "schema": *} |
|
| public static get |
|
|
| public static get |
|
|
| public static get |
|
|
Static Method Summary
| Static Public Methods | ||
| public static |
schema(extend: ...*): * |
|
Member Summary
| Public Members | ||
| public get |
address: * |
|
| public set |
|
|
| public get |
|
|
| public |
components: * |
|
| public |
dataValue: * |
|
| public get |
|
|
| public get |
emptyValue: * |
|
| public get |
manualMode: * |
|
| public get |
|
|
| public get |
mode: * |
|
| public set |
|
|
| public get |
modeSwitcher: * |
|
| public |
provider: * |
|
| public get |
|
|
| public get |
searchInput: * |
|
| public get |
|
|
| public get |
|
|
Method Summary
| Public Methods | ||
| public |
addChildComponent(component: *) |
|
| public |
attach(element: *): * |
|
| public |
|
|
| public |
focus() |
|
| public |
getDisplayValue(value: *): * |
|
| public |
getValueAsString(value: *, options: *): * |
|
| public |
init() |
|
| public |
initializeProvider(provider: *, options: {}): * |
|
| public |
isValueInLegacyFormat(value: *): * |
|
| public |
mergeSchema(component: {}): * |
|
| public |
normalizeValue(value: *): * |
|
| public |
redraw(): * |
|
| public |
render(): * |
|
| public |
|
|
| public |
setValue(value: *, flags: {}): * |
|
| public |
|
|
| public |
|
|
Inherited Summary
| From class ContainerComponent | ||
| public static get |
builderInfo: {"title": string, "icon": string, "group": string, "documentation": string, "weight": number, "schema": *} |
|
| public static |
schema(extend: ...*): * |
|
| public get |
|
|
| public get |
emptyValue: {} |
|
| public get |
|
|
| public |
dataValue: * |
|
| public |
|
|
| public |
addComponents(data: *, options: *): * |
|
| public |
checkData(data: *, flags: *, row: *, components: *): * |
|
| public |
componentContext(): * |
|
| public |
setValue(value: *, flags: {}): * |
|
Static Public Members
Static Public Methods
public static schema(extend: ...*): * source
Override:
ContainerComponent#schemaParams:
| Name | Type | Attribute | Description |
| extend | ...* |
Return:
| * |
Public Members
public get address: * source
public set address source
public get autocompleteMode: * source
public components: * source
public get manualMode: * source
public get manualModeEnabled: * source
public get mode: * source
public set mode source
public get modeSwitcher: * source
public provider: * source
public get removeValueIcon: * source
public get searchInput: * source
public get searchInputAttributes: * source
Public Methods
public addChildComponent(component: *) source
Params:
| Name | Type | Attribute | Description |
| component | * |
public clearAddress() source
public focus() source
public getDisplayValue(value: *): * source
Params:
| Name | Type | Attribute | Description |
| value | * |
|
Return:
| * |
public getValueAsString(value: *, options: *): * source
Params:
| Name | Type | Attribute | Description |
| value | * | ||
| options | * |
Return:
| * |
public init() source
public initializeProvider(provider: *, options: {}): * source
Params:
| Name | Type | Attribute | Description |
| provider | * | ||
| options | {} |
|
Return:
| * |
public isValueInLegacyFormat(value: *): * source
Params:
| Name | Type | Attribute | Description |
| value | * |
Return:
| * |
public mergeSchema(component: {}): * source
Params:
| Name | Type | Attribute | Description |
| component | {} |
|
Return:
| * |
public restoreComponentsContext() source
public setValue(value: *, flags: {}): * source
Override:
ContainerComponent#setValueParams:
| Name | Type | Attribute | Description |
| value | * | ||
| flags | {} |
|
Return:
| * |
