| Constructors in edu.mayo.bsi.ngsportal.client with parameters of type RunEditPanel |
AddSampleDialog(String species,
String captureKit,
String rlimsProject,
String diseaseType,
RunEditPanel editor,
com.smartgwt.client.data.Record newRecord,
com.google.gwt.user.client.Command followUp)
Create and show a dialog box that lets the user add a new Sample to the DB |
ChangeSampleNameDialog(String newName,
String oldName,
String species,
String captureKit,
String rlimsProject,
String diseaseType,
SampleInfo theSample,
RunEditPanel editor,
com.smartgwt.client.data.Record newRecord,
com.google.gwt.user.client.Command followUp)
Create and show a dialog box that lets the user add a new Sample to the DB, or just change its name |
HandleEditChangeCommand(RunEditPanel editPanel,
CancelableNodeClickHandler handler,
com.smartgwt.client.widgets.tree.events.NodeClickEvent event,
SaveEnum choice)
|