Class ColumnPathRenderer<SOURCE>

java.lang.Object
com.vaadin.flow.data.renderer.Renderer<SOURCE>
com.vaadin.flow.component.grid.ColumnPathRenderer<SOURCE>
Type Parameters:
SOURCE - the object model type
All Implemented Interfaces:
Serializable

public class ColumnPathRenderer<SOURCE> extends 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.
Author:
Vaadin Ltd.
See Also:
  • Constructor Details

    • ColumnPathRenderer

      public ColumnPathRenderer(String property, com.vaadin.flow.function.ValueProvider<SOURCE,?> provider)
      Creates a new renderer based on the property and the value provider for that property.
      Parameters:
      property - the property name
      provider - the value provider for the property
  • Method Details