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 org.activiti.kickstart.ui.listener.DeleteTaskClickListener.java

/**
 * @author Joram Barrez
 */
public class DeleteTaskClickListener implements Button.ClickListener {

    private static final long serialVersionUID = 8903617821112289058L;

From source file org.activiti.kickstart.ui.listener.EditExistingKickstartWorkflowClickListener.java

/**
 * @author Joram Barrez
 */
public class EditExistingKickstartWorkflowClickListener implements Button.ClickListener {

    protected static final long serialVersionUID = -2160682103119947071L;

From source file org.activiti.kickstart.ui.listener.ShowFormClickListener.java

/**
 * @author Joram Barrez
 */
public class ShowFormClickListener implements Button.ClickListener {

    private static final long serialVersionUID = 3881133002111623189L;

From source file org.axonframework.examples.addressbook.vaadin.AddressbookApplication.java

/**
 * @author Jettro Coenradie
 */
public class AddressbookApplication extends Application implements Button.ClickListener,
        Property.ValueChangeListener, ItemClickEvent.ItemClickListener, ContactForm.CommitListener {

From source file org.axonframework.examples.addressbook.vaadin.ui.ContactForm.java

/**
 * <p>Form that can be used to create new contacts, change the details of an existing contact and to remove a contact.
 * </p>
 * <p>The form makes use of the command bus to send commands to the backend</p>
 *
 * @author Jettro Coenradie

From source file org.eclipse.hawkbit.ui.artifacts.upload.UploadConfirmationWindow.java

/**
 * Artifact upload confirmation popup.
 *
 */
public class UploadConfirmationWindow implements Button.ClickListener {

From source file org.eclipse.hawkbit.ui.artifacts.upload.UploadResultWindow.java

/**
 * Upload status popup.
 */
public class UploadResultWindow implements Button.ClickListener {

    private static final long serialVersionUID = 5205927189362269027L;

From source file org.eclipse.hawkbit.ui.common.ConfirmationDialog.java

/**
 * Class for the confirmation dialog which pops up when deleting, assigning...
 * entities.
 */
public class ConfirmationDialog implements Button.ClickListener {

From source file org.eclipse.hawkbit.ui.filtermanagement.CreateOrUpdateFilterHeader.java

/**
 * A Vaadin layout for create or update the target filter.
 */
public class CreateOrUpdateFilterHeader extends VerticalLayout implements Button.ClickListener {

    private static final long serialVersionUID = 7474232427119031474L;

From source file org.eclipse.hawkbit.ui.management.targettag.filter.FilterByStatusLayout.java

/**
 *
 *
 */
public class FilterByStatusLayout extends VerticalLayout implements Button.ClickListener {