You're viewing an older version of Vaadin JavaDoc. Please see version 24.7.0 for the latest.
com.vaadin.flow.data.renderer.

Class NativeButtonRenderer<SOURCE>

Type Parameters:

SOURCE - the type of the item to be received in the click listeners

All Implemented Interfaces:

ClickableRenderer<SOURCE>, Serializable

public class NativeButtonRenderer<SOURCE> extends BasicRenderer<SOURCE,String> implements ClickableRenderer<SOURCE>

A renderer to create a clickable button.

ClickableRenderer.ItemClickListeners are notified when the rendered buttons are either clicked or tapped (in touch devices).

Author:

Vaadin Ltd

See Also: