Uses of Class
com.google.gwt.user.client.ui.HTMLTable
-
Packages that use HTMLTable Package Description com.google.gwt.user.client.ui Widgets, Panels, and other user-interface classes.com.google.gwt.user.datepicker.client The date picker widget and associated types. -
-
Uses of HTMLTable in com.google.gwt.user.client.ui
Subclasses of HTMLTable in com.google.gwt.user.client.ui Modifier and Type Class Description class
FlexTable
A flexible table that creates cells on demand.class
Grid
A rectangular grid that can contain text, html, or a childWidget
within its cells. -
Uses of HTMLTable in com.google.gwt.user.datepicker.client
Subclasses of HTMLTable in com.google.gwt.user.datepicker.client Modifier and Type Class Description (package private) class
CellGridImpl<V>
Highlighting, selectable cell grid.(package private) class
DefaultCalendarView.CellGrid
Cell grid.
-