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: