Package com.smartgwt.client.widgets.grid

Interface Summary
CellFormatter  
EditorValueMapFunction  
GroupTitleRenderer Group title renderer function.
GroupValueFunction Function to return the value which records should be grouped by.
HoverCustomizer  
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  
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 ${isc.DocUtils.linkForRef('object:ListGridField')}.
ListGridSummaryField This class represents a List Grid field that is used as a Summary Field.