| Interface | Description |
|---|---|
| ColumnComparator<R,C> |
Compare cell values
|
| ElementComparer<R> |
Element comparer
|
| Property<T> |
An observable value
|
| Property.ChangeListener<T> |
Listener to observe changes
|
| XCellSelection<R> |
Cell selection
|
| XGrid<R,CP extends XGridContentProvider<R>> |
Base interface of grid
|
| XGridCell<R,C> |
Represents a cell in the grid
|
| XGridCellMetaData<R> |
Object with meta data
|
| XGridColumn<R,C> |
Column of a grid
|
| XGridContentProvider<R> |
Provides the content to the grid
|
| XGridContentProvider.ContentChangeListener<T> |
Listener to observe content changes
|
| XGridRowMetaData<R> |
Object with meta data
|
| XGridTable<R> |
Table interface
|
| XSelection<R> |
Selection on the grid
|
| Class | Description |
|---|---|
| DefaultExportValueFunction<R,C> |
Default Export Value implementation.
|
| DefaultSortComparator<R,C> |
Default comparator implementation for column sorting which compares by cell
text value
|
| DefaultXGridCellMetaData<R> |
Default grid cell meta data
|
| DefaultXGridRowMetaData<R> |
Default implementation for row meta data
|
| ListGridContentProvider<R> |
Provides the list content to the grid
|
| Util |
Utility methods
|
| Enum | Description |
|---|---|
| XGrid.SelectionMode |
Selection mode
|
| XGridColumn.Alignment |
Column alignment
|
| XGridColumn.AutoFilterType |
Type of the auto filters
|
| XGridColumn.Sorting |
Column sorting
|
| XGridColumn.SortingBehavior |
Column sorting behavior
|
| XGridContentProvider.ContentChangeType |
content change types
|