Class DataConstants


  • public class DataConstants
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String 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()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • VALIDATION_ATTRIBUTE

        public static java.lang.String 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.