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