Example usage for com.vaadin.ui Button.ClickListener interface-usage

List of usage examples for com.vaadin.ui Button.ClickListener interface-usage

Introduction

In this page you can find the example usage for com.vaadin.ui Button.ClickListener interface-usage.

Usage

From source file eu.lod2.EXML.java

/**
 * extract RDF data from an XML file using an XSLT transformation
 */
public class EXML extends CustomComponent implements Button.ClickListener {

    // reference to the global internal state

From source file eu.lod2.EXMLExtended.java

/**
 * extract RDF data from an XML file using an XSLT transformation
 */
public class EXMLExtended extends CustomComponent implements Button.ClickListener {

    private VerticalLayout panel;

From source file gms.demo.service.presentation.ui.CreateMemberInfoPanel.java

/**
 * Holds a form for creating a new MemberInfo. If MemberInfo just had
 * Java primitives in it, we could create the Form object from it directly.
 */
public class CreateMemberInfoPanel extends Panel implements Serializable, Button.ClickListener {

From source file gms.demo.service.presentation.ui.MainUI.java

/**
 * This is a Vaadin-based web ui for showing and editing the information
 * currently stored in the discovery service. A Vaadin Application object
 * is created for each http session. All of this code runs in the server,
 * so we can access EJBs easily. This class is loaded by an inner Servlet
 * class that allows us to easily inject an EJB.

From source file lifetime.component.welcome.register.OKButton.java

/**
 *
 * @author lifetime
 */
public class OKButton extends LifetimeButtonLink implements Button.ClickListener {

From source file lifetime.component.welcome.RegisterButton.java

/**
 *
 * @author lifetime
 */
public class RegisterButton extends LifetimeButtonLink implements Button.ClickListener {

From source file lu.uni.lassy.excalibur.examples.icrash.dev.web.java.views.AdminLoginView.java

public class AdminLoginView extends HorizontalLayout implements View, Button.ClickListener, Serializable {

    private static final long serialVersionUID = -3317915013312630958L;

    IcrashSystem sys = IcrashSystem.getInstance();
    IcrashEnvironment env = IcrashEnvironment.getInstance();

From source file net.sf.gazpachoquest.questionnaires.views.login.OldLoginView.java

public class OldLoginView extends CustomComponent implements View, Button.ClickListener {

    private static final long serialVersionUID = 2314128852757221652L;

    private static Logger logger = LoggerFactory.getLogger(OldLoginView.class);

From source file nl.arnovanoort.vaadintest6.MyVaadinApplication.java

/**
 * The Application's "main" class
 */
@SuppressWarnings("serial")
public class MyVaadinApplication extends Application implements Button.ClickListener {
    private Window window;

From source file nl.kpmg.lcm.ui.view.administration.components.AuthorizedLcmCreateWindow.java

/**
 *
 * @author mhoekstra
 */
public class AuthorizedLcmCreateWindow extends Window implements Button.ClickListener {