Package | Description |
---|---|
com.vaadin.flow.data.renderer |
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 © 2018. All rights reserved.