SOURCE - the object model typepublic class ColumnPathRenderer<SOURCE> extends 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 |
|---|---|
Rendering<SOURCE> |
render(com.vaadin.flow.dom.Element container,
com.vaadin.flow.data.provider.DataKeyMapper<SOURCE> keyMapper) |
Rendering<SOURCE> |
render(com.vaadin.flow.dom.Element container,
com.vaadin.flow.data.provider.DataKeyMapper<SOURCE> keyMapper,
com.vaadin.flow.dom.Element contentTemplate) |
getEventHandlers, getValueProviders, setEventHandler, setPropertyCopyright © 2023. All rights reserved.