List of usage examples for com.google.gwt.event.dom.client ContextMenuHandler interface-usage
From source file cl.uai.client.marks.Mark.java
/**
* The most basic mark a page can include
*
* @author Jorge Villaln <villalon@gmail.com>
*
*/
From source file cl.uai.client.page.MarkingPage.java
/** * @author Jorge Villalon <villalon@gmail.com> * */ public class MarkingPage extends EMarkingComposite implements ContextMenuHandler {
From source file com.agnie.gwt.common.client.widget.CustomMenuPan.java
/** * CustomMenuPan widget. * */ public class CustomMenuPan extends Composite implements ContextMenuHandler { private static CustomMenuPanResources resource = CustomMenuPanResources.INSTANCE;
From source file com.agnie.useradmin.landing.client.ui.ApplicationWidget.java
/** * ApplicationWidget is widget to show UserRegistered applications. * * */ public class ApplicationWidget extends Composite implements ContextMenuHandler {
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.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.calendar.schedule.DateCell.java
public class DateCell extends FocusableComplexPanel implements MouseDownHandler, MouseMoveHandler, MouseUpHandler, KeyDownHandler, ContextMenuHandler { private static final String DRAGEMPHASISSTYLE = " dragemphasis"; private Date date; private int width; private int eventRangeStart = -1;
From source file com.vaadin.client.ui.calendar.schedule.DateCellDayEvent.java
/** * Internally used by the calendar * * @since 7.1 */ public class DateCellDayEvent extends FocusableHTML implements MouseDownHandler, MouseUpHandler, MouseMoveHandler,
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.v7.client.ui.calendar.schedule.DateCell.java
public class DateCell extends FocusableComplexPanel implements MouseDownHandler, MouseMoveHandler, MouseUpHandler, KeyDownHandler, ContextMenuHandler { private static final String DRAGEMPHASISSTYLE = " dragemphasis"; private Date date; private int width; private int eventRangeStart = -1;