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 template renderer to create a clickable button.

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

    Since:

    1.0.

    Author:

    Vaadin Ltd

    See Also:

    Serialized Form