Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.vaadin.flow.component.internal
Annotation Interface AllowInert
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
AllowInert
Makes a
@ClientCallable
method callable even if the UI is inert.
Since:
1.0
Author:
Vaadin Ltd