Package | Description |
---|---|
com.vaadin.flow.component.grid | |
com.vaadin.flow.component.grid.editor | |
com.vaadin.flow.component.treegrid | |
com.vaadin.flow.data.renderer |
Modifier and Type | Method and Description |
---|---|
Rendering<SOURCE> |
ColumnPathRenderer.render(Element container,
DataKeyMapper<SOURCE> keyMapper) |
Rendering<SOURCE> |
ColumnPathRenderer.render(Element container,
DataKeyMapper<SOURCE> keyMapper,
Element contentTemplate) |
Modifier and Type | Method and Description |
---|---|
Rendering<T> |
EditorRenderer.render(Element container,
DataKeyMapper<T> keyMapper,
Element contentTemplate) |
Modifier and Type | Method and Description |
---|---|
Rendering<SOURCE> |
HierarchyColumnComponentRenderer.render(Element container,
DataKeyMapper<SOURCE> keyMapper,
Element contentTemplate) |
Modifier and Type | Method and Description |
---|---|
Rendering<SOURCE> |
Renderer.render(Element container,
DataKeyMapper<SOURCE> keyMapper)
Handles the rendering of the model objects by creating a new
<template> element in the given container. |
Rendering<SOURCE> |
Renderer.render(Element container,
DataKeyMapper<SOURCE> keyMapper,
Element contentTemplate)
Handles the rendering of the model objects by using the given
<template> element in the given container. |
Rendering<SOURCE> |
ComponentRenderer.render(Element container,
DataKeyMapper<SOURCE> keyMapper,
Element contentTemplate) |
Rendering<SOURCE> |
BasicRenderer.render(Element container,
DataKeyMapper<SOURCE> keyMapper,
Element contentTemplate) |
Modifier and Type | Method and Description |
---|---|
protected String |
NativeButtonRenderer.getTemplateForProperty(String property,
Rendering<SOURCE> context) |
protected String |
BasicRenderer.getTemplateForProperty(String property,
Rendering<SOURCE> context)
Gets the template String for a given property.
|
protected String |
BasicRenderer.getTemplatePropertyName(Rendering<SOURCE> context)
Gets the name of the property to be transmitted and used inside the
template.
|
Copyright © 2020. All rights reserved.