com.vaadin.terminal.gwt.client.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 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
 Class<?> value
           
 

Element Detail

value

public abstract Class<?> value
Returns:
the class of the server side counterpart for the annotated criterion


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.