| Interface | Description |
|---|---|
| AutoFilterEntry<R,C,O> |
A filter entry which provides a UI name and a matcher function
|
| CellDataFunction<R,C,D> |
Converts the cell value into a UI representation
|
| CellMetaDataFunction<R,C> |
Function to retrieve
XGridCellMetaData for a given cell |
| CellValueMatcherFunction<R,C,O> |
Match the cell value against the filter data
|
| DisposableCellDataFunction<R,C,D> |
A
CellDataFunction which can do cleanup. |
| ExportValueFunction<R,C> |
Converts the cell value into an export value
|
| RowMetaDataFunction<R> |
Function to retrieve
XGridRowMetaData for a given cell |
| TranslationFunction |
Translate the key
|
| Class | Description |
|---|---|
| CompositeTranslationFunction |
A
TranslationFunction which considers multiple TranslationFunctions. |