Class TargetDetailsImpl

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected TargetDetailsImpl​(java.util.Map<java.lang.String,​java.lang.Object> rawDropData)
      Deprecated.
       
        TargetDetailsImpl​(java.util.Map<java.lang.String,​java.lang.Object> rawDropData, DropTarget dropTarget)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Object getData​(java.lang.String key)
      Deprecated.
      Gets target data associated with the given string key.
      com.vaadin.shared.MouseEventDetails getMouseEvent()
      Deprecated.
       
      DropTarget getTarget()
      Deprecated.
       
      java.lang.Object setData​(java.lang.String key, java.lang.Object value)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TargetDetailsImpl

        protected TargetDetailsImpl​(java.util.Map<java.lang.String,​java.lang.Object> rawDropData)
        Deprecated.
      • TargetDetailsImpl

        public TargetDetailsImpl​(java.util.Map<java.lang.String,​java.lang.Object> rawDropData,
                                 DropTarget dropTarget)
        Deprecated.
    • Method Detail

      • getMouseEvent

        public com.vaadin.shared.MouseEventDetails getMouseEvent()
        Deprecated.
        Returns:
        details about the actual event that caused the event details. Practically mouse move or mouse up.
      • getData

        public java.lang.Object getData​(java.lang.String key)
        Deprecated.
        Description copied from interface: TargetDetails
        Gets target data associated with the given string key.
        Specified by:
        getData in interface TargetDetails
        Returns:
        The data associated with the key
      • setData

        public java.lang.Object setData​(java.lang.String key,
                                        java.lang.Object value)
        Deprecated.