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