Interface DraggableCellList.DragHandler<T>

  • Enclosing class:
    DraggableCellList<T>

    public static interface DraggableCellList.DragHandler<T>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void onDrag​(com.google.gwt.cell.client.Cell.Context previousContext, com.google.gwt.cell.client.Cell.Context newContext, T value)  
      void onDragEnd​(com.google.gwt.cell.client.Cell.Context context, T value)  
      void onDragStart​(com.google.gwt.cell.client.Cell.Context context, T value)  
    • Method Detail

      • onDragStart

        void onDragStart​(com.google.gwt.cell.client.Cell.Context context,
                         T value)
      • onDrag

        void onDrag​(com.google.gwt.cell.client.Cell.Context previousContext,
                    com.google.gwt.cell.client.Cell.Context newContext,
                    T value)
      • onDragEnd

        void onDragEnd​(com.google.gwt.cell.client.Cell.Context context,
                       T value)