Class EditBook

    • Constructor Detail

      • EditBook

        public EditBook​(Book book)
        Constructs a page that edits a book
        Parameters:
        book - The book to edit
    • Method Detail

      • link

        public static Link<Void> link​(String name,
                                      long id)
        Gets a link to a page that will edit a book
        Parameters:
        name - The name of the link
        id - The id of the book that the page will edit
        Returns:
        The page link