Annotation Interface FieldBuilder.EmailField
- Enclosing class:
- FieldBuilder<T>
Specifies how a Java bean property should be edited using an
EmailField.- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionString[]Add the specified class names.String[]Add the specified theme names.Add the specified theme variants.Get the value desired for theallowedCharPatternproperty.Get the value desired for theariaLabelproperty.Get the value desired for theariaLabelledByproperty.Get the value desired for theautocapitalizeproperty.Get the value desired for theautocompleteproperty.booleanGet the value desired for theautocorrectproperty.booleanGet the value desired for theautofocusproperty.booleanGet the value desired for theautoselectproperty.booleanGet the value desired for theclearButtonVisibleproperty.booleanGet the value desired for theenabledproperty.Get the value desired for theerrorMessageproperty.Get the value desired for theheightproperty.Get the class to instantiate for thehelperComponentproperty.Get the value desired for thehelperTextproperty.Get the value desired for theidproperty.Class<? extends EmailField>Get the sub-type ofEmailFieldthat will edit the property.Get the value desired for thelabelproperty.booleanGet the value desired for themanualValidationproperty.Get the value desired for themaxHeightproperty.intGet the value desired for themaxLengthproperty.Get the value desired for themaxWidthproperty.Get the value desired for theminHeightproperty.intGet the value desired for theminLengthproperty.Get the value desired for theminWidthproperty.Get the value desired for thepatternproperty.Get the value desired for theplaceholderproperty.Get the class to instantiate for theprefixComponentproperty.booleanGet the value desired for thereadOnlyproperty.booleanGet the value desired for therequiredproperty.booleanGet the value desired for therequiredIndicatorVisibleproperty.String[]Specify CSS properties to be set viaStyle.set().Get the class to instantiate for thesuffixComponentproperty.intGet the value desired for thetabIndexproperty.Get the value desired for thetitleproperty.Get the value desired for thetooltipTextproperty.Get the value desired for thevalueChangeModeproperty.intGet the value desired for thevalueChangeTimeoutproperty.booleanGet the value desired for thevisibleproperty.Get the value desired for thewidthproperty.
-
Element Details
-
implementation
Class<? extends EmailField> implementationGet the sub-type ofEmailFieldthat will edit the property.This property allows custom widget subclasses to be used.
The specified type must have a public constructor that takes either no arguments, or one
FieldBuilderContext.- Returns:
- field type
- Default:
- com.vaadin.flow.component.textfield.EmailField.class
-
styleProperties
String[] stylePropertiesSpecify CSS properties to be set viaStyle.set().The array value consists of name, value pairs. If the array has odd length, the last element is ignored.
- Default:
- {}
-
allowedCharPattern
String allowedCharPatternGet the value desired for theallowedCharPatternproperty.- Returns:
- desired
allowedCharPatternproperty value - See Also:
- Default:
- ""
-
ariaLabel
String ariaLabelGet the value desired for theariaLabelproperty.- Returns:
- desired
ariaLabelproperty value - See Also:
- Default:
- ""
-
ariaLabelledBy
String ariaLabelledByGet the value desired for theariaLabelledByproperty.- Returns:
- desired
ariaLabelledByproperty value - See Also:
- Default:
- ""
-
autocapitalize
Autocapitalize autocapitalizeGet the value desired for theautocapitalizeproperty.- Returns:
- desired
autocapitalizeproperty value - See Also:
- Default:
- NONE
-
autocomplete
Autocomplete autocompleteGet the value desired for theautocompleteproperty.- Returns:
- desired
autocompleteproperty value - See Also:
- Default:
- ON
-
autocorrect
boolean autocorrectGet the value desired for theautocorrectproperty.- Returns:
- desired
autocorrectproperty value - See Also:
- Default:
- false
-
autofocus
boolean autofocusGet the value desired for theautofocusproperty.- Returns:
- desired
autofocusproperty value - See Also:
- Default:
- false
-
autoselect
boolean autoselectGet the value desired for theautoselectproperty.- Returns:
- desired
autoselectproperty value - See Also:
- Default:
- false
-
addClassNames
String[] addClassNamesAdd the specified class names.- Returns:
- zero or more class names to add
- See Also:
- Default:
- {}
-
clearButtonVisible
boolean clearButtonVisibleGet the value desired for theclearButtonVisibleproperty.- Returns:
- desired
clearButtonVisibleproperty value - See Also:
- Default:
- false
-
enabled
boolean enabledGet the value desired for theenabledproperty.- Returns:
- desired
enabledproperty value - See Also:
- Default:
- true
-
errorMessage
String errorMessageGet the value desired for theerrorMessageproperty.- Returns:
- desired
errorMessageproperty value - See Also:
- Default:
- ""
-
height
String heightGet the value desired for theheightproperty.- Returns:
- desired
heightproperty value - See Also:
- Default:
- ""
-
helperComponent
Get the class to instantiate for thehelperComponentproperty.- Returns:
- desired
helperComponentproperty value type - See Also:
- Default:
- com.vaadin.flow.component.Component.class
-
helperText
String helperTextGet the value desired for thehelperTextproperty.- Returns:
- desired
helperTextproperty value - See Also:
- Default:
- ""
-
id
String idGet the value desired for theidproperty.- Returns:
- desired
idproperty value - See Also:
- Default:
- ""
-
label
String labelGet the value desired for thelabelproperty.- Returns:
- desired
labelproperty value - See Also:
- Default:
- ""
-
manualValidation
boolean manualValidationGet the value desired for themanualValidationproperty.- Returns:
- desired
manualValidationproperty value - See Also:
- Default:
- false
-
maxHeight
String maxHeightGet the value desired for themaxHeightproperty.- Returns:
- desired
maxHeightproperty value - See Also:
- Default:
- ""
-
maxLength
int maxLengthGet the value desired for themaxLengthproperty.- Returns:
- desired
maxLengthproperty value - See Also:
- Default:
- 0
-
maxWidth
String maxWidthGet the value desired for themaxWidthproperty.- Returns:
- desired
maxWidthproperty value - See Also:
- Default:
- ""
-
minHeight
String minHeightGet the value desired for theminHeightproperty.- Returns:
- desired
minHeightproperty value - See Also:
- Default:
- ""
-
minLength
int minLengthGet the value desired for theminLengthproperty.- Returns:
- desired
minLengthproperty value - See Also:
- Default:
- 0
-
minWidth
String minWidthGet the value desired for theminWidthproperty.- Returns:
- desired
minWidthproperty value - See Also:
- Default:
- ""
-
pattern
String patternGet the value desired for thepatternproperty.- Returns:
- desired
patternproperty value - See Also:
- Default:
- ""
-
placeholder
String placeholderGet the value desired for theplaceholderproperty.- Returns:
- desired
placeholderproperty value - See Also:
- Default:
- ""
-
prefixComponent
Get the class to instantiate for theprefixComponentproperty.- Returns:
- desired
prefixComponentproperty value type - See Also:
- Default:
- com.vaadin.flow.component.Component.class
-
readOnly
boolean readOnlyGet the value desired for thereadOnlyproperty.- Returns:
- desired
readOnlyproperty value - See Also:
- Default:
- false
-
required
boolean requiredGet the value desired for therequiredproperty.- Returns:
- desired
requiredproperty value - See Also:
- Default:
- false
-
requiredIndicatorVisible
boolean requiredIndicatorVisibleGet the value desired for therequiredIndicatorVisibleproperty.- Returns:
- desired
requiredIndicatorVisibleproperty value - See Also:
- Default:
- false
-
suffixComponent
Get the class to instantiate for thesuffixComponentproperty.- Returns:
- desired
suffixComponentproperty value type - See Also:
- Default:
- com.vaadin.flow.component.Component.class
-
tabIndex
int tabIndexGet the value desired for thetabIndexproperty.- Returns:
- desired
tabIndexproperty value - See Also:
- Default:
- 0
-
addThemeNames
String[] addThemeNamesAdd the specified theme names.- Returns:
- zero or more theme names to add
- See Also:
- Default:
- {}
-
addThemeVariants
TextFieldVariant[] addThemeVariantsAdd the specified theme variants.- Returns:
- zero or more theme variants to add
- See Also:
- Default:
- {}
-
title
String titleGet the value desired for thetitleproperty.- Returns:
- desired
titleproperty value - See Also:
- Default:
- ""
-
tooltipText
String tooltipTextGet the value desired for thetooltipTextproperty.- Returns:
- desired
tooltipTextproperty value - See Also:
- Default:
- ""
-
valueChangeMode
ValueChangeMode valueChangeModeGet the value desired for thevalueChangeModeproperty.- Returns:
- desired
valueChangeModeproperty value - See Also:
- Default:
- ON_CHANGE
-
valueChangeTimeout
int valueChangeTimeoutGet the value desired for thevalueChangeTimeoutproperty.- Returns:
- desired
valueChangeTimeoutproperty value - See Also:
- Default:
- 400
-
visible
boolean visibleGet the value desired for thevisibleproperty.- Returns:
- desired
visibleproperty value - See Also:
- Default:
- true
-
width
String widthGet the value desired for thewidthproperty.- Returns:
- desired
widthproperty value - See Also:
- Default:
- ""
-