142143144145146147148149150151152
packagesToolbar.add( btnDeletePackage ); pf.startSection( constants.ArchivedPackagesList() ); pf.addRow( packagesToolbar ); pf.addRow( packages ); pf.endSection(); pf.startSection( constants.ArchivedAssets() ); pf.addRow( table ); pf.endSection();
146147148149150151152153154155156
pf.addRow( packages ); pf.endSection(); pf.startSection( constants.ArchivedAssets() ); pf.addRow( table ); pf.endSection(); initWidget( pf ); } private void deletePackage(final String uuid) {
4849505152535455565758
layout.setHeight("100%"); layout.setWidth("100%"); pf.startSection(); pf.addRow(layout); pf.endSection(); setupWidget(); initWidget(pf); }
5859606162636465666768
5354555657585960616263
new HTML( constants.ImportOrExport() ) ); widtab.startSection( constants.ImportFromAnXmlFile() ); widtab.addAttribute( "", newImportWidget() ); widtab.endSection(); widtab.startSection( constants.ExportToAZipFile() ); widtab.addAttribute( "", newExportWidget() );
5960616263646566676869
widtab.startSection( constants.ExportToAZipFile() ); widtab.addAttribute( "", newExportWidget() ); widtab.endSection(); initWidget( widtab ); }
4950515253545556575859
134135136137138139140141142143144
DockPanel.EAST ); form.startSection( constants.ManageRepositoryConfigDesc() ); form.addAttribute( "", dock ); form.endSection(); initWidget( form ); } public static ListBox getDatabaseList() { ConstantsCore cons = ((ConstantsCore) GWT.create( ConstantsCore.class ));