Uses of Interface
io.github.mmm.ui.api.widget.data.UiAbstractDataWidget
-
-
Uses of UiAbstractDataWidget in io.github.mmm.ui.api.widget.data
Subinterfaces of UiAbstractDataWidget in io.github.mmm.ui.api.widget.data Modifier and Type Interface Description interface
UiAbstractDataTable<R>
Abstract interface for widgets showing complex data in columns such asUiDataTable
.interface
UiAbstractDataTree<R>
AUiAbstractDataWidget
that presents its data as a tree of nodes that can be expanded and collapsed.interface
UiDataTable<R>
UiAbstractDataWidget
that shows the data as a table (data grid) with thecolumns
as header.interface
UiDataTree<R>
AUiAbstractDataWidget
that presents its data as a tree of nodes that can be expanded and collapsed.interface
UiDataTreeTable<R>
AUiAbstractDataWidget
that presents its data as a tree of nodes that can be expanded and collapsed.
-