List of usage examples for com.google.gwt.event.dom.client DoubleClickHandler interface-usage
From source file com.google.gerrit.client.patches.CommentEditorPanel.java
public class CommentEditorPanel extends CommentPanel implements ClickHandler, DoubleClickHandler { private static final int INITIAL_COLS = 60; private static final int INITIAL_LINES = 5; private static final int MAX_LINES = 30; private static final AsyncCallback<VoidResult> NULL_CALLBACK = new AsyncCallback<VoidResult>() { @Override
From source file com.haulmont.cuba.web.widgets.client.addons.aceeditor.SuggestPopup.java
public class SuggestPopup extends VOverlay implements KeyDownHandler, DoubleClickHandler, ChangeHandler { protected ListBox choiceList; protected String startOfValue = ""; public interface SuggestionSelectedListener {
From source file com.lushprojects.circuitjs1.client.CirSim.java
public class CirSim implements MouseDownHandler, MouseMoveHandler, MouseUpHandler, ClickHandler, DoubleClickHandler, ContextMenuHandler, NativePreviewHandler, MouseOutHandler, MouseWheelHandler { Random random; public static final int sourceRadius = 7;
From source file com.spaceapplications.vaadin.addon.eventtimeline.gwt.client.VEventTimelineBrowser.java
/**
* VEventTimelineBrowser, based on original version from vaadin-timeline.
*
* @author Thomas Neidhart / Space Applications Services NV/SA
* @author Peter Lehto / IT Mill Oy Ltd
* @author John Ahlroos / IT Mill Oy Ltd
From source file com.vaadin.addon.timeline.gwt.client.VTimelineBrowser.java
/** * VTimelineBrowser * */ public class VTimelineBrowser extends VTimelineCanvasComponent
From source file com.vaadin.client.ui.AbstractClickEventHandler.java
public abstract class AbstractClickEventHandler implements MouseDownHandler, MouseUpHandler, DoubleClickHandler, ContextMenuHandler { private HandlerRegistration mouseDownHandlerRegistration; private HandlerRegistration mouseUpHandlerRegistration; private HandlerRegistration doubleClickHandlerRegistration;
From source file com.vaadin.client.ui.VTwinColSelect.java
public class VTwinColSelect extends VOptionGroupBase implements KeyDownHandler, MouseDownHandler, DoubleClickHandler, SubPartAware { public static final String CLASSNAME = "v-select-twincol"; private static final int VISIBLE_COUNT = 10;
From source file com.vaadin.terminal.gwt.client.ui.ClickEventHandler.java
public abstract class ClickEventHandler implements DoubleClickHandler, ContextMenuHandler, MouseUpHandler { private HandlerRegistration doubleClickHandlerRegistration; private HandlerRegistration mouseUpHandlerRegistration; private HandlerRegistration contextMenuHandlerRegistration;
From source file com.vaadin.terminal.gwt.client.ui.VTwinColSelect.java
public class VTwinColSelect extends VOptionGroupBase implements KeyDownHandler, MouseDownHandler, DoubleClickHandler, SubPartAware { private static final String CLASSNAME = "v-select-twincol"; public static final String ATTRIBUTE_LEFT_CAPTION = "lc"; public static final String ATTRIBUTE_RIGHT_CAPTION = "rc";
From source file com.vaadin.v7.client.ui.VTwinColSelect.java
public class VTwinColSelect extends VOptionGroupBase implements KeyDownHandler, MouseDownHandler, DoubleClickHandler, SubPartAware { public static final String CLASSNAME = "v-select-twincol"; private static final int VISIBLE_COUNT = 10;