List of usage examples for com.vaadin.ui Button.ClickListener interface-usage
From source file annis.gui.flatquerybuilder.VerticalNode.java
/** * @author Martin * @author tom */ public class VerticalNode extends Panel implements Button.ClickListener {
From source file annis.gui.paging.PagingComponent.java
/** * * @author thomas */ public class PagingComponent extends Panel implements Button.ClickListener {
From source file annis.gui.querybuilder.EdgeWindow.java
/** * * @author thomas */ public class EdgeWindow extends Panel implements Button.ClickListener {
From source file annis.gui.querybuilder.NodeWindow.java
/** * * @author thomas */ public class NodeWindow extends Panel implements Button.ClickListener {
From source file annis.gui.resultview.SingleResultPanel.java
/** * * @author thomas */ public class SingleResultPanel extends CssLayout implements Button.ClickListener, VisualizerContextChanger { private static final long serialVersionUID = 2L;
From source file annis.gui.resultview.VisualizerPanel.java
/**
* Controls the visibility of visualizer plugins and provides some control
* methods for the media visualizers.
*
* @author Thomas Krause <krauseto@hu-berlin.de>
* @author Benjamin Weienfels <b.pixeldrama@gmail.com>
From source file annis.gui.ShareQueryReferenceWindow.java
/** * * @author Thomas Krause <krauseto@hu-berlin.de> */ public class ShareQueryReferenceWindow extends Window implements Button.ClickListener {
From source file at.peppol.webgui.app.LoginWindow.java
/** * * @author Jerouris */ public class LoginWindow extends Window implements Button.ClickListener { private PasswordField passwordField;
From source file br.com.anteros.mobileserver.app.form.LogForm.java
public class LogForm extends VerticalLayout implements Button.ClickListener { private MobileServerApplication app; private VerticalLayout header; private Label textLog; private Panel textPanel;
From source file br.com.anteros.mobileserver.app.form.ProcedureForm.java
@SuppressWarnings("serial") public class ProcedureForm extends VerticalLayout implements ValueChangeListener, Button.ClickListener { private TextField fldId; private ComboBox fldName; private TextField fldDescription;