Class VTimePicker

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker

        com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker.InvalidChangeEvent<R extends com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker<R,​?>>
      • Nested classes/interfaces inherited from class com.vaadin.flow.component.AbstractField

        com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent<C extends com.vaadin.flow.component.Component,​V extends Object>
      • Nested classes/interfaces inherited from interface com.vaadin.flow.component.BlurNotifier

        com.vaadin.flow.component.BlurNotifier.BlurEvent<C extends com.vaadin.flow.component.Component>
      • Nested classes/interfaces inherited from interface com.vaadin.flow.component.FocusNotifier

        com.vaadin.flow.component.FocusNotifier.FocusEvent<C extends com.vaadin.flow.component.Component>
      • Nested classes/interfaces inherited from interface com.vaadin.flow.component.HasValue

        com.vaadin.flow.component.HasValue.ValueChangeEvent<V extends Object>, com.vaadin.flow.component.HasValue.ValueChangeListener<E extends com.vaadin.flow.component.HasValue.ValueChangeEvent<?>>
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      VTimePicker withClearButtonVisible​(boolean clearButtonVisible)  
      VTimePicker withErrorMessage​(String errorMessage)  
      VTimePicker withInvalid​(boolean invalid)  
      VTimePicker withInvalidChangeListener​(com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker.InvalidChangeEvent<com.vaadin.flow.component.timepicker.TimePicker>> listener)  
      VTimePicker withLocale​(Locale locale)  
      VTimePicker withMax​(String max)
      Deprecated.
      VTimePicker withMaxTime​(LocalTime max)  
      VTimePicker withMin​(String min)
      Deprecated.
      VTimePicker withMinTime​(LocalTime min)  
      VTimePicker withPlaceholder​(String placeholder)  
      VTimePicker withRequired​(boolean required)  
      VTimePicker withRequiredIndicatorVisible​(boolean requiredIndicatorVisible)  
      VTimePicker withStep​(Duration step)  
      • Methods inherited from class com.vaadin.flow.component.timepicker.TimePicker

        addInvalidChangeListener, getErrorMessage, getLabel, getLocale, getMax, getMaxTime, getMin, getMinTime, getPlaceholder, getStep, getSupportedAvailableLocales, isAutoOpen, isClearButtonVisible, isInvalid, isRequired, onAttach, setAutoOpen, setClearButtonVisible, setErrorMessage, setInvalid, setLabel, setLocale, setMax, setMaxTime, setMin, setMinTime, setPlaceholder, setRequired, setRequiredIndicatorVisible, setStep, setValue, validate
      • Methods inherited from class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker

        checkValidity, getErrorMessageString, getI18nJsonObject, getLabelString, getMaxString, getMinString, getNameString, getPatternString, getPlaceholderString, getStepDouble, isAutofocusBoolean, isClearButtonVisibleBoolean, isDisabledBoolean, isInvalidBoolean, isPreventInvalidInputBoolean, isReadonlyBoolean, isRequiredBoolean, setAutofocus, setDisabled, setI18n, setMax, setMin, setName, setPattern, setPreventInvalidInput, setReadonly, setStep
      • Methods inherited from class com.vaadin.flow.component.AbstractSinglePropertyField

        getSynchronizationRegistration, hasValidValue, setPresentationValue, setSynchronizedEvent
      • Methods inherited from class com.vaadin.flow.component.AbstractField

        addValueChangeListener, getEmptyValue, getValue, isEmpty, setModelValue, valueEquals
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getParent, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.BlurNotifier

        addBlurListener
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
      • Methods inherited from interface com.vaadin.flow.component.Focusable

        addFocusShortcut, blur, focus, getTabIndex, setTabIndex
      • Methods inherited from interface com.vaadin.flow.component.FocusNotifier

        addFocusListener
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasEnabled

        isEnabled, setEnabled
      • Methods inherited from interface com.vaadin.flow.component.HasHelper

        getHelperComponent, getHelperText, setHelperComponent, setHelperText
      • Methods inherited from interface com.vaadin.flow.component.HasSize

        getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull
      • Methods inherited from interface com.vaadin.flow.component.HasStyle

        addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
      • Methods inherited from interface com.vaadin.flow.component.HasValidation

        getErrorMessage, isInvalid, setErrorMessage, setInvalid
      • Methods inherited from interface com.vaadin.flow.component.HasValue

        addValueChangeListener, clear, getEmptyValue, getOptionalValue, getValue, isEmpty, setValue
      • Methods inherited from interface com.vaadin.flow.component.HasValueAndElement

        isReadOnly, isRequiredIndicatorVisible, setReadOnly
      • Methods inherited from interface com.vaadin.flow.component.orderedlayout.ThemableLayout

        getBoxSizing, getThemeList, isMargin, isPadding, isSpacing, setBoxSizing, setMargin, setPadding, setSpacing