Package io.jmix.flowui.data
Interface HasType<T>
- Type Parameters:
T- the type associated with the value
- All Known Subinterfaces:
DataGridItems<T>,DataGridItems.Sortable<T>,EntityDataGridItems<E>,EntityValueSource<E,,V> GroupDataGridItems<T>,KanbanItems<T>,PivotTableItems<T>,TreeDataGridItems<T>,ValueSource<V>
- All Known Implementing Classes:
BufferedContainerValueSource,ContainerDataGridItems,ContainerGroupDataGridItems,ContainerKanbanItems,ContainerPivotTableItems,ContainerTreeDataGridItems,ContainerValueSource,EmptyDataGridItems,EmptyGroupDataGridItems,EmptyKanbanItems,EmptyPivotTableItems,EmptyTreeDataGridItems,ListKanbanItems,ListPivotTableItems
public interface HasType<T>
Represents a data unit that provides the type information of its value.
-
Method Summary
-
Method Details
-
getType
- Returns:
- type of value
-