Returns an initiliazed instance of bookmarks component. @return the initialized component instance
()
| 2913 | * @return the initialized component instance |
| 2914 | */ |
| 2915 | public List getBookmarks() { |
| 2916 | if (bookmarks == null) {//GEN-END:|890-getter|0|890-preInit |
| 2917 | // write pre-init user code here |
| 2918 | bookmarks = new List("Bookmarks", Choice.IMPLICIT);//GEN-BEGIN:|890-getter|1|890-postInit |
| 2919 | bookmarks.addCommand(getBACK_COMMAND()); |
| 2920 | bookmarks.addCommand(getGO_COMMAND()); |
| 2921 | bookmarks.addCommand(getADD_COMMAND()); |
| 2922 | bookmarks.addCommand(getEDIT_COMMAND()); |
| 2923 | bookmarks.addCommand(getDELETE_COMMAND()); |
| 2924 | bookmarks.setCommandListener(this); |
| 2925 | bookmarks.setFitPolicy(Choice.TEXT_WRAP_OFF); |
| 2926 | bookmarks.setSelectCommand(getGO_COMMAND());//GEN-END:|890-getter|1|890-postInit |
| 2927 | // write post-init user code here |
| 2928 | }//GEN-BEGIN:|890-getter|2| |
| 2929 | return bookmarks; |
| 2930 | } |
| 2931 | //</editor-fold>//GEN-END:|890-getter|2| |
| 2932 | |
| 2933 | //<editor-fold defaultstate="collapsed" desc=" Generated Method: bookmarksAction ">//GEN-BEGIN:|890-action|0|890-preAction |
no test coverage detected