|
Class Summary |
| CellSelection |
Maintains a representation of selection over a 2-dimensional grid of objects. Automatically created to manage
cell-selection on CubeGrid widgets. |
| ColumnTree |
The Smart GWT system supports hierarchical data (also referred to as tree data due to its "branching" organization)
with: the Tree class, which manipulates hierarchical data sets
the TreeGrid widget class, which extends the ListGrid class to visually present tree data in an
expandable/collapsible format. |
| DateGrid |
A ListGrid subclass that manages calendar views. |
| GridRenderer |
The underlying grid canvas that offers consistent cross-platform sizing, clipping, and events. |
| GroupNode |
An auto-generated class representing the group nodes in a grouped listgrid. |
| HeaderSpan |
A header span appears as a second level of headers in a ListGrid, spanning one or more ListGrid columns and their
associated headers. |
| HoverCustomizer |
Hover customizer object for returning custom HTML to display in a hover prompt for ListGrid cells |
| ListGrid |
A ListGrid is a DataBoundComponent that displays a list of objects in a grid, where
each row represents one object and each cell in the row represents one property. |
| ListGridEditorContext |
Context object holding information about the cell being edited as part of a listGrid edit event. |
| ListGridField |
An ordinary JavaScript object containing properties that configures the display of and interaction with the columns of a
ListGrid. |
| ListGridRecord |
A ListGridRecord is a JavaScript Object whose properties contain values for each
ListGridField. |
| ListGridRemoveField |
|
| ListGridSummaryField |
This class represents a List Grid field that is used as a Summary Field. |