TabsComponent
Extends:
Static Member Summary
| Static Public Members | ||
| public static get |
builderInfo: {"title": string, "group": string, "icon": string, "weight": number, "documentation": string, "showPreview": *, "schema": *} |
|
Static Method Summary
| Static Public Methods | ||
| public static |
savedValueTypes(): *[] |
|
| public static |
schema(extend: ...*): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
components: *[] |
|
| public |
|
|
| public get |
|
|
| public |
|
|
| public get |
schema: * |
|
| public get |
|
|
| public get |
|
|
| public get |
|
|
| public |
tabs: *[] |
|
Method Summary
| Public Methods | ||
| public |
attach(element: *): * |
|
| public |
beforeFocus(component: *) |
|
| public |
clearErrorClasses(elements: *) |
|
| public |
detach(all: *) |
|
| public |
|
|
| public |
init() |
|
| public |
render(): * |
|
| public |
setErrorClasses(elements: *, dirty: *, hasErrors: *, hasMessages: *, element: *) |
|
| public |
setTab(index: *) Set the current tab. |
|
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 defaultSchema: * source
public get schema: * source
public tabs: *[] source
Public Methods
public beforeFocus(component: *) source
Params:
| Name | Type | Attribute | Description |
| component | * |
public clearErrorClasses(elements: *) source
Params:
| Name | Type | Attribute | Description |
| elements | * |
public detach(all: *) source
Params:
| Name | Type | Attribute | Description |
| all | * |
public handleTabsValidation() source
public init() source
public setErrorClasses(elements: *, dirty: *, hasErrors: *, hasMessages: *, element: *) source
Params:
| Name | Type | Attribute | Description |
| elements | * | ||
| dirty | * | ||
| hasErrors | * | ||
| hasMessages | * | ||
| element | * |
|
