102103104105106107108109110111112
pf.addRow(tb); pf.addRow(packages); pf.endSection(); tb = new Toolbar(); final ToolbarButton restoreAsset = new ToolbarButton(); restoreAsset.setText(constants.RestoreSelectedAsset()); tb.addButton(restoreAsset);
155156157158159160161162163164165
pf.startSection(constants.ArchivedAssets()); pf.addRow(tb); pf.addRow(grid); pf.endSection(); initWidget( pf ); }
113114115116117118119120121122123
PrettyFormLayout pfl = new PrettyFormLayout(); pfl.startSection(); pfl.addRow(listPanel); pfl.addRow( resultsP ); pfl.endSection(); layout.addRow(pfl); /* Button b = new Button("Do a request");
682683684685686687688689690691692
vp.setWidth( "100%" ); PrettyFormLayout pfl = new PrettyFormLayout(); pfl.startSection(); pfl.addRow( new HTML( "<img src='images/information.gif'/> " + constants.ConfigureColumnsNote() ) ); pfl.endSection(); vp.add( pfl ); grid = doGrid(); vp.add( grid ); layout.add( vp );
6465666768697071727374
} }); actions.add(btnSave); form.endSection(); initWidget( form ); }
5657585960616263646566
new HTML(constants.ImportOrExport()) ); widtab.startSection(constants.ImportFromAnXmlFile()); widtab.addAttribute( "", newImportWidget() ); widtab.endSection(); widtab.startSection(constants.ExportToAZipFile()); widtab.addAttribute( "", newExportWidget() );
6263646566676869707172
widtab.startSection(constants.ExportToAZipFile()); widtab.addAttribute( "", newExportWidget() ); widtab.endSection(); /* * Package import/export */ /*
101102103104105106107108109110111
hPanel.add( remove ); form.addAttribute(constants.AddNewStatus(), hPanel ); form.endSection(); initWidget( form ); } private void removeStatus() { String name = currentStatuses.getItemText(currentStatuses.getSelectedIndex());
8081828384858687888990
127128129130131132133134135136137
} ); delete.setTitle(constants.DeleteSelectedCat()); actions.add(delete); form.endSection(); initWidget( form ); }