Uses of Class
com.vaadin.flow.data.renderer.ComponentRenderer
-
-
Uses of ComponentRenderer in com.vaadin.flow.data.renderer
Subclasses of ComponentRenderer in com.vaadin.flow.data.renderer Modifier and Type Class Description classBasicRenderer<SOURCE,TARGET>Abstract renderer used as the base implementation for renderers that outputs a simple value in the UI, such asNumberRendererandLocalDateRenderer.classIconRenderer<ITEM>A renderer that renders each item as a text following by an icon using provided icon generator and label generator.classLocalDateRenderer<SOURCE>A template renderer for presenting date values.classLocalDateTimeRenderer<SOURCE>A template renderer for presentingLocalDateTimeobjects.classNativeButtonRenderer<SOURCE>A template renderer to create a clickable button.classNumberRenderer<SOURCE>A template renderer for presenting number values.classTextRenderer<ITEM>A renderer that renders each item as a text using providedItemLabelGenerator.Methods in com.vaadin.flow.data.renderer that return ComponentRenderer Modifier and Type Method Description ComponentRenderer<? extends com.vaadin.flow.component.Component,T>ComponentDataGenerator. getComponentRenderer()Constructors in com.vaadin.flow.data.renderer with parameters of type ComponentRenderer Constructor Description ComponentDataGenerator(ComponentRenderer<? extends com.vaadin.flow.component.Component,T> componentRenderer, com.vaadin.flow.function.ValueProvider<T,String> keyMapper)Creates a new generator.
-