Uses of Class
org.apache.wicket.examples.library.Book
-
Packages that use Book Package Description org.apache.wicket.examples.library -
-
Uses of Book in org.apache.wicket.examples.library
Methods in org.apache.wicket.examples.library that return Book Modifier and Type Method Description static BookBook. get(long id)BookBook. getCompanionBook()BookBook. getRelatedBook()Methods in org.apache.wicket.examples.library that return types with arguments of type Book Modifier and Type Method Description static Collection<Book>Book. getBooks()List<Book>Home. getBooks()List<Book>User. getBooks()Methods in org.apache.wicket.examples.library with parameters of type Book Modifier and Type Method Description static BookmarkablePageLink<Void>BookDetails. link(String name, Book book, String noBookTitle)Creates an external page linkvoidBook. setCompanionBook(Book book)voidBook. setRelatedBook(Book relatedBook)Method parameters in org.apache.wicket.examples.library with type arguments of type Book Modifier and Type Method Description voidUser. setBooks(List<Book> books)Constructors in org.apache.wicket.examples.library with parameters of type Book Constructor Description BookDetails(Book book)ConstructorEditBook(Book book)Constructs a page that edits a bookEditBookForm(String id, Book book)Constructor
-