Interface TreeGridDropListener<T>

    • Field Detail

      • DROP_METHOD

        static final Method DROP_METHOD
    • Method Detail

      • drop

        void drop​(TreeGridDropEvent<T> event)
        Called when drop event is fired on a Grid row.
        Parameters:
        event - Server side drop event.