com.vaadin.flow.component.treegrid.

Class HierarchyColumnComponentRenderer<COMPONENT extends Component,SOURCE>

java.lang.Object
com.vaadin.flow.data.renderer.Renderer<SOURCE>
com.vaadin.flow.data.renderer.LitRenderer<SOURCE>
com.vaadin.flow.data.renderer.ComponentRenderer<COMPONENT,SOURCE>
com.vaadin.flow.component.treegrid.HierarchyColumnComponentRenderer<COMPONENT,SOURCE>

Type Parameters:

COMPONENT - the type of the output component

SOURCE - the type of the input model object

All Implemented Interfaces:

Serializable

public class HierarchyColumnComponentRenderer<COMPONENT extends Component,SOURCE> extends ComponentRenderer<COMPONENT,SOURCE>

Renders components as hierarchy column for tree grid.

See Also: