List of usage examples for com.google.gwt.event.dom.client HasAllMouseHandlers interface-usage
From source file org.openxdata.designer.client.widget.DesignWidgetWrapper.java
/**
*
* Wraps a widget and gives it capability to be designed.
*
* www.openxdata.org - Licensed as written in license.txt and original sources of this file and its authors are found in sources.txt.
*
From source file org.openxdata.designer.client.widget.PaletteWidget.java
/**
* This is a widget which can be put on the palette for users to drag and drop
* on the design surface.
*
* www.openxdata.org - Licensed as written in license.txt and original sources of this file and its authors are found in sources.txt.
*
From source file org.palaso.languageforge.client.lex.controls.FastTree.java
/**
* A standard hierarchical tree widget. The tree contains a hierarchy of
* {@link FastTreeItem}s.
*
* Explicitly call FastTree.addDefaultCSS() to include the default style sheet.
*
From source file org.pentaho.gwt.widgets.client.listbox.ListItem.java
/** * Created by IntelliJ IDEA. User: Nick Baker Date: Mar 9, 2009 Time: 11:17:00 AM */ public interface ListItem<T> extends HasAllMouseHandlers, Draggable { /**
From source file org.pentaho.mantle.client.solutionbrowser.filelist.FileItem.java
public class FileItem extends FlexTable implements HasAllMouseHandlers, IFileSummary { public static final String ANALYSIS_VIEW_SUFFIX = ".analysisview.xaction"; //$NON-NLS-1$ public static final String XACTION_SUFFIX = ".xaction"; //$NON-NLS-1$ public static final String URL_SUFFIX = ".url"; //$NON-NLS-1$
From source file org.pentaho.ui.xul.gwt.tags.util.TreeItemWidget.java
/** * User: nbaker Date: Jul 13, 2010 * */ public class TreeItemWidget extends FlexTable implements HasAllMouseHandlers, Draggable { private static final String DROP_INVALID_PNG = "drop_invalid.png";
From source file org.primaresearch.web.gwt.client.ui.MouseScrollPanel.java
/**
* Scroll panel handling mouse events to enable panning by dragging the mouse.<br>
* <br>
* The first widget that is added to the panel is used for the scrolling.
*
* @author Christian Clausner
From source file org.rstudio.core.client.widget.FastSelectTable.java
public class FastSelectTable<TItemInput, TItemOutput, TItemOutput2> extends Widget implements HasAllMouseHandlers, HasClickHandlers, HasAllKeyHandlers { public interface ItemCodec<T, TItemOutput, TItemOutput2> { TableRowElement getRowForItem(T entry); void onRowsChanged(TableSectionElement tbody);
From source file org.uberfire.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.uberfire.ext.widgets.common.client.colorpicker.canvas.Canvas.java
public class Canvas extends Composite implements HasAllMouseHandlers { private HTML html; private Element canvas; public Canvas() {