List of usage examples for com.vaadin.ui Button.ClickListener interface-usage
From source file edu.nps.moves.mmowgliMobile.ui.SigninPopover.java
/**
* SigninPopover.java
* Created on Feb 28, 2014
*
* MOVES Institute
* Naval Postgraduate School, Monterey, CA, USA
From source file edu.vcu.csbc.vahmpexplorer.main.VaHMPExplorer.java
public class VaHMPExplorer extends Application implements ItemClickListener, TabSheet.SelectedTabChangeListener, Table.ValueChangeListener, Button.ClickListener, Window.CloseListener { private HorizontalSplitPanel horiztonalSplit = new HorizontalSplitPanel(); private RunTable runTable = null; private ListView listView = null;
From source file eu.eco2clouds.portal.component.AdaptationReport.java
/** * * */ public class AdaptationReport extends VerticalLayout implements Button.ClickListener {
From source file eu.eco2clouds.portal.component.apwizard.APText.java
/** * * */ public class APText extends VerticalLayout implements Button.ClickListener {
From source file eu.eco2clouds.portal.component.NewRequirementForm.java
/** * * */ public class NewRequirementForm extends FormLayout implements Button.ClickListener {
From source file eu.eco2clouds.portal.component.NewResourceForm.java
/** * * */ public class NewResourceForm extends FormLayout implements Button.ClickListener {
From source file eu.eco2clouds.portal.component.NewTaskForm.java
/** * * */ public class NewTaskForm extends FormLayout implements Button.ClickListener {
From source file eu.livotov.tpt.gui.dialogs.DownloadDialog.java
/**
* A modal dialog that shows a title, informational message and a link to a file or resource, that
* can be clicked by the used and downloaded. Dialog also provides the "Close" button to be closed
* as well as reacts for ENTER and ESC keys. Dialog does not provide any result but just an event
* that it was closed.
*/
From source file eu.livotov.tpt.gui.dialogs.InputDialog.java
/** * Modal dialog, that prompts for input. Displays title, informational message and an input text * field, that can be used to provide some information from an application user. It also provides * "OK" and "Cancel" buttons as well as reacts to ENTER/ESC keys. */ public class InputDialog extends AbstractDialog implements Button.ClickListener {
From source file eu.livotov.tpt.gui.dialogs.OptionDialog.java
/** * A modal dialog that provides some pre-defined selection options or the custom interface. In all * cases, key ENTER, pressed during the dialog panel invocation, simulates the "OK" or "Yes" button * click and key ESC - "No" or "Cancel" button click. */ public class OptionDialog extends AbstractDialog implements Button.ClickListener {