List of usage examples for com.vaadin.ui Component.Event subclass-usage
From source file com.zipsoft.clicklabel.ClickLabelEvent.java
/** * * @author marko */ public class ClickLabelEvent extends Component.Event {
From source file de.elomagic.vaadin.addon.speechrecognition.SpeechRecognitionEvent.java
/** * Common recognition event class. */ public class SpeechRecognitionEvent extends Component.Event { private final Type eventType;
From source file de.elomagic.vaadin.addon.speechsynthesis.SpeechSynthesisErrorEvent.java
/** * * @author Carsten Rambow */ public class SpeechSynthesisErrorEvent extends Component.Event {
From source file de.elomagic.vaadin.addon.speechsynthesis.SpeechSynthesisEvent.java
/** * */ public class SpeechSynthesisEvent extends Component.Event { private final JSONArray jsonArray;
From source file drakkar.oar.facade.event.FacadeVaadinEvent.java
public class FacadeVaadinEvent extends Component.Event { private static final long serialVersionUID = 1L; protected Response response; public FacadeVaadinEvent(Response response) {
From source file org.vaadin.addons.tuningdatefield.event.CalendarOpenEvent.java
/**
* Event dispatched when the calendar is open.
*
* @author Frederic.Dreyfus
*
*/
From source file org.vaadin.addons.tuningdatefield.event.DateChangeEvent.java
/**
* Event dispatched when the date changed in the calendar or in the text field.
*
* @author Frederic.Dreyfus
*
*/
From source file org.vaadin.addons.tuningdatefield.event.DayClickEvent.java
/**
* Event dispatched when user clicks on a day in the calendar (before date change is made).
*
* @author Frederic.Dreyfus
*
*/
From source file org.vaadin.addons.tuningdatefield.event.MonthChangeEvent.java
/**
* Event dispatched when the month changed in the calendar.
*
* @author Frederic.Dreyfus
*
*/
From source file org.vaadin.addons.tuningdatefield.event.ResolutionChangeEvent.java
/**
* Event dispatched when the resolution changed in the calendar.
*
* @author Frederic.Dreyfus
*
*/