Uses of Class
org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder
Packages that use AbstractGridFieldBuilder
-
Uses of AbstractGridFieldBuilder in org.dellroad.stuff.vaadin24.field
Classes in org.dellroad.stuff.vaadin24.field with type parameters of type AbstractGridFieldBuilderModifier and TypeClassDescriptionclassAbstractGridFieldBuilder<S extends AbstractGridFieldBuilder<S,T>, T> Extension ofAbstractFieldBuilderthat adds the@FieldBuilder.GridSingleSelectand@FieldBuilder.GridMultiSelectannotations.Subclasses of AbstractGridFieldBuilder in org.dellroad.stuff.vaadin24.fieldModifier and TypeClassDescriptionclassFieldBuilder<T>Automatically configures and binds fields using declarative method annotations.Constructors in org.dellroad.stuff.vaadin24.field with parameters of type AbstractGridFieldBuilderModifierConstructorDescriptionprotectedAbstractGridFieldBuilder(AbstractGridFieldBuilder<S, T> original) Static information copy constructor.