COMPONENT - the type of the output componentSOURCE - the type of the input model objectpublic class HierarchyColumnComponentRenderer<COMPONENT extends com.vaadin.flow.component.Component,SOURCE>
extends com.vaadin.flow.data.renderer.ComponentRenderer<COMPONENT,SOURCE>
flow-component-renderer tag inside of
vaadin-grid-tree-toggle| Constructor and Description |
|---|
HierarchyColumnComponentRenderer(com.vaadin.flow.function.ValueProvider<SOURCE,COMPONENT> componentProvider) |
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.data.renderer.Rendering<SOURCE> |
render(com.vaadin.flow.dom.Element container,
com.vaadin.flow.data.provider.DataKeyMapper<SOURCE> keyMapper,
com.vaadin.flow.dom.Element contentTemplate) |
HierarchyColumnComponentRenderer<COMPONENT,SOURCE> |
withProperty(String property,
com.vaadin.flow.function.ValueProvider<SOURCE,?> provider) |
createComponent, setComponentRendererTag, updateComponentpublic HierarchyColumnComponentRenderer<COMPONENT,SOURCE> withProperty(String property, com.vaadin.flow.function.ValueProvider<SOURCE,?> provider)
Copyright © 2026. All rights reserved.