Package org.apache.tapestry5.beaneditor
Class DataTypeConstants
java.lang.Object
org.apache.tapestry5.beaneditor.DataTypeConstants
Defines the names of data types used to select an editor (or display) block for a property.
- Since:
- 5.3
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Used for boolean properties.static final String
Used to render a JavaScript calendar for aCalendar
property.static final String
Used to render a JavaScript calendar for aDate
property.static final String
Used forEnum
s.static final String
Used to render a textarea field for aString
property.static final String
Used for properties ofNumber
type.static final String
Used to render a password field for aString
property.static final String
Used forString
properties. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
TEXT
Used forString
properties.- See Also:
-
NUMBER
Used for properties ofNumber
type.- See Also:
-
ENUM
Used forEnum
s.- See Also:
-
BOOLEAN
Used for boolean properties.- See Also:
-
DATE
Used to render a JavaScript calendar for aDate
property.- See Also:
-
CALENDAR
Used to render a JavaScript calendar for aCalendar
property.- See Also:
-
PASSWORD
Used to render a password field for aString
property.- See Also:
-
LONG_TEXT
Used to render a textarea field for aString
property.- See Also:
-
-
Constructor Details
-
DataTypeConstants
public DataTypeConstants()
-