com.vaadin.event.dd.acceptcriteria.


Annotation Type ClientCriterion

@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface 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