List of usage examples for com.vaadin.client.renderers ButtonRenderer subclass-usage
From source file org.eclipse.hawkbit.ui.customrenderers.client.renderers.HtmlButtonRenderer.java
/** * Renders button with provided HTML content. Used to display button with icons. */ public class HtmlButtonRenderer extends ButtonRenderer { public static final String DISABLE_VALUE = "_Disabled_";