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) classA 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>.CellCellGridImpl.Cell.nextItem()protected CellGridImpl<V>.CellCellGridImpl.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 voidCellGridImpl.onSelected(CellGridImpl<V>.Cell lastSelected, CellGridImpl<V>.Cell cell) protected voidDefaultCalendarView.CellGrid.onSelected(CellGridImpl<Date>.Cell lastSelected, CellGridImpl<Date>.Cell cell) final voidCellGridImpl.setHighlighted(CellGridImpl<V>.Cell nextHighlighted) final voidCellGridImpl.setSelected(CellGridImpl<V>.Cell cell)