Uses of Class
edu.mayo.bsi.ngsportal.client.RunEditPanel

Packages that use RunEditPanel
edu.mayo.bsi.ngsportal.client   
 

Uses of RunEditPanel in edu.mayo.bsi.ngsportal.client
 

Methods in edu.mayo.bsi.ngsportal.client that return RunEditPanel
 RunEditPanel ReportsPage.getRunEditPanel()
           
 RunEditPanel ProjectExplorerPage.getRunEditPanel()
           
 

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)