Class DataConstants
java.lang.Object
org.apache.tapestry5.services.javascript.DataConstants
Constants related to client-side behaviors; generally, these are attributes added to elements on the server
side to trigger behaviors on the client-side.
- Since:
- 5.4
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic String
Attribute, set to "true" (or any non-null value) to indicate that the element should be notified about form submission and validations events. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VALIDATION_ATTRIBUTE
Attribute, set to "true" (or any non-null value) to indicate that the element should be notified about form submission and validations events.
-
-
Constructor Details
-
DataConstants
public DataConstants()
-