com.vaadin.shared.ui.dd
Annotation Type AcceptCriterion
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AcceptCriterion
An annotation type used to point the server side counterpart for client side
a com.vaadin.client.ui.dd.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
|
Required Element Summary |
java.lang.Class<?> |
value
|
value
public abstract java.lang.Class<?> value
- Returns:
- the class of the server side counterpart for the annotated
criterion
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.