Interface I_CmsDragHandle

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.event.dom.client.HasMouseDownHandlers
All Known Implementing Classes:
CmsAttributeValueView.MoveHandle, CmsElementOptionButton, CmsHoverbarMoveButton, CmsListItem.MoveHandle, CmsMoveOptionButton, CmsResultItemWidget.ImageTile

public interface I_CmsDragHandle extends com.google.gwt.event.dom.client.HasMouseDownHandlers
Drag and drop drag handle.

Since:
8.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the draggable item.
    com.google.gwt.dom.client.Element
    Returns the handle element.
    void
    Sets the title attribute.

    Methods inherited from interface com.google.gwt.event.shared.HasHandlers

    fireEvent

    Methods inherited from interface com.google.gwt.event.dom.client.HasMouseDownHandlers

    addMouseDownHandler
  • Method Details

    • getDraggable

      Returns the draggable item.

      Returns:
      the draggable item
    • getElement

      com.google.gwt.dom.client.Element getElement()
      Returns the handle element.

      Returns:
      the handle element
    • setTitle

      void setTitle(String title)
      Sets the title attribute.

      Parameters:
      title - the title