5960616263646566676869
layout.setHeight("100%"); layout.setWidth("100%"); pf.startSection(); pf.addRow(layout); pf.endSection(); setupWidget(); initWidget(pf); }
116117118119120121122123124125126
} ); delete.setTitle( constants.DeleteSelectedCat() ); actions.add( delete ); form.endSection(); initWidget( form ); }
5455565758596061626364
new HTML( constants.ImportOrExport() ) ); widtab.startSection( constants.ImportFromAnXmlFile() ); widtab.addAttribute( "", newImportWidget() ); widtab.endSection(); widtab.startSection( constants.ExportToAZipFile() ); widtab.addAttribute( "", newExportWidget() );
6061626364656667686970
widtab.startSection( constants.ExportToAZipFile() ); widtab.addAttribute( "", newExportWidget() ); widtab.endSection(); initWidget( widtab ); }
979899100101102103104105106107
hPanel.add( updateWorkspace ); form.addAttribute( "", hPanel ); form.endSection(); initWidget( form ); } private void removeWorkspace() { String name = availableWorkspacesListBox.getItemText( availableWorkspacesListBox.getSelectedIndex() );
106107108109110111112113114115116
hPanel.add( remove ); form.addAttribute("", hPanel ); form.endSection(); initWidget( form ); } private void removeStatus() { String name = currentStatuses.getItemText( currentStatuses.getSelectedIndex() );
138139140141142143144145146147148
packagesToolbar.add(btnDeletePackage); pf.startSection(constants.ArchivedPackagesList()); pf.addRow(packagesToolbar); pf.addRow(packages); pf.endSection(); pf.startSection(constants.ArchivedAssets()); pf.addRow(table); pf.endSection();
142143144145146147148149150151152
pf.addRow(packages); pf.endSection(); pf.startSection(constants.ArchivedAssets()); pf.addRow(table); pf.endSection(); initWidget(pf); } private void deletePackage(final String uuid) {
118119120121122123124125126127128
searchTitle ); PrettyFormLayout pfl = new PrettyFormLayout(); pfl.startSection(); pfl.addRow( listPanel ); pfl.endSection(); criteria.add( pfl ); criteria.add( layout ); container.add( criteria ); container.add( resultsP );
packagesToolbar.add( btnDeletePackage ); pf.startSection( constants.ArchivedPackagesList() ); pf.addRow( packagesToolbar ); pf.addRow( packages ); pf.endSection(); pf.startSection( constants.ArchivedAssets() ); pf.addRow( table ); pf.endSection();