Changeset 3471
- Timestamp:
- 09/07/10 13:53:05 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molgenis_projects/col7a1/handwritten/java/plugin/ui/upload/MutationForm.java
r3465 r3471 55 55 ((StringInput) this.get("readonly_pos")).setReadonly(true); 56 56 this.add(new SelectInput("exon", "")); 57 this.add(new StringInput("nt_rep")); 58 ((StringInput) this.get("nt_rep")).setReadonly(true); 57 59 this.add(new StringInput("readonly_ntchange")); 58 60 ((StringInput) this.get("readonly_ntchange")).setReadonly(true); 59 61 this.add(new StringInput("codon_number")); 60 62 ((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 61 65 this.add(new StringInput("codon")); 62 66 ((StringInput) this.get("codon")).setReadonly(true);
Note: See TracChangeset
for help on using the changeset viewer.