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

    • Required Element Summary

      Required Elements
      Modifier and Type Required Element Description
      Class<?> value  
    • Element Detail

      • value

        Class<?> value

        Returns:

        the class of the server side counterpart for the annotated criterion