Example usage for com.google.gwt.event.dom.client HasMouseDownHandlers interface-usage

List of usage examples for com.google.gwt.event.dom.client HasMouseDownHandlers interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.event.dom.client HasMouseDownHandlers interface-usage.

Usage

From source file ch.unifr.pai.twice.dragndrop.client.intf.Draggable.java

/**
 * An interface to be implemented by widgets which shall be draggable
 * 
 * @author Oliver Schmid
 * 
 */

From source file com.alkacon.acacia.client.ui.AttributeValueView.java

/**
 * UI object holding an attribute value.<p>
 */
public class AttributeValueView extends Composite
        implements I_Draggable, I_HasResizeOnShow, HasMouseOverHandlers, HasMouseOutHandlers, HasMouseDownHandlers {

From source file com.alkacon.geranium.client.dnd.I_DragHandle.java

/**
 * Drag and drop drag handle.<p>
 */
public interface I_DragHandle extends HasMouseDownHandlers {

    /**

From source file com.alkacon.geranium.client.ui.AreaSelectPanel.java

/**
 * Select area widget. Allows the user to select an area inside the widget.<p>
 */
public class AreaSelectPanel extends Composite implements HasWidgets, IndexedPanel,
        HasValueChangeHandlers<PositionBean>, HasMouseDownHandlers, HasMouseUpHandlers, HasClickHandlers,
        HasMouseMoveHandlers, MouseDownHandler, MouseUpHandler, MouseMoveHandler {

From source file com.bramosystems.oss.player.core.client.AbstractMediaPlayer.java

/**
 * Abstract implementation of a media player.  It implements the handling
 * of MediaStateListeners.
 *
 * @author Sikiru Braheem
 */

From source file com.github.gwtbootstrap.client.ui.base.IconAnchor.java

/**
 * An Anchor with optional image and caret.
 *
 * <p>
 * It uses a HTML {@code <a>} tag and can contain text and child widgets. But
 * not both at the same time.

From source file com.googlecode.gchart.client.GChart.java

/**
 * A GChart can represent and display a line chart, a bar chart, a pie chart, an
 * area chart, or a chart that contains arbitrary combinations of line, bar,
 * pie, and/or area based curves.
 * 
 * <p>

From source file com.hydro4ge.dnd.client.DraggableCircle.java

class DraggableCircle extends Raphael
        implements HasMouseDownHandlers, HasMouseUpHandlers, HasMouseMoveHandlers, HasMouseOutHandlers {
    static final private int PADDING = 5;
    private int radius;

    public DraggableCircle(int radius) {

From source file com.kk_electronic.kkportal.core.dnd.Draggable.java

public interface Draggable extends HasMouseDownHandlers {
}

From source file de.decidr.modelingtoolbase.client.ui.Node.java

/**
 * This class represents an abstract node in a workflow.
 * 
 * @author Johannes Engelhardt
 */
public abstract class Node extends AbsolutePanel