Returns an initiliazed instance of bookInfo component. @return the initialized component instance
()
| 2427 | * @return the initialized component instance |
| 2428 | */ |
| 2429 | public Form getBookInfo() { |
| 2430 | if (bookInfo == null) {//GEN-END:|724-getter|0|724-preInit |
| 2431 | // write pre-init user code here |
| 2432 | bookInfo = new Form("Book details");//GEN-BEGIN:|724-getter|1|724-postInit |
| 2433 | bookInfo.addCommand(getDISMISS_COMMAND()); |
| 2434 | bookInfo.setCommandListener(this);//GEN-END:|724-getter|1|724-postInit |
| 2435 | // write post-init user code here |
| 2436 | bookCanvas.fillBookInfo(bookInfo); |
| 2437 | }//GEN-BEGIN:|724-getter|2| |
| 2438 | return bookInfo; |
| 2439 | } |
| 2440 | //</editor-fold>//GEN-END:|724-getter|2| |
| 2441 | |
| 2442 | //<editor-fold defaultstate="collapsed" desc=" Generated Method: dictionariesFound ">//GEN-BEGIN:|747-if|0|747-preIf |
no test coverage detected