| Package | Description |
|---|---|
| org.apache.wicket.examples.library |
| Modifier and Type | Method and Description |
|---|---|
static Book |
Book.get(long id) |
Book |
Book.getCompanionBook() |
Book |
Book.getRelatedBook() |
| Modifier and Type | Method and Description |
|---|---|
List<Book> |
User.getBooks() |
static Collection<Book> |
Book.getBooks() |
List<Book> |
Home.getBooks() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setBooks(List<Book> books) |
| Constructor and Description |
|---|
BookDetails(Book book)
Constructor
|
EditBook(Book book)
Constructs a page that edits a book
|
EditBookForm(String id,
Book book)
Constructor
|
Copyright © 2020. All rights reserved.