Class LocalTimeTextField

All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IGenericComponent<LocalTime,FormComponent<LocalTime>>, IMetadataContext<Serializable,Component>, AbstractTextComponent.ITextFormatProvider, IFormModelUpdateListener, IFormVisitorParticipant, ILabelProvider<String>, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

A TextField that is mapped to a java.time.LocalTime object and that uses java.time time to parse and format values.
Author:
eelcohillenius
See Also: