Class ColumnPathRenderer<SOURCE>
java.lang.Object
com.vaadin.flow.data.renderer.Renderer<SOURCE>
io.jmix.groupgridflowui.kit.vaadin.grid.ColumnPathRenderer<SOURCE>
- Type Parameters:
SOURCE- the object model type
- All Implemented Interfaces:
Serializable
public class ColumnPathRenderer<SOURCE>
extends com.vaadin.flow.data.renderer.Renderer<SOURCE>
Renderer for columns that doesn't use a renderer function for rendering its
contents (only the value from the object model). In such cases, a
renderer function is not needed on the client-side, only the
path property.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionColumnPathRenderer(String property, com.vaadin.flow.function.ValueProvider<SOURCE, ?> provider) Creates a new renderer based on the property and the value provider for that property. -
Method Summary
Methods inherited from class com.vaadin.flow.data.renderer.Renderer
render
-
Constructor Details
-
Method Details