Class EnhancedHierarchyColumnComponentRenderer<COMPONENT extends com.vaadin.flow.component.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.componentfactory.enhancedtreegrid.EnhancedHierarchyColumnComponentRenderer<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 EnhancedHierarchyColumnComponentRenderer<COMPONENT extends com.vaadin.flow.component.Component,SOURCE> extends com.vaadin.flow.data.renderer.ComponentRenderer<COMPONENT,SOURCE>
Renders components as hierarchy column for tree grid.
See Also:
  • Constructor Details

    • EnhancedHierarchyColumnComponentRenderer

      public EnhancedHierarchyColumnComponentRenderer(com.vaadin.flow.function.ValueProvider<SOURCE,COMPONENT> componentProvider, EnhancedTreeGrid<SOURCE> grid)
  • Method Details

    • getTemplateExpression

      protected String getTemplateExpression()
      Overrides:
      getTemplateExpression in class com.vaadin.flow.data.renderer.ComponentRenderer<COMPONENT extends com.vaadin.flow.component.Component,SOURCE>