Example usage for com.vaadin.event LayoutEvents.LayoutClickListener interface-usage

List of usage examples for com.vaadin.event LayoutEvents.LayoutClickListener interface-usage

Introduction

In this page you can find the example usage for com.vaadin.event LayoutEvents.LayoutClickListener interface-usage.

Usage

From source file probe.com.view.body.quantdatasetsoverview.diseasegroupsfilters.interactivepiechartfilters.JfreeDivaPieChartFilter.java

/**
 *
 * @author Yehia Farag
 */
public class JfreeDivaPieChartFilter extends VerticalLayout implements LayoutEvents.LayoutClickListener {

From source file probe.com.view.body.quantdatasetsoverview.diseasegroupsfilters.PopupInteractiveDSFiltersLayout.java

/**
 *
 * @author Yehia Farag
 */
public class PopupInteractiveDSFiltersLayout extends VerticalLayout implements LayoutEvents.LayoutClickListener {

From source file probe.com.view.body.quantdatasetsoverview.diseasegroupsfilters.PopupRecombineDiseaseGroups.java

/**
 *
 * @author Yehia Farag
 */
public class PopupRecombineDiseaseGroups extends VerticalLayout implements LayoutEvents.LayoutClickListener {

From source file probe.com.view.body.quantdatasetsoverview.diseasegroupsfilters.PopupReorderGroupsLayout.java

/**
 *
 * @author Yehia Farag
 */
public class PopupReorderGroupsLayout extends VerticalLayout
        implements CSFFilter, LayoutEvents.LayoutClickListener {

From source file probe.com.view.body.welcomelayout.PublicationsInformationWindow.java

/**
 *
 * @author Yehia Farag
 */
public class PublicationsInformationWindow extends VerticalLayout implements LayoutEvents.LayoutClickListener {

From source file probe.com.view.body.welcomelayout.StudiesInformationWindow.java

/**
 *
 * @author yfa041
 */
public class StudiesInformationWindow extends VerticalLayout implements LayoutEvents.LayoutClickListener {

From source file probe.com.view.core.ClosableFilterLabel.java

/**
 *
 * @author Yehia Farag
 */
public class ClosableFilterLabel extends HorizontalLayout
        implements Serializable, LayoutEvents.LayoutClickListener {

From source file probe.com.view.core.HideOnClickLayout.java

/**
 *
 * @author Yehia Farag
 */
public class HideOnClickLayout extends VerticalLayout implements Serializable, LayoutEvents.LayoutClickListener {

From source file probe.com.view.core.InfoPopupBtn.java

/**
 *
 * @author yfa041
 */
public class InfoPopupBtn extends VerticalLayout implements LayoutEvents.LayoutClickListener {

From source file probe.com.view.core.MiniStudyFilter.java

/**
 *
 * @author Yehia Farag
 */
public class MiniStudyFilter extends HorizontalLayout implements Serializable, LayoutEvents.LayoutClickListener {