|
Class Summary |
| 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. |
| 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 |
|
| 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. |
| 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. |
| ListGridSummaryField |
This class represents a List Grid field that is used as a Summary Field. |