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

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

Introduction

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

Usage

From source file org.cruxframework.crux.widgets.client.maskedtextbox.MaskedTextBox.java

/**
 * 
 * @author Thiago da Rosa de Bustamante
 *
 */
public class MaskedTextBox extends Composite implements HasFormatter, HasDirection, HasChangeHandlers,

From source file org.drools.guvnor.client.common.PopupTitleBar.java

public class PopupTitleBar extends Composite implements HasAllMouseHandlers {

    interface PopupTitleBarBinder extends UiBinder<Widget, PopupTitleBar> {
    }

    private static PopupTitleBarBinder uiBinder = GWT.create(PopupTitleBarBinder.class);

From source file org.geomajas.gwt2.client.gfx.VectorContainer.java

/**
 * Base container definition for vector object types. This interface is used for rendering vector layers, screen space
 * objects or world space objects.
 * 
 * @author Pieter De Graef
 * @since 2.0.0

From source file org.geomajas.puregwt.client.gfx.VectorContainer.java

/**
 * Base container definition for vector object types. This interface is used for rendering vector layers, screen space
 * objects or world space objects.
 * 
 * @author Pieter De Graef
 * @since 1.0.0

From source file org.gwtbootstrap3.client.ui.base.button.AbstractButton.java

/**
 * Abstract base class for different kinds of buttons.
 *
 * @author Sven Jacobs
 * @author Joshua Godi
 */

From source file org.gwtbootstrap3.client.ui.Label.java

/**
 * Bootstrap's label, see <a href="http://getbootstrap.com/components/#labels">documentation</a>.
 * <p/>
 * Not to be confused with {@code <label>} (see {@link FormLabel}) or GWT's {@link com.google.gwt.user.client.ui.Label}
 *
 * @author Sven Jacobs

From source file org.jboss.ballroom.client.widgets.common.ButtonDropdown.java

/**
 * A button dropdown similar to http://getbootstrap.com/components/#btn-dropdowns-split.
 *
 * @author Harald Pehl
 */
public class ButtonDropdown extends Composite

From source file org.kie.uberfirebootstrap.client.widgets.PopupTitleBar.java

public class PopupTitleBar extends Composite implements HasAllMouseHandlers {

    interface PopupTitleBarBinder extends UiBinder<Widget, PopupTitleBar> {
    }

    private static PopupTitleBarBinder uiBinder = GWT.create(PopupTitleBarBinder.class);

From source file org.kuali.student.common.ui.client.widgets.ClickablePanel.java

/**
 * A panel that handles all click, key, and mouse events
 * @author Kuali Student Team
 *
 */
public class ClickablePanel extends FocusPanel

From source file org.opencms.gwt.client.ui.CmsFlowPanel.java

/**
 * A basic panel which is like GWT's FlowPanel, except it allows you to choose the HTML tag
 * to use.<p>
 * Implements {@link com.google.gwt.event.dom.client.HasAllMouseHandlers}.<p>
 * 
 * @since 8.0.0