Package org.dellroad.stuff.vaadin7
Annotation Type FieldBuilder.TextField
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface FieldBuilder.TextField
Specifies how a Java property should be edited in Vaadin using aTextField.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class<? extends TextField>typeGet theFieldBuilder.TextFieldtype that will edit the property.
-
-
-
Element Detail
-
type
Class<? extends TextField> type
Get theFieldBuilder.TextFieldtype that will edit the property.- Returns:
- field type
- Default:
- com.vaadin.ui.TextField.class
-
-