Package com.smartgwt.client.widgets.grid
package com.smartgwt.client.widgets.grid
-
ClassDescriptionA widget for editing a single, advanced
hilite rule
for use bydataBoundComponents
.Called to determine whether a given record can be selected in a grid.Returns additional CSS to apply to a cell, on top of the grid's cell-stylingDefines the HTML that's displayed in the cells of aListGridField
or entireListGrid
.Maintains a representation of selection over a 2-dimensional grid of objects.
Automatically created to manage cell-selection onCubeGrid
widgets.The Smart GWT system supports hierarchical data (also referred to as tree data due to its "branching" organization) with: theTree
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.A ListGrid subclass that manages calendar views.Hover customizer object for returning a different icon when a user has selected record(s) and is dragging them.Hover customizer object for returning a different icon when a user has selected record(s) and is dragging them.Customizer called when the settings in a FieldPicker are accepted.A flexible, high-speed table that offers consistent cross-platform sizing, clipping, and events.If ListGrid.showGridSummary is true, and this method is specified it will be called to generate the summary value to be displayed in the grid summary row.An auto-generated class representing the group nodes in a grouped listgrid.Group Summary.IfListGrid.getShowGroupSummary()
is true, and this method is specified it will be called to generate the field summary value to be displayed for each group level summary row.Group title renderer function.Function to return the value which records should be grouped by.Formatter object for providing a custom implementation ofListGrid.headerHoverHTML(int,java.lang.String)
.A header span appears as a second level of headers in a ListGrid, spanning one or more ListGrid columns and their associated headers.A widget for defining and editing a set ofhilite rules
for use bydataBoundComponents
.A widget for editing the criteria of a singleDataBoundComponent
hilite.Hover customizer object for returning custom HTML to display in a hover prompt for ListGrid cellsA ListGrid is aDataBoundComponent
that displays a list of objects in a grid, where each row represents one object and each cell in the row represents one property.Context object holding information about the cell being edited as part of a listGrid edit event.Customizer for the edit FormItem shown in a ListGrid cellAn ordinary JavaScript object containing properties that configures the display of and interaction with the columns of aListGrid
.ListGridRecord represents a JavaScript Object whose properties contain values for eachListGridField
.This class represents a List Grid field that is used as a Summary Field.Component for editing a single record.
RecordEditors are implemented as a subclass of ListGrid, showing no header and a single row always drawn in the editable state, allowing the user to modify the values at any time.Function to produce a summary value based on field values within a record.SpecializedLabel
for showing the currently visible row range and row count for a source listGrid.Shuttle-style selection component allowing uses to select records by moving them from a set of source records to a set of target recordsSort NormalizerThis customizer is called to generate the HTML for the sortNumeral displayed next to a field's title when it is included in the current sort specification.Function to produce a summary value based on an array of records and a field definition.