Package org.jumpmind.vaadin.ui.common
Class GridDataProvider<T>
java.lang.Object
org.jumpmind.vaadin.ui.common.GridDataProvider<T>
- All Implemented Interfaces:
IDataProvider<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCellValue
(T item, Object column) List<?>
getKeyValue
(Object column)
-
Constructor Details
-
GridDataProvider
-
-
Method Details
-
getRowItems
- Specified by:
getRowItems
in interfaceIDataProvider<T>
-
getColumns
- Specified by:
getColumns
in interfaceIDataProvider<T>
-
getCellValue
- Specified by:
getCellValue
in interfaceIDataProvider<T>
-
getKeyValue
- Specified by:
getKeyValue
in interfaceIDataProvider<T>
-