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  
SortNormalizer Sort Normalizer
 

Class Summary
ColumnTree The SmartGWT 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. the ColumnTree widget class, which visually presents tree data in a so-called "Miller Column" format. For information on DataBinding Trees, see TreeDataBinding.
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')}.