Annotation Interface EventHandler
Deprecated.
Publishes the annotated method so it can be invoked from the client side as
template event handlers.
- Since:
- 1.0
- Author:
- Vaadin Ltd
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptioncom.vaadin.flow.dom.DisabledUpdateModeDeprecated.Controls event handling for the method from the client side to the server side when the element is disabled.
-
Element Details
-
value
com.vaadin.flow.dom.DisabledUpdateMode valueDeprecated.Controls event handling for the method from the client side to the server side when the element is disabled.- Returns:
- the property update mode for disabled element
- Default:
ONLY_WHEN_ENABLED
-
this.$server._some_method. Polymer template support is deprecated - we recommend you to useLitTemplateinstead. Read more details from the Vaadin blog.