Uses of Class
edu.mayo.bsi.ngsportal.client.sample.SampleTreeGrid.ViewMode

Packages that use SampleTreeGrid.ViewMode
edu.mayo.bsi.ngsportal.client.sample   
 

Uses of SampleTreeGrid.ViewMode in edu.mayo.bsi.ngsportal.client.sample
 

Methods in edu.mayo.bsi.ngsportal.client.sample that return SampleTreeGrid.ViewMode
static SampleTreeGrid.ViewMode SampleTreeGrid.ViewMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SampleTreeGrid.ViewMode[] SampleTreeGrid.ViewMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in edu.mayo.bsi.ngsportal.client.sample with parameters of type SampleTreeGrid.ViewMode
 void SampleTreeGrid.setViewMode(SampleTreeGrid.ViewMode vMode)
          Changes how the samples are viewed in a tree structure.
 

Constructors in edu.mayo.bsi.ngsportal.client.sample with parameters of type SampleTreeGrid.ViewMode
SampleTreeGrid(SampleTreeGrid.ViewMode vMode, SampleTreeGrid.SampleField... sampleFields)
          Constructor