Uses of Class
org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder.BindingInfo
Packages that use AbstractFieldBuilder.BindingInfo
-
Uses of AbstractFieldBuilder.BindingInfo in org.dellroad.stuff.vaadin24.field
Fields in org.dellroad.stuff.vaadin24.field declared as AbstractFieldBuilder.BindingInfoModifier and TypeFieldDescriptionprotected final AbstractFieldBuilder<?,?>.BindingInfo FieldBuilderContextImpl.bindingInfoMethods in org.dellroad.stuff.vaadin24.field that return AbstractFieldBuilder.BindingInfoModifier and TypeMethodDescriptionprotected AbstractFieldBuilder<S,T>.BindingInfo AbstractFieldBuilder.createBindingInfo(Method method, String propertyName, Annotation annotation, AbstractFieldBuilder.Binding binding, AbstractFieldBuilder.FormLayout formLayout, AbstractFieldBuilder.NullifyCheckbox nullifyCheckbox, AbstractFieldBuilder.EnabledBy enabledBy, BiFunction<AbstractFieldBuilder<S, T>.BindingInfo, ? super T, FieldComponent<?>> fieldBuilder) Create aAbstractFieldBuilder<S extends AbstractFieldBuilder<S,.T>, T>.BindingInfo FieldBuilderContext.getBindingInfo()Get the static information (annotations, annotated method, etc.) associated with this context.FieldBuilderContextImpl.getBindingInfo()Methods in org.dellroad.stuff.vaadin24.field that return types with arguments of type AbstractFieldBuilder.BindingInfoModifier and TypeMethodDescriptionAbstractFieldBuilder.getScannedProperties()Get all of the properties discovered by this instance from scanned annotations.Methods in org.dellroad.stuff.vaadin24.field with parameters of type AbstractFieldBuilder.BindingInfoModifier and TypeMethodDescriptionprotected FieldComponent<?>AbstractFieldBuilder.buildDeclarativeField(AbstractFieldBuilder<S, T>.BindingInfo bindingInfo) Construct and configure a field based on a@FieldBuilder.Foodeclarative annotation.protected FieldComponent<?>AbstractGridFieldBuilder.buildDeclarativeField(AbstractFieldBuilder<S, T>.BindingInfo bindingInfo) protected Grid<?>AbstractGridFieldBuilder.buildGrid(AbstractFieldBuilder<S, T>.BindingInfo bindingInfo, GridColumn column) protected FieldComponent<?>AbstractFieldBuilder.buildProvidedField(AbstractFieldBuilder<S, T>.BindingInfo bindingInfo, MethodAnnotationScanner<T, AbstractFieldBuilder.ProvidesField>.MethodInfo methodInfo, Object bean) Construct a field and corresponding component using a@FieldBuilder.ProvidesFieldannotated method.protected <F> FAbstractFieldBuilder.instantiate(Class<F> expectedType, AbstractFieldBuilder<S, T>.BindingInfo bindingInfo, Annotation annotation, String propertyName) Instantiate a field (or whatever) from the givenClass-valued annotation property.protected <T> TAbstractFieldBuilder.instantiate(Class<T> type, AbstractFieldBuilder<S, T>.BindingInfo bindingInfo) Instantiate a field (or whatever) from the givenClass.protected FieldBuilderContextAbstractFieldBuilder.newFieldBuilderContext(AbstractFieldBuilder<S, T>.BindingInfo bindingInfo) Create anFieldBuilderContextfrom the given method and annotation.Method parameters in org.dellroad.stuff.vaadin24.field with type arguments of type AbstractFieldBuilder.BindingInfoModifier and TypeMethodDescriptionprotected AbstractFieldBuilder<S,T>.BindingInfo AbstractFieldBuilder.createBindingInfo(Method method, String propertyName, Annotation annotation, AbstractFieldBuilder.Binding binding, AbstractFieldBuilder.FormLayout formLayout, AbstractFieldBuilder.NullifyCheckbox nullifyCheckbox, AbstractFieldBuilder.EnabledBy enabledBy, BiFunction<AbstractFieldBuilder<S, T>.BindingInfo, ? super T, FieldComponent<?>> fieldBuilder) Create aAbstractFieldBuilder<S extends AbstractFieldBuilder<S,.T>, T>.BindingInfo Constructors in org.dellroad.stuff.vaadin24.field with parameters of type AbstractFieldBuilder.BindingInfoModifierConstructorDescriptionFieldBuilderContextImpl(AbstractFieldBuilder<?, ?>.BindingInfo bindingInfo) Constructor.Constructor parameters in org.dellroad.stuff.vaadin24.field with type arguments of type AbstractFieldBuilder.BindingInfoModifierConstructorDescriptionBindingInfo(Method method, String propertyName, Annotation annotation, AbstractFieldBuilder.Binding binding, AbstractFieldBuilder.FormLayout formLayout, AbstractFieldBuilder.NullifyCheckbox nullifyCheckbox, AbstractFieldBuilder.EnabledBy enabledBy, BiFunction<AbstractFieldBuilder<S, T>.BindingInfo, ? super T, FieldComponent<?>> fieldBuilder) Constructor.