Changeset 3471


Ignore:
Timestamp:
09/07/10 13:53:05 (17 months ago)
Author:
rwagner
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molgenis_projects/col7a1/handwritten/java/plugin/ui/upload/MutationForm.java

    r3465 r3471  
    5555                ((StringInput) this.get("readonly_pos")).setReadonly(true); 
    5656                this.add(new SelectInput("exon", "")); 
     57                this.add(new StringInput("nt_rep")); 
     58                ((StringInput) this.get("nt_rep")).setReadonly(true); 
    5759                this.add(new StringInput("readonly_ntchange")); 
    5860                ((StringInput) this.get("readonly_ntchange")).setReadonly(true); 
    5961                this.add(new StringInput("codon_number")); 
    6062                ((StringInput) this.get("codon_number")).setReadonly(true); 
     63                this.add(new StringInput("codon_number_rep")); //TODO 
     64                ((StringInput) this.get("codon_number_rep")).setReadonly(true); //TODO 
    6165                this.add(new StringInput("codon")); 
    6266                ((StringInput) this.get("codon")).setReadonly(true); 
Note: See TracChangeset for help on using the changeset viewer.