104105106107108109110111112113114
hPanel.add( remove ); form.addAttribute("", hPanel ); form.endSection(); initWidget( form ); } private void removeStatus() { String name = currentStatuses.getItemText( currentStatuses.getSelectedIndex() );
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 );
5859606162636465666768
layout.setHeight("100%"); layout.setWidth("100%"); pf.startSection(); pf.addRow(layout); pf.endSection(); setupWidget(); initWidget(pf); }
114115116117118119120121122123124
} ); delete.setTitle( constants.DeleteSelectedCat() ); actions.add( delete ); form.endSection(); initWidget( form ); }
4849505152535455565758
133134135136137138139140141142143
DockPanel.EAST ); form.startSection( constants.ManageRepositoryConfigDesc() ); form.addAttribute( "", dock ); form.endSection(); initWidget( form ); } public static ListBox getDatabaseList() { Constants cons = ((Constants) GWT.create( Constants.class ));
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 ); }
9596979899100101102103104105
hPanel.add( updateWorkspace ); form.addAttribute( "", hPanel ); form.endSection(); initWidget( form ); } private void removeWorkspace() { String name = availableWorkspacesListBox.getItemText( availableWorkspacesListBox.getSelectedIndex() );
103104105106107108109110111112113