Class AbstractGridFieldBuilder<S extends AbstractGridFieldBuilder<S,T>,T>

java.lang.Object
org.dellroad.stuff.vaadin24.field.AbstractFieldBuilder<S,T>
org.dellroad.stuff.vaadin24.field.AbstractGridFieldBuilder<S,T>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FieldBuilder

public class AbstractGridFieldBuilder<S extends AbstractGridFieldBuilder<S,T>,T> extends AbstractFieldBuilder<S,T>
Extension of AbstractFieldBuilder that adds the @FieldBuilder.GridSingleSelect and @FieldBuilder.GridMultiSelect annotations.

These annotations require special handling because they are not normal fields.

See Also: