Class AbstractMouseCommand

All Implemented Interfaces:
Command
Direct Known Subclasses:
AbstractBookmarkCommand, AbstractDocumentCommand, com.levigo.jadice.web.client.commands.internal.AbstractSetCurrentPageCommand

public abstract class AbstractMouseCommand extends AbstractPageViewCommand
This class is made to manage commands which can be triggered by mouse events. It is used to control the executions of certain commands depending on the mouse event type.
  • Constructor Details

    • AbstractMouseCommand

      public AbstractMouseCommand()
  • Method Details

    • clearInjections

      protected void clearInjections()
      Overrides:
      clearInjections in class InjectedCommand
    • setMouseEvent

      public void setMouseEvent(com.google.gwt.event.dom.client.MouseEvent<?> mouseEvent)
    • isDoubleClicked

      public boolean isDoubleClicked()
      Check if this MouseEvent is a DoubleClickEvent
      Returns:
      true if it is a DoubleClickEvent