List of usage examples for com.vaadin.ui Button.ClickListener interface-usage
From source file com.jiangyifen.ec2.ui.mgr.usermanage.EditUser.java
/** *? * @author chb */ @SuppressWarnings("serial") public class EditUser extends Window implements Button.ClickListener {
From source file com.liferay.mail.vaadin.PasswordPrompt.java
/** * @author Henri Sara */ public class PasswordPrompt extends Window implements Button.ClickListener { private static Log _log = LogFactoryUtil.getLog(PasswordPrompt.class);
From source file com.lizardtech.expresszip.vaadin.FindLayersViewComponent.java
public class FindLayersViewComponent extends CustomComponent implements FindLayersView, Button.ClickListener, Action.Handler { private static final long serialVersionUID = 912537433588738669L; private static final String RENDER = "Render"; private static final String EXPORT = "Export"; private static final String BASEMAP = "Basemap";
From source file com.lizardtech.expresszip.vaadin.MapToolbarViewComponent.java
public class MapToolbarViewComponent extends CustomComponent implements com.lizardtech.expresszip.ui.MapToolbarPresenter.View, Button.ClickListener { private static final long serialVersionUID = -5297579119173537360L; private HorizontalLayout hznToolbar = new HorizontalLayout(); private TextField txtZoomTo = new TextField();
From source file com.lizardtech.expresszip.vaadin.YesNoDialog.java
public class YesNoDialog extends Window implements Button.ClickListener { private static final long serialVersionUID = 76813921235072263L; private Callback callback; private Button yes; private Button no;
From source file com.ocs.dynamo.ui.composite.form.AbstractModelBasedSearchForm.java
/**
* An abstract model search form that servers as the basis for other model based search forms
*
* @author bas.rutten
*
* @param <ID>
From source file com.ocs.dynamo.ui.composite.form.ModelBasedSearchForm.java
/**
* A search form that is constructed based on the metadata model
*
* @author bas.rutten
* @param <ID>
* The type of the primary key of the entity
From source file com.openhris.administrator.commons.SettingsButton.java
/** * * @author jetdario */ public class SettingsButton extends Button implements Button.ClickListener {
From source file com.openhris.employee.ConfirmResignWindow.java
/** * * @author jetdario */ public class ConfirmResignWindow extends Window implements Button.ClickListener {
From source file com.openhris.employee.EditEmploymentDateEntryWindow.java
/** * * @author jetdario */ public class EditEmploymentDateEntryWindow extends Window implements Button.ClickListener { PostEmploymentInformationService positionHistoryService = new PostEmploymentInformationServiceImpl();