Uses of Class
org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder
Packages that use AbstractFieldBuilder
-
Uses of AbstractFieldBuilder in org.dellroad.stuff.vaadin24.field
Classes in org.dellroad.stuff.vaadin24.field with type parameters of type AbstractFieldBuilderModifier and TypeClassDescriptionclass
AbstractFieldBuilder<S extends AbstractFieldBuilder<S,
T>, T> Provides the machinery for auto-generatedFieldBuilder
-like classes.Subclasses of AbstractFieldBuilder in org.dellroad.stuff.vaadin24.fieldModifier and TypeClassDescriptionclass
AbstractGridFieldBuilder<S extends AbstractGridFieldBuilder<S,
T>, T> Extension ofAbstractFieldBuilder
that adds the@FieldBuilder.GridSingleSelect
and@FieldBuilder.GridMultiSelect
annotations.class
FieldBuilder<T>
Automatically configures and binds fields using declarative method annotations.Fields in org.dellroad.stuff.vaadin24.field declared as AbstractFieldBuilderModifier and TypeFieldDescriptionprotected AbstractFieldBuilder<?,
T> FieldBuilderCustomField.fieldBuilder
The field builder that builds this instance's sub-fields.Methods in org.dellroad.stuff.vaadin24.field that return AbstractFieldBuilderModifier and TypeMethodDescriptionprotected AbstractFieldBuilder<?,
T> FieldBuilderCustomField.createFieldBuilder()
Create a newAbstractFieldBuilder
for the given type.AbstractFieldBuilder.BindingInfo.getFieldBuilder()
Return theAbstractFieldBuilder
that created this instance.Constructors in org.dellroad.stuff.vaadin24.field with parameters of type AbstractFieldBuilderModifierConstructorDescriptionprotected
AbstractFieldBuilder
(AbstractFieldBuilder<S, T> original) Static information copy constructor.