Example usage for com.vaadin.shared.ui.button ButtonServerRpc interface-usage

List of usage examples for com.vaadin.shared.ui.button ButtonServerRpc interface-usage

Introduction

In this page you can find the example usage for com.vaadin.shared.ui.button ButtonServerRpc interface-usage.

Usage

From source file fi.semantum.strategia.widgetset.client.pdfbutton.PDFButtonServerRpc.java

public interface PDFButtonServerRpc extends ButtonServerRpc {

    public void setSVG(String text);

}