Interface UiDataTree<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>, UiAbstractDataTree<R>, UiAbstractDataWidget<R>, UiNativeWidget, UiRegularWidget, UiWidget

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