C - Concrete configurator typepublic interface LocalTimeInputConfigurator<C extends LocalTimeInputConfigurator<C>> extends InputValueConfigurator<LocalTime,ValueHolder.ValueChangeEvent<LocalTime>,C>, HasEnabledConfigurator<C>, InputNotifierConfigurator<C>, KeyNotifierConfigurator<C>, HasValueChangeModeConfigurator<C>, HasAutocompleteConfigurator<C>, HasSizeConfigurator<C>, HasStyleConfigurator<C>, HasAutofocusConfigurator<C>, FocusableConfigurator<com.vaadin.flow.component.Component,C>, HasPrefixAndSuffixConfigurator<C>, CompositionNotifierConfigurator<C>, HasPlaceholderConfigurator<C>, HasLabelConfigurator<C>, HasTitleConfigurator<C>, HasPatternConfigurator<C>, HasThemeVariantConfigurator<com.vaadin.flow.component.textfield.TextFieldVariant,C>, DeferrableLocalizationConfigurator<C>
InputConfigurator.BaseInputConfigurator<T>ComponentConfigurator.BaseComponentConfiguratorFULL_SIZE| Modifier and Type | Method and Description |
|---|---|
C |
defaultPlaceholder(Function<Character,String> placeholderProvider)
Sets the function to use to display the default input placeholder text.
|
C |
locale(Locale locale)
|
C |
timeSeparator(char timeSeparator)
Sets the time separator character to use.
|
withValuereadOnly, readOnly, required, required, withValueChangeListenerhidden, id, visible, withAttachListener, withDetachListenerwithEventListener, withEventListener, withThemeNamedisabled, enabledwithInputListenerwithKeyDownListener, withKeyDownListener, withKeyPressListener, withKeyPressListener, withKeyUpListener, withKeyUpListenervalueChangeModeautocompletefullHeight, fullSize, fullWidth, height, height, heightUndefined, sizeUndefined, width, width, widthUndefinedstyleName, styleNamesautofocustabIndex, withBlurListener, withFocusListenerprefixComponent, suffixComponentwithCompositionEndListener, withCompositionStartListener, withCompositionUpdateListenerplaceholder, placeholder, placeholderlabel, label, labeldescription, description, description, title, title, titlepattern, preventInvalidInput, preventInvalidInputwithThemeVariantsdeferLocalization, withDeferredLocalizationisDeferredLocalizationEnabledC locale(Locale locale)
Locale to use to represent and convert LocalTime values.
The provided Locale will be always used to obtain time separator character to use.
locale - the Locale to setC timeSeparator(char timeSeparator)
The provided character will be always as time separator, regardless of the current Locale.
timeSeparator - the time separator character to setC defaultPlaceholder(Function<Character,String> placeholderProvider)
The time separator character is provider as function argument.
placeholderProvider - the function to use to display the default input placeholder textCopyright © 2019 The Holon Platform. All rights reserved.