Package com.vaadin.ui

Class AbstractSelect.AbstractSelectTargetDetails

    • Field Detail

      • idOver

        protected Object idOver
        The item id over which the drag event happened.
    • Constructor Detail

      • AbstractSelectTargetDetails

        protected AbstractSelectTargetDetails​(Map<String,​Object> rawVariables)
        Constructor that automatically converts itemIdOver key to corresponding item Id
    • Method Detail

      • getItemIdOver

        public Object getItemIdOver()
        If the drag operation is currently over an Item, this method returns the identifier of that Item.
      • getDropLocation

        public VerticalDropLocation getDropLocation()
        Returns a detailed vertical location where the drop happened on Item.