com.primix.vlib.pages.MyBooks border Border title My Books subtitle My Books showError ShowError ifMessage Conditional condition message insertMessage Insert value message ifShowOwnedBooksHeader Conditional condition ownedBooks e-owned Foreach source ownedBooks value currentBook insertOwnedTitle Insert value currentBook.title insertOwnedAuthor Insert value currentBook.author insertOwnedPublisher Insert value currentBook.publisherName ifShowHolder Conditional condition currentBook.borrowed holderLink PersonLink primaryKey currentBook.holderPrimaryKey name currentBook.holderName edit Direct listener editListener context currentBook.primaryKey delete Direct listener deleteListener context currentBook.primaryKey ifShowOwnedBooksTrailer Conditional condition ownedBooks ifShowBorrowedBooksHeader Conditional condition borrowedBooks e-borrowed Foreach source borrowedBooks value currentBook bookLink BookLink book currentBook insertBorrowedAuthor Insert value currentBook.author insertBorrowedPublisher Insert value currentBook.publisherName ownerLink PersonLink name currentBook.ownerName primaryKey currentBook.ownerPrimaryKey return Direct context currentBook.primaryKey listener returnListener ifShowBorrowedBooksTrailer Conditional condition borrowedBooks addNewBook Page page NewBook editProfile Direct listener editProfileListener