Uses of Class
com.vaadin.flow.data.renderer.ComponentRenderer
-
-
Uses of ComponentRenderer in com.vaadin.flow.component.checkbox
Methods in com.vaadin.flow.component.checkbox that return ComponentRenderer Modifier and Type Method Description ComponentRenderer<? extends Component,T>CheckboxGroup. getItemRenderer()Returns the item component renderer.Methods in com.vaadin.flow.component.checkbox with parameters of type ComponentRenderer Modifier and Type Method Description voidCheckboxGroup. setRenderer(ComponentRenderer<? extends Component,T> renderer)Sets the item renderer for this checkbox group. -
Uses of ComponentRenderer in com.vaadin.flow.component.listbox
Methods in com.vaadin.flow.component.listbox that return ComponentRenderer Modifier and Type Method Description ComponentRenderer<? extends Component,ITEM>ListBoxBase. getItemRenderer()Returns the item component renderer.Methods in com.vaadin.flow.component.listbox with parameters of type ComponentRenderer Modifier and Type Method Description voidListBoxBase. setRenderer(ComponentRenderer<? extends Component,ITEM> itemRenderer)Sets the item renderer for this ListBox. -
Uses of ComponentRenderer in com.vaadin.flow.component.radiobutton
Methods in com.vaadin.flow.component.radiobutton that return ComponentRenderer Modifier and Type Method Description ComponentRenderer<? extends Component,T>RadioButtonGroup. getItemRenderer()Returns the item component renderer.Methods in com.vaadin.flow.component.radiobutton with parameters of type ComponentRenderer Modifier and Type Method Description voidRadioButtonGroup. setRenderer(ComponentRenderer<? extends Component,T> renderer)Sets the item renderer for this radio button group. -
Uses of ComponentRenderer in com.vaadin.flow.component.select
Methods in com.vaadin.flow.component.select that return ComponentRenderer Modifier and Type Method Description ComponentRenderer<? extends Component,T>Select. getItemRenderer()Returns the item component renderer.Methods in com.vaadin.flow.component.select with parameters of type ComponentRenderer Modifier and Type Method Description voidSelect. setRenderer(ComponentRenderer<? extends Component,T> renderer)Sets the item renderer for this select group. -
Uses of ComponentRenderer in com.vaadin.flow.component.treegrid
Subclasses of ComponentRenderer in com.vaadin.flow.component.treegrid Modifier and Type Class Description classHierarchyColumnComponentRenderer<COMPONENT extends Component,SOURCE>Renders components as hierarchy column for tree grid. -
Uses of ComponentRenderer in com.vaadin.flow.data.renderer
Subclasses of ComponentRenderer in com.vaadin.flow.data.renderer Modifier and Type Class Description classBasicRenderer<SOURCE,TARGET>Abstract renderer used as the base implementation for renderers that outputs a simple value in the UI, such asNumberRendererandLocalDateRenderer.classIconRenderer<ITEM>A renderer that renders each item as a text following by an icon using provided icon generator and label generator.classLocalDateRenderer<SOURCE>A template renderer for presenting date values.classLocalDateTimeRenderer<SOURCE>A template renderer for presentingLocalDateTimeobjects.classNativeButtonRenderer<SOURCE>A template renderer to create a clickable button.classNumberRenderer<SOURCE>A template renderer for presenting number values.classTextRenderer<ITEM>A renderer that renders each item as a text using providedItemLabelGenerator.Methods in com.vaadin.flow.data.renderer that return ComponentRenderer Modifier and Type Method Description ComponentRenderer<? extends Component,T>ComponentDataGenerator. getComponentRenderer()Constructors in com.vaadin.flow.data.renderer with parameters of type ComponentRenderer Constructor Description ComponentDataGenerator(ComponentRenderer<? extends Component,T> componentRenderer, ValueProvider<T,String> keyMapper)Creates a new generator.
-