Uses of Class
com.google.gwt.user.datepicker.client.CellGridImpl.Cell
Packages that use CellGridImpl.Cell
Package
Description
The date picker widget and associated types.
-
Uses of CellGridImpl.Cell in com.google.gwt.user.datepicker.client
Subclasses of CellGridImpl.Cell in com.google.gwt.user.datepicker.clientModifier and TypeClassDescription(package private) class
A cell representing a date.Methods in com.google.gwt.user.datepicker.client that return CellGridImpl.CellModifier and TypeMethodDescriptionCellGridImpl.getCell
(int i) CellGridImpl.getHighlightedCell()
CellGridImpl.getSelectedCell()
protected CellGridImpl<V>.Cell
CellGridImpl.Cell.nextItem()
protected CellGridImpl<V>.Cell
CellGridImpl.Cell.previousItem()
Methods in com.google.gwt.user.datepicker.client with parameters of type CellGridImpl.CellModifier 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)