Class DataTypeConstants


  • public class DataTypeConstants
    extends java.lang.Object
    Defines the names of data types used to select an editor (or display) block for a property.
    Since:
    5.3
    See Also:
    DataType
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BOOLEAN
      Used for boolean properties.
      static java.lang.String CALENDAR
      Used to render a JavaScript calendar for a Calendar property.
      static java.lang.String DATE
      Used to render a JavaScript calendar for a Date property.
      static java.lang.String ENUM
      Used for Enums.
      static java.lang.String LONG_TEXT
      Used to render a textarea field for a String property.
      static java.lang.String NUMBER
      Used for properties of Number type.
      static java.lang.String PASSWORD
      Used to render a password field for a String property.
      static java.lang.String TEXT
      Used for String properties.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait