Uses of Class
org.apache.wicket.examples.library.Book

Packages that use Book
org.apache.wicket.examples.library   
 

Uses of Book in org.apache.wicket.examples.library
 

Methods in org.apache.wicket.examples.library that return Book
static Book Book.get(long id)
           
 Book Book.getCompanionBook()
           
 Book Book.getRelatedBook()
           
 

Methods in org.apache.wicket.examples.library that return types with arguments of type Book
 List<Book> Home.getBooks()
           
static Collection<Book> Book.getBooks()
           
 List<Book> User.getBooks()
           
 

Methods in org.apache.wicket.examples.library with parameters of type Book
static BookmarkablePageLink<Void> BookDetails.link(String name, Book book, String noBookTitle)
          Creates an external page link
 void Book.setCompanionBook(Book book)
           
 void Book.setRelatedBook(Book relatedBook)
           
 

Method parameters in org.apache.wicket.examples.library with type arguments of type Book
 void User.setBooks(List<Book> books)
           
 

Constructors in org.apache.wicket.examples.library with parameters of type Book
BookDetails(Book book)
          Constructor
EditBook.EditBookForm(String id, Book book)
          Constructor
EditBook(Book book)
          Constructs a page that edits a book
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.