Interface ListboxController<T>

    • Method Detail

      • move

        void move​(Listbox listbox,
                  T node,
                  T target)
        Moves given node in place of 'target' node.
        Parameters:
        listbox - after successful movement, contentPageList will be notified to update itself
        node - to be moved
        target - node to be shifted. In place of this 'target' node the 'node' will be moved.
      • delete

        void delete​(Listbox listbox,
                    T node)
        Deletes given node
        Parameters:
        listbox - after successful deletion, listbox will be notified to update itself
        node - to delete