Interface UiAbstractDataTree<R>

Type Parameters:
R - type of the tree nodes displayed as rows by this widget. Typically a Bean.
All Superinterfaces:
AttributeReadAttached, AttributeReadEnabled, AttributeReadId, AttributeReadMultiSelection, AttributeReadSelection<R>, AttributeReadSelections<R>, AttributeReadValid, AttributeReadVisible, AttributeWriteEnabled, AttributeWriteId, AttributeWriteMultiSelection, AttributeWriteReadOnly, AttributeWriteSelection<R>, AttributeWriteSelections<R>, AttributeWriteTooltip, AttributeWriteVisible, io.github.mmm.event.EventSource<UiEvent,UiEventListener>, UiAbstractDataWidget<R>, UiRegularWidget, UiWidget
All Known Subinterfaces:
UiDataTree<R>, UiDataTreeTable<R>

public interface UiAbstractDataTree<R> extends UiAbstractDataWidget<R>
A UiAbstractDataWidget that presents its data as a tree of nodes that can be expanded and collapsed.
Since:
1.0.0