Interface TimeField<V>

Type Parameters:
V - type of value
All Superinterfaces:
Buffered, Component, Component.BelongToFrame, Component.Editable, Component.Focusable, Component.HasCaption, Component.HasDescription, Component.HasIcon, Field<V>, HasContextHelp, HasDatatype<V>, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, HasValidator<V>, HasValue<V>, HasValueSource<V>, Requirable, Validatable
All Known Implementing Classes:
TimeFieldImpl

@StudioComponent(caption="TimeField", category="Components", xmlElement="timeField", icon="io/jmix/ui/icon/component/timeField.svg", canvasBehaviour=TIME_FIELD, documentationURL="https://docs.jmix.io/jmix/%VERSION%/ui/vcl/components/time-field.html") public interface TimeField<V> extends Field<V>, HasDatatype<V>, Buffered, Component.Focusable
A time entry component, which displays the actual time.