Uses of Class
com.vaadin.flow.data.renderer.LitRenderer
-
-
Uses of LitRenderer in com.vaadin.flow.data.renderer
Methods in com.vaadin.flow.data.renderer that return LitRenderer Modifier and Type Method Description static <SOURCE> LitRenderer<SOURCE>LitRenderer. of(String templateExpression)Creates a new LitRenderer based on the provided template expression.LitRenderer<SOURCE>LitRenderer. withEventHandler(String eventHandlerName, com.vaadin.flow.function.SerializableConsumer<SOURCE> handler)Deprecated.UsewithFunction(String, SerializableConsumer)instead.LitRenderer<SOURCE>LitRenderer. withFunction(String functionName, com.vaadin.flow.function.SerializableBiConsumer<SOURCE,elemental.json.JsonArray> handler)Adds a function that can be called from within the template expression.LitRenderer<SOURCE>LitRenderer. withFunction(String functionName, com.vaadin.flow.function.SerializableConsumer<SOURCE> handler)Adds a function that can be called from within the template expression.LitRenderer<SOURCE>LitRenderer. withProperty(String property, com.vaadin.flow.function.ValueProvider<SOURCE,?> provider)Makes a property available to the template expression.
-