Package org.dellroad.stuff.vaadin8
Annotation Type FieldBuilder.InlineDateField
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface FieldBuilder.InlineDateField
Specifies how a Java property should be edited using anInlineDateField.- See Also:
FieldBuilder.AbstractDateField,FieldBuilder
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends InlineDateField>typeGet theInlineDateFieldtype that will edit the property.
-
-
-
Element Detail
-
type
Class<? extends InlineDateField> type
Get theInlineDateFieldtype that will edit the property. Type must have a no-arg constructor.- Returns:
- field type
- Default:
- com.vaadin.ui.InlineDateField.class
-
-