List of usage examples for com.google.gwt.event.dom.client HasAllMouseHandlers interface-usage
From source file com.alkacon.geranium.client.ui.FlowPanel.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> */ public class FlowPanel extends ComplexPanel implements HasAllMouseHandlers {
From source file com.bearsoft.gwt.ui.widgets.DropDownButton.java
/** * * @author mg */ public class DropDownButton extends Composite implements HasText, HasHTML, RequiresResize, HasClickHandlers, HasDoubleClickHandlers, HasEnabled,
From source file com.codenvy.editor.api.editor.elements.widgets.shape.ShapeWidget.java
/**
* The widget that represents a shape diagram element on GWT panel.
*
* @author Andrey Plotnikov
* @author Valeriy Svydenko
*/
From source file com.codenvy.ide.client.elements.widgets.element.ElementViewImpl.java
/**
* Provides a graphical representation of the diagram's element.
*
* @author Andrey Plotnikov
* @author Valeriy Svydenko
*/
From source file com.dianaui.universal.core.client.ui.base.button.AbstractButton.java
/**
* Abstract base class for different kinds of buttons.
*
* @author Sven Jacobs
* @author Joshua Godi
* @author <a href='mailto:donbeave@gmail.com'>Alexey Zhokhov</a>
From source file com.dianaui.universal.core.client.ui.Label.java
/**
* Bootstrap's label, see <a href="http://getbootstrap.com/components/#labels">documentation</a>.
* Not to be confused with {@code <label>} (see {@link FormLabel}) or GWT's {@link com.google.gwt.user.client.ui.Label}
*
* @author Sven Jacobs
* @author <a href='mailto:donbeave@gmail.com'>Alexey Zhokhov</a>
From source file com.github.gwtbootstrap.client.ui.Button.java
/**
* Button with optional icon.
*
* <p>
* <h3>UiBinder Usage:</h3>
*
From source file com.google.code.gwt.html5.media.client.Media.java
public abstract class Media extends Widget implements HasAbortHandlers, HasCanPlayHandlers, HasCanPlayThroughHandlers, HasDurationChangeHandlers, HasEmptiedHandlers, HasEndedHandlers, HasErrorHandlers, HasLoadStartHandlers, HasLoadedDataHandlers, HasLoadedMetadataHandlers, HasPauseHandlers, HasPlayHandlers, HasPlayingHandlers, HasProgressHandlers, HasRateChangeHandlers, HasSeekedHandlers, HasSeekingHandlers, HasStalledHandlers, HasSuspendHandlers, HasTimeUpdateHandlers, HasVolumeChangeHandlers, HasWaitingHandlers, HasAllMouseHandlers, HasClickHandlers {
From source file com.googlecode.simplegwt.command.client.ui.CommandIcon.java
/**
* An composite {@link Widget} displaying an {@link Image} that executes a {@link Command} when
* clicked.
*
* @since 1.0
*/
From source file com.ikon.frontend.client.widget.dashboard.ImageHover.java
/**
* Image hovering on mouse over
*
* @author jllort
*
*/