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.
|
Modifier and Type | Class and Description |
---|---|
class |
FlexTable
A flexible table that creates cells on demand.
|
class |
Grid
A rectangular grid that can contain text, html, or a child
Widget within its cells. |
class |
HTMLTable
|
Modifier and Type | Method and Description |
---|---|
void |
TableListenerCollection.fireCellClicked(SourcesTableEvents sender,
int row,
int cell)
Deprecated.
|
void |
TableListener.onCellClicked(SourcesTableEvents sender,
int row,
int cell)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
CellGridImpl<V>
Highlighting, selectable cell grid.
|
(package private) class |
DefaultCalendarView.CellGrid
Cell grid.
|