[Yanel-commits] rev 31617 - public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes

michi at wyona.com michi at wyona.com
Mon Feb 11 16:37:33 CET 2008


Author: michi
Date: 2008-02-11 16:37:32 +0100 (Mon, 11 Feb 2008)
New Revision: 31617

Modified:
   public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java
Log:
password type added

Modified: public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java
===================================================================
--- public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java	2008-02-11 15:11:06 UTC (rev 31616)
+++ public/yanel/trunk/src/core/java/org/wyona/yanel/core/api/attributes/CreatableV2.java	2008-02-11 15:37:32 UTC (rev 31617)
@@ -31,6 +31,7 @@
     public static String TYPE_UPLOAD = "type_upload";
     public static String TYPE_STRING = "type_string";
     public static String TYPE_SELECT = "type_select";
+    public static String TYPE_PASSWORD = "type_password";
 
     /**
      * Get property type which is intended to be used for the different types of (XHTML) input fields, e.g. TYPE_UPLOAD, TYPE_STRING (also see CreatableV1.getPropertyNames()



More information about the Yanel-commits mailing list