Package com.google.gwt.aria.client
Class AriaValueAttribute<T extends AriaAttributeType>
java.lang.Object
com.google.gwt.aria.client.Attribute<T>
com.google.gwt.aria.client.AriaValueAttribute<T>
ARIA specific type attribute.
-
Field Summary
Fields inherited from class com.google.gwt.aria.client.Attribute
defaultValue, name -
Constructor Summary
ConstructorsConstructorDescriptionAriaValueAttribute(String name) AriaValueAttribute(String name, String defaultValue) -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetSingleValue(T value) Gets the string representation ofvalueto be set as an attribute value to an HTML element.
-
Constructor Details
-
AriaValueAttribute
-
AriaValueAttribute
-
-
Method Details
-
getSingleValue
Description copied from class:AttributeGets the string representation ofvalueto be set as an attribute value to an HTML element.- Specified by:
getSingleValuein classAttribute<T extends AriaAttributeType>- Parameters:
value- The item to be stringified- Returns:
- the stringified representation of
value
-