Package org.dellroad.stuff.vaadin8
Annotation Type FieldBuilder.DateField
-
@Retention(RUNTIME) @Target(METHOD) @Documented public static @interface FieldBuilder.DateField
Specifies how a Java property should be edited using aDateField.- See Also:
FieldBuilder.AbstractDateField,FieldBuilder
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringassistiveTextGet the assistive text.StringplaceholderGet the placeholder.booleantextFieldEnabledGet whether text field is enabled.Class<? extends DateField>typeGet theDateFieldtype that will edit the property.
-
-
-
-
textFieldEnabled
boolean textFieldEnabled
Get whether text field is enabled.- Returns:
- true for text field enabled
- See Also:
DateField.setTextFieldEnabled(boolean)
- Default:
- true
-
-
-
placeholder
String placeholder
Get the placeholder.- Returns:
- placeholder
- See Also:
DateField.setPlaceholder(java.lang.String)
- Default:
- ""
-
-
-
assistiveText
String assistiveText
Get the assistive text.- Returns:
- assistive text
- See Also:
DateField.setAssistiveText(java.lang.String)
- Default:
- ""
-
-