Class DataConstants

java.lang.Object
org.apache.tapestry5.services.javascript.DataConstants

public class DataConstants extends Object
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 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