Package com.smartgwt.client.widgets.grid

Interface Summary
CellEditValueFormatter  
CellEditValueParser  
CellFormatter  
EditorValueMapFunction  
GroupTitleRenderer Group title renderer function.
GroupValueFunction Function to return the value which records should be grouped by.
HoverCustomizer  
ListGridEditorCustomizer Customizer for the edit FormItem shown in a ListGrid cell
ListGridFieldIfFunction  
RecordSummaryFunction Function to produce a summary value based on field values within a record.
SortNormalizer Sort Normalizer
SummaryFunction Function to produce a summary value based on an array of records and a field definition.
 

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 A header span appears as a second level of headers in a ListGrid, spanning one or more ListGrid columns and their associated headers.
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.
ListGridSummaryField This class represents a List Grid field that is used as a Summary Field.