Uses of Package
org.dellroad.stuff.vaadin24.field
Packages that use org.dellroad.stuff.vaadin24.field
Package
Description
Vaadin data provider and related classes.
Classes relating to Vaadin fields, including
FieldBuilder.-
Classes in org.dellroad.stuff.vaadin24.field used by org.dellroad.stuff.vaadin24.dataClassDescriptionProvides context when fields are instantiated automatically based on method annotations by an
AbstractFieldBuilder. -
Classes in org.dellroad.stuff.vaadin24.field used by org.dellroad.stuff.vaadin24.fieldClassDescriptionProvides the machinery for auto-generated
FieldBuilder-like classes.Specifies properties of theBinderbinding itself.FieldBuilderstatic configuration information for one bean property.Holds static information gathered from scanning@FieldBuilder.FieldDefaultannotations.Causes the generated field to be automatically enabled or disabled based on the value of some other controlling field(s).Configures howFieldBuilder.addFieldComponents()adds a generated field to aFormLayout.Causes the field that would otherwise be used for a property to be wrapped in aNullableField, which adds aCheckboxthat controls whether the value is null or not.Extension ofAbstractFieldBuilderthat adds the@FieldBuilder.GridSingleSelectand@FieldBuilder.GridMultiSelectannotations.Support superclass forCustomFields containing sub-fields that are managed by an internalBinder.Automatically configures and binds fields using declarative method annotations.Provides context when fields are instantiated automatically based on method annotations by anAbstractFieldBuilder.Implemented by fields that are themselves capable of validating field values.