Changeset 3795


Ignore:
Timestamp:
Aug 25, 2010, 12:44:18 PM (13 years ago)
Author:
Gregory Vincic
Message:

Refs #698. Removed all deprecated methods in FormFactory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/servlet/src/org/proteios/gui/form/FormFactory.java

    r3794 r3795  
    774774  }
    775775
    776  // Cleaning up from here
    777776  private TextField<String> newEmailField()
    778777  {
     
    792791  {
    793792    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);
    803793  }
    804794
     
    940930  }
    941931
    942 
     932 // Cleaning up from here
    943933  public Form getNewUserForm(DbControl dc)
    944934  {
     
    12471237    }
    12481238    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);
    12671239  }
    12681240
     
    93019273
    93029274
    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 
    93129275
    93139276  public Form getSecondaryLabeledExtractForm(LabeledExtract extract,
Note: See TracChangeset for help on using the changeset viewer.