Uses of Class
com.vaadin.flow.data.renderer.LitRenderer
-
Uses of LitRenderer in com.vaadin.flow.data.renderer
Subclasses of LitRenderer 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.classComponentRenderer<COMPONENT extends com.vaadin.flow.component.Component,SOURCE> Base class for all renderers that support arbitraryComponents.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 LitRendererModifier and TypeMethodDescriptionstatic <SOURCE> LitRenderer<SOURCE>Creates a new LitRenderer based on the provided template expression.LitRenderer.withFunction(String functionName, com.vaadin.flow.function.SerializableBiConsumer<SOURCE, com.fasterxml.jackson.databind.node.ArrayNode> handler) Adds a function that can be called from within the template expression.LitRenderer.withFunction(String functionName, com.vaadin.flow.function.SerializableConsumer<SOURCE> handler) Adds a function that can be called from within the template expression.LitRenderer.withProperty(String property, com.vaadin.flow.function.ValueProvider<SOURCE, ?> provider) Makes a property available to the template expression.