A date editor component that can be bound to any {@link Property} that iscompatible with java.util.Date
.
Since DateField
extends AbstractField
it implements the {@link com.vaadin.data.Buffered}interface.
A DateField
is in write-through mode by default, so {@link com.vaadin.ui.AbstractField#setWriteThrough(boolean)}must be called to enable buffering.
|
|
|
|
|
|
|
|
|
|
|
|