Class TreeGridDropTarget<T>

    • Constructor Detail

      • TreeGridDropTarget

        public TreeGridDropTarget​(TreeGrid<T> target,
                                  DropMode dropMode)
        Extends a TreeGrid and makes it's rows drop targets for HTML5 drag and drop.
        Parameters:
        target - TreeGrid to be extended.
        dropMode - Drop mode that describes the allowed drop locations within the TreeGrid's row.