We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
This annotation should be added to parameters in the DOM event constructor in
a ComponentEvent, mapped using @DomEvent. See
the @DomEvent documentation for more information.
The annotation value() will be evaluated as JavaScript when the
event is handled in the browser. The expression is evaluated in a context
where element refers to the element for which the listener is
registered and event refers to the fired event. The value of the
expression is passed back to the server and injected into the annotated
ComponentEvent constructor parameter.
Supported parameter types are String, JsonValue,
Integer, Double, Boolean and their respective
primitive types.