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.rendererModifier and TypeClassDescriptionclassBasicRenderer<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 renderer for presenting date values.classLocalDateTimeRenderer<SOURCE>A renderer for presentingLocalDateTimeobjects.classNativeButtonRenderer<SOURCE>A renderer to create a clickable button.classNumberRenderer<SOURCE>A 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 ComponentRendererModifier and TypeMethodDescriptionComponentRenderer<? extends com.vaadin.flow.component.Component,T> ComponentDataGenerator.getComponentRenderer()Constructors in com.vaadin.flow.data.renderer with parameters of type ComponentRendererModifierConstructorDescriptionComponentDataGenerator(ComponentRenderer<? extends com.vaadin.flow.component.Component, T> componentRenderer, com.vaadin.flow.function.ValueProvider<T, String> keyMapper) Creates a new generator.