| Package | Description |
|---|---|
| com.vaadin.flow.component.internal |
| Modifier and Type | Method and Description |
|---|---|
List<PendingJavaScriptInvocation> |
UIInternals.dumpPendingJavaScriptInvocations()
Gets all the pending JavaScript invocations that are ready to be sent to
a client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIInternals.addJavaScriptInvocation(PendingJavaScriptInvocation invocation)
Adds a JavaScript invocation to be sent to the client.
|
Copyright © 2000–2024 Vaadin Ltd. All rights reserved.