Changeset 3837
- Timestamp:
- Sep 8, 2010, 1:25:00 PM (13 years ago)
- Location:
- trunk/client/servlet/src/org/proteios/gui/form
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/servlet/src/org/proteios/gui/form/FormFactory.java
r3836 r3837 93 93 public static final VInteger VGROUPID = new VInteger("groupId", 1, false); 94 94 public static final VString VANNONAME = new VString("annotationName", 1,64, false); 95 public static final VString VORGANISATION = new VString("organisation", 0, 255);96 95 public static final VString VPWD1 = new VString("pwd1", 1, 32, true); 97 96 public static final VString VPWD2 = new VString("pwd2", 1, 32, true); … … 9407 9406 fs.add(addressF); 9408 9407 9409 TextField<String> organisationF = new TextField<String>(VORGANISATION); 9410 organisationF.setLabel("Organisation"); 9408 TextField<String> organisationF = new OrganisationField(); 9411 9409 fs.add(organisationF); 9412 9410
Note: See TracChangeset
for help on using the changeset viewer.