Class LocalDateTextFieldPanel<M,I,S>

All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public class LocalDateTextFieldPanel<M,I,S> extends EditableCellPanel<M,I,LocalDate,S>
Backing Panel for EditableLocalDateColumn Panel with a LocalDateTextField that updates the property of the row immediately after user leaves the field. Based on (Read: Copy-Paste Modify) EditablePropertyColumn
Author:
Tom Burton
See Also: