Extends:
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Public Members | ||
| public |
components: *[] |
|
| public |
|
|
| public |
|
|
| public |
iframeReady: * |
|
| public |
|
|
| public |
|
|
| public |
submitButton: * |
|
Method Summary
| Public Methods | ||
| public |
attach(element: *): * |
|
| public |
clear() |
|
| public |
focusOnComponent(key: *) |
|
| public |
getSrc(): * |
|
| public |
getSubmission(): Promise<any> Get the submission from the iframe. |
|
| public |
init() |
|
| public |
isSubmitButtonHidden(): * |
|
| public |
postMessage(message: *) |
|
| public |
rebuild(): * |
|
| public |
redraw(): * |
|
| public |
render(): * |
|
| public |
setForm(form: *): * |
|
| public |
setSubmission(submission: *): * |
|
| public |
setValue(submission: *, flags: *): * Set's the value of this form component. |
|
| public |
showErrors(error: *, triggerEvent: *) |
|
| public |
submitForm(options: *): * Ensure we have the submission from the iframe before we submit the form. |
|
Public Constructors
public constructor() source
Public Members
public components: *[] source
public downloadButton: * source
public iframeElement: * source
public iframeReady: * source
public iframeReadyReject: * source
public iframeReadyResolve: * source
public submitButton: * source
Public Methods
public clear() source
public focusOnComponent(key: *) source
Params:
| Name | Type | Attribute | Description |
| key | * |
public init() source
public postMessage(message: *) source
Params:
| Name | Type | Attribute | Description |
| message | * |
public setSubmission(submission: *): * source
Params:
| Name | Type | Attribute | Description |
| submission | * |
Return:
| * |
public setValue(submission: *, flags: *): * source
Set's the value of this form component.
Params:
| Name | Type | Attribute | Description |
| submission | * | ||
| flags | * |
Return:
| * |
public showErrors(error: *, triggerEvent: *) source
Params:
| Name | Type | Attribute | Description |
| error | * | ||
| triggerEvent | * |
public submitForm(options: *): * source
Ensure we have the submission from the iframe before we submit the form.
Params:
| Name | Type | Attribute | Description |
| options | * |
Return:
| * |
