Package edu.mayo.bsi.ngsportal.client

Interface Summary
BooleanCommand Sibling to {StringCommand}, whose BooleanCommand.execute(boolean, com.google.gwt.user.client.Command) routine takes a boolean argument and an optional Command to use
CancelableNodeClickHandler @author Gregory Dougherty
NGSPortalResources  
StringCommand Sibling to {Command}, whose StringCommand.execute(java.lang.String, com.google.gwt.user.client.Command) routine takes a String argument and a Command to use
StringResult Class that can handle receiving a non-null string
Validate Interface to be implemented by Dialog Boxes that validate their data before doing a Save, giving them a change to stop the Save process before the dialog is closed
 

Class Summary
AddSampleDialog Class to put up and handle a dialog box that lets the user add a new Sample
CanvasListGrid Extended functionality to allow for having arbitrary Canvas objects in a ListGrid [e.g.
ChangeSampleNameDialog  
CommandClickHandler @author Gregory Dougherty
DatePickerButton  
DBLookupSuggestOracle  
DoLoginCallback @author Gregory Dougherty
EnterButton Class to implement a button that activates when the user hits the Return key in the attached text field.
EnterButtonItem @author Gregory Dougherty
FastQCForm  
HandleAnalysisSearch @author Gregory Dougherty
HandleBoolean @author Gregory Dougherty
HandleEditChangeCommand @author Gregory Dougherty
HandleFileLocationList  
HandleGetSampleInfoList  
HandleGetStringList  
HandleMetadataResult @author Gregory Dougherty
HandleQCSearch @author Gregory Dougherty
HandleRunData @author Gregory Dougherty
HandleRunSearch @author Gregory Dougherty
HandleSecondaryAnalysis @author Gregory Dougherty
HandleString Class to handle getting a String from the server, and sending it to the client for processing
HandleVoid @author Gregory Dougherty
InstrumentDashboardPage  
InstrumentPanel  
MetadataTab Class that displays the metadata associated with a run and its sequenced samples
NGSPortal Entry point classes define onModuleLoad().
NGSPortalDashboard Entry point classes define onModuleLoad ().
NoteWidget Generic widget designed to let users view and create notes.
PersonnelSuggestionBox A combo box that does substring text matching
PrimaryStatusPanel  
ProgressBar  
ProjectExplorerPage  
ProjectExplorerPage.RunTreeNode  
ProjectExplorerPage.SampleTreeNode  
ProjectMgmtPage Class for adding, viewing, editing, and deleting Secondary Analysis Projects
ProjectSummaryDS Data Source that allows filtering in the ProjectSummaryPage.
ProjectSummaryPage  
ReportsPage  
ReportsPage.RunTreeNode  
ReportsPage.SampleTreeNode  
RunEditPanel @author Gregory Dougherty
SampleHandler @author Gregory Dougherty
SearchForm Class to present the search form users will start with
SecondaryRunStatusPanel  
SecondaryStatusPanel  
SelectStringDialog Class that takes a List of Strings, puts up a Dialog Box with a ComboBox holding the strings, a Cancel button, and a Select button, and reports the user's choice
SGEBarGraph SGEBarGraph is an abstract class definition defining methods needed to fill and update a bargraph with data from grid engine metrics.
SGEBarGraphImpl SGEBarGraphImpl provides a concrete implementation of SGEBarGraph and is responsible for filling the grid engine metrics graph with data obtained from the server at the direction of the SGETabController.
SGETabController SGETab lays out and draws the the controls and graphs comprising the Grid Engine Metrics Tab.
SmartEnterButton @author Gregory Dougherty
 

Enum Summary
SaveEnum @author Gregory Dougherty
SGEBarGraph.SGEGraphType List of types of graphs for the bar graph to display.