Class DataConstants
-
- org.apache.tapestry5.services.javascript.DataConstants
-
public class DataConstants extends
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
Fields Modifier and Type Field Description static
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 Summary
Constructors Constructor Description DataConstants()
-
-
-
Field Detail
-
VALIDATION_ATTRIBUTE
public static 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 Detail
-
DataConstants
public DataConstants()
-
-