5253545556575859606162
new HTML( constants.ImportOrExport() ) ); widtab.startSection( constants.ImportFromAnXmlFile() ); widtab.addAttribute( "", newImportWidget() ); widtab.endSection(); widtab.startSection( constants.ExportToAZipFile() ); widtab.addAttribute( "", newExportWidget() );
5859606162636465666768
widtab.startSection( constants.ExportToAZipFile() ); widtab.addAttribute( "", newExportWidget() ); widtab.endSection(); initWidget( widtab ); }
96979899100101102103104105106
hPanel.add( updateWorkspace ); form.addAttribute( "", hPanel ); form.endSection(); initWidget( form ); } private void removeWorkspace() { String name = availableWorkspacesListBox.getItemText( availableWorkspacesListBox.getSelectedIndex() );
105106107108109110111112113114115
hPanel.add( remove ); form.addAttribute("", hPanel ); form.endSection(); initWidget( form ); } private void removeStatus() { String name = currentStatuses.getItemText( currentStatuses.getSelectedIndex() );
9596979899100101102103104105
149150151152153154155156157158159
packagesToolbar.add( btnDeletePackage ); pf.startSection( constants.ArchivedPackagesList() ); pf.addRow( packagesToolbar ); pf.addRow( packages ); pf.endSection(); pf.startSection( constants.ArchivedAssets() ); pf.addRow( table ); pf.endSection();
153154155156157158159160161162163
pf.addRow( packages ); pf.endSection(); pf.startSection( constants.ArchivedAssets() ); pf.addRow( table ); pf.endSection(); initWidget( pf ); } private void deletePackage(final String uuid) {
8283848586878889909192
layout.setHeight( "100%" ); layout.setWidth( "100%" ); pf.startSection(); pf.addRow( layout ); pf.endSection(); setupWidget(); initWidget( pf ); }
5556575859606162636465
5354555657585960616263