Class HierarchyColumnComponentRenderer<COMPONENT extends com.vaadin.flow.component.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 com.vaadin.flow.component.Component,​SOURCE>
    extends ComponentRenderer<COMPONENT,​SOURCE>
    Renders components as hierarchy column for tree grid. Basically puts flow-component-renderer tag inside of vaadin-grid-tree-toggle
    See Also:
    Serialized Form