We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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:
public class HierarchyColumnComponentRenderer<COMPONENT extends Component,SOURCE>
extends ComponentRenderer<COMPONENT,SOURCE>
Renders components as hierarchy column for tree grid.
See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHierarchyColumnComponentRenderer
(ValueProvider<SOURCE, COMPONENT> componentProvider, TreeGrid<SOURCE> grid) -
Method Summary
Modifier and TypeMethodDescriptionprotected String
Returns the Lit template expression used to render items.
Methods inherited from class com.vaadin.flow.data.renderer.ComponentRenderer
createComponent, render, updateComponent
Methods inherited from class com.vaadin.flow.data.renderer.LitRenderer
getValueProviders, of, withFunction, withFunction, withProperty
-
Constructor Details
-
HierarchyColumnComponentRenderer
public HierarchyColumnComponentRenderer(ValueProvider<SOURCE, COMPONENT> componentProvider, TreeGrid<SOURCE> grid)
-
-
Method Details
-
getTemplateExpression
Description copied from class:
LitRenderer
Returns the Lit template expression used to render items.
Overrides:
getTemplateExpression
in classComponentRenderer<COMPONENT extends Component,
SOURCE> Returns:
the template expression
-