Class AriaValueAttribute<T extends AriaAttributeType>

    • Constructor Summary

      Constructors 
      Constructor Description
      AriaValueAttribute​(java.lang.String name)  
      AriaValueAttribute​(java.lang.String name, java.lang.String defaultValue)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getSingleValue​(T value)
      Gets the string representation of value to be set as an attribute value to an HTML element.
      • Methods inherited from class java.lang.Object

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

      • AriaValueAttribute

        public AriaValueAttribute​(java.lang.String name,
                                  java.lang.String defaultValue)
      • AriaValueAttribute

        public AriaValueAttribute​(java.lang.String name)
    • Method Detail

      • getSingleValue

        protected java.lang.String getSingleValue​(T value)
        Description copied from class: Attribute
        Gets the string representation of value to be set as an attribute value to an HTML element.
        Specified by:
        getSingleValue in class Attribute<T extends AriaAttributeType>
        Parameters:
        value - The item to be stringified
        Returns:
        the stringified representation of value