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.
com.vaadin.event.dd.acceptcriteria.
Annotation Type ClientCriterion
An annotation type used to point the client side counterpart for server side
a AcceptCriterion
class. Usage is pretty similar to
ClientWidget
which is used with Vaadin components that have a
specialized client side counterpart.
Annotations are used at GWT compilation phase, so remember to rebuild your
widgetset if you do changes for ClientCriterion
mappings.
Since:
6.3
Required Element Summary | |
---|---|
Class<? extends VAcceptCriterion> |
value
|
Element Detail |
---|
value
public abstract Class<? extends VAcceptCriterion> value
- Returns:
- the client side counterpart for the annotated criterion