Interface HasColumns<T>

Type Parameters:
T - Bean type of the Grid/TreeGrid.
All Superinterfaces:
ClickHandler, com.vaadin.flow.component.ComponentEventListener<com.vaadin.flow.component.ClickEvent<? extends com.vaadin.flow.component.Component>>, EventListener, ExecutableView, com.vaadin.flow.component.HasValue.ValueChangeListener, Runnable, Serializable, SupportWindowMode, ValueChangeHandler
All Known Implementing Classes:
DataGrid, DataTreeGrid, ListGrid, MultiSelectGrid, SelectGrid, ViewGrid

public interface HasColumns<T> extends ExecutableView, SupportWindowMode
Common interface for DataGrid and DataTreeGrid. (Other implementations of Grid may also implement this).
Author:
Syam