public static class DatePickerCell extends Object
Cell
used to render and edit Date
s. When a cell is selected
by clicking on it, a DatePicker
is popped up. When a date is selected
using the DatePicker
, the new date is passed to the
update
method of the ValueUpdater
that
was passed to #onBrowserEvent
for the click event. Note that this
means that the call to ValueUpdater.update(C)
will occur after #onBrowserEvent
has returned. Pressing the 'escape' key dismisses the DatePicker
popup without calling ValueUpdater.update(C)
.
Each DatePickerCell
has a unique DatePicker
popup associated
with it; thus, if a single DatePickerCell
is used as the cell for a
column in a table, only one entry in that column will be editable at a given
time.
Copyright © 2018. All rights reserved.