| Package | Description |
|---|---|
| com.vaadin.flow.component | |
| com.vaadin.flow.component.internal | |
| com.vaadin.flow.internal |
| Modifier and Type | Method and Description |
|---|---|
StateTree.ExecutionRegistration |
UI.beforeClientResponse(Component component,
SerializableConsumer<ExecutionContext> execution)
Registers a task to be executed before the response is sent to the
client.
|
| Constructor and Description |
|---|
AbstractFieldSupport(C component,
T defaultValue,
SerializableBiPredicate<T,T> valueEquals,
SerializableConsumer<T> setPresentationValue)
Creates a new field support.
|
| Modifier and Type | Method and Description |
|---|---|
SerializableConsumer<ExecutionContext> |
StateTree.BeforeClientResponseEntry.getExecution() |
| Modifier and Type | Method and Description |
|---|---|
StateTree.ExecutionRegistration |
StateTree.beforeClientResponse(StateNode context,
SerializableConsumer<ExecutionContext> execution)
Registers a task to be executed before the response is sent to the
client.
|
void |
StateNode.runWhenAttached(SerializableConsumer<UI> command)
Runs the command when the node is attached to a UI.
|
Copyright © 2000–2018 Vaadin Ltd. All rights reserved.