SOURCE - the object model typepublic class ColumnPathRenderer<SOURCE>
extends com.vaadin.flow.data.renderer.Renderer<SOURCE>
template
element is not needed on the client-side, only the path property.Grid.addColumn(ValueProvider),
Serialized Form| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
com.vaadin.flow.data.renderer.Rendering<SOURCE> |
render(com.vaadin.flow.dom.Element container,
com.vaadin.flow.data.provider.DataKeyMapper<SOURCE> keyMapper) |
com.vaadin.flow.data.renderer.Rendering<SOURCE> |
render(com.vaadin.flow.dom.Element container,
com.vaadin.flow.data.provider.DataKeyMapper<SOURCE> keyMapper,
com.vaadin.flow.dom.Element contentTemplate) |
Copyright © 2020. All rights reserved.