Changeset 3795
- Timestamp:
- Aug 25, 2010, 12:44:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/servlet/src/org/proteios/gui/form/FormFactory.java
r3794 r3795 774 774 } 775 775 776 // Cleaning up from here777 776 private TextField<String> newEmailField() 778 777 { … … 792 791 { 793 792 this.actionFactory = actionFactory; 794 }795 796 797 /**798 * @deprecated Use getForm(Project.class, project)799 */800 public Form getProjectForm(Project project)801 {802 return getForm(Project.class, project);803 793 } 804 794 … … 940 930 } 941 931 942 932 // Cleaning up from here 943 933 public Form getNewUserForm(DbControl dc) 944 934 { … … 1247 1237 } 1248 1238 return modeS; 1249 }1250 1251 1252 /**1253 * @deprecated Use FormFactory.getForm(Directory.class, dir)1254 */1255 public Form getDirectoryForm(Directory dir)1256 {1257 return getForm(Directory.class, dir);1258 }1259 1260 1261 /**1262 * @deprecated Use FormFactory.getForm(Directory.class, null)1263 */1264 public Form getNewDirectoryForm()1265 {1266 return getForm(Directory.class, null);1267 1239 } 1268 1240 … … 9301 9273 9302 9274 9303 /**9304 * @deprecated use getForm(LabeledExtract.class, LabeledExtract)9305 */9306 public Form getLabeledExtractForm(LabeledExtract extract, DbControl dc,9307 Extract fromExtract)9308 {9309 return this.getForm(LabeledExtract.class, extract);9310 }9311 9312 9275 9313 9276 public Form getSecondaryLabeledExtractForm(LabeledExtract extract,
Note: See TracChangeset
for help on using the changeset viewer.