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.shared.ui.dd.
Annotation Type AcceptCriterion
-
@Retention(RUNTIME) @Target(TYPE) public @interface AcceptCriterion
An annotation type used to point the server side counterpart for client side a
VAcceptCriterion
class.Annotations are used at GWT compilation phase, so remember to rebuild your widgetset if you do changes for
AcceptCriterion
mappings. Prior to Vaadin 7, the mapping was done with an annotation on server side classes.Since:
7.0
-
-
Element Detail
-
value
Class<?> value
Returns:
the class of the server side counterpart for the annotated criterion
-
-