| |
|
| auction.controller.CEPage auction.controller.MyBooks
MyBooks | public class MyBooks extends CEPage (Code) | | A controller of the MyBooks page.
|
Constructor Summary | |
public | MyBooks() |
addBook | public void addBook()(Code) | | Shows the new book dialog and adds a new book.
|
addCategory | public void addCategory()(Code) | | Adds the selected category to the book's list of categories
|
bidListSelectionChanged | public void bidListSelectionChanged()(Code) | | Invoked whenever the bid list selection is changed
|
bookListSelectionChanged | public void bookListSelectionChanged()(Code) | | Invoked whenever the selection on the list of books
is changed.
|
init | protected void init()(Code) | | |
pageActivated | public void pageActivated()(Code) | | |
pageCreated | public void pageCreated()(Code) | | |
removeBid | public void removeBid()(Code) | | Removes the selected bid
|
removeBook | public void removeBook()(Code) | | Removes the selected book
|
removeCategory | public void removeCategory()(Code) | | Removes the selected category from the book's list of categories
|
setImage | public void setImage()(Code) | | Retrieves the name of the file containing the book cover
and the persists it.
|
updateBook | public void updateBook()(Code) | | Updates the selected book with values from the forms
|
updateCategoryButtons | public void updateCategoryButtons()(Code) | | Updates the category list related buttons.
|
|
|
|