Uses of Class
org.dellroad.stuff.vaadin7.FieldBuilder.AnnotationApplier
-
-
Uses of FieldBuilder.AnnotationApplier in org.dellroad.stuff.vaadin7
Methods in org.dellroad.stuff.vaadin7 that return FieldBuilder.AnnotationApplier Modifier and Type Method Description protected FieldBuilder.AnnotationApplier<?,?>FieldBuilder. getAnnotationApplier(Method method, Annotation annotation)Get theFieldBuilder.AnnotationApplierthat applies the given annotation.Methods in org.dellroad.stuff.vaadin7 that return types with arguments of type FieldBuilder.AnnotationApplier Modifier and Type Method Description protected List<FieldBuilder.AnnotationApplier<?,?>>FieldBuilder. buildApplierList(Method method)Find all relevant annotations on the given method as well as on any supertype methods it overrides.protected List<FieldBuilder.AnnotationApplier<?,?>>FieldBuilder. buildDirectApplierList(Method method)Find all relevant annotations declared directly on the givenMethod.Method parameters in org.dellroad.stuff.vaadin7 with type arguments of type FieldBuilder.AnnotationApplier Modifier and Type Method Description protected AbstractField<?>FieldBuilder. buildField(Collection<FieldBuilder.AnnotationApplier<?,?>> appliers, String description)Instantiate and configure anFieldBuilder.AbstractFieldaccording to the given scanned annotations.
-