Uses of Class
com.google.gwt.user.datepicker.client.CellGridImpl.Cell
Package
Description
The date picker widget and associated types.
-
Uses of CellGridImpl.Cell in com.google.gwt.user.datepicker.client
Modifier and TypeClassDescription(package private) class
A cell representing a date.Modifier and TypeMethodDescriptionCellGridImpl.getCell
(int i) CellGridImpl.getHighlightedCell()
CellGridImpl.getSelectedCell()
protected CellGridImpl<V>.Cell
CellGridImpl.Cell.nextItem()
protected CellGridImpl<V>.Cell
CellGridImpl.Cell.previousItem()
Modifier and TypeMethodDescriptionCellGridImpl.getValue
(CellGridImpl<V>.Cell cell) protected abstract void
CellGridImpl.onSelected
(CellGridImpl<V>.Cell lastSelected, CellGridImpl<V>.Cell cell) protected void
DefaultCalendarView.CellGrid.onSelected
(CellGridImpl<Date>.Cell lastSelected, CellGridImpl<Date>.Cell cell) final void
CellGridImpl.setHighlighted
(CellGridImpl<V>.Cell nextHighlighted) final void
CellGridImpl.setSelected
(CellGridImpl<V>.Cell cell)