Interface DateField<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, HasRange<V>, HasValidator<V>, HasValue<V>, HasValueSource<V>, Requirable, Validatable
All Known Implementing Classes:
DateFieldImpl

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