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

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

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

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

Constructors in edu.mayo.bsi.ngsportal.client with parameters of type SaveEnum
HandleEditChangeCommand(RunEditPanel editPanel, CancelableNodeClickHandler handler, com.smartgwt.client.widgets.tree.events.NodeClickEvent event, SaveEnum choice)