|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.aria.client.Attribute<T> com.google.gwt.aria.client.AriaValueAttribute<T>
class AriaValueAttribute<T extends AriaAttributeType>
ARIA specific type attribute.
Field Summary |
---|
Fields inherited from class com.google.gwt.aria.client.Attribute |
---|
defaultValue, name |
Constructor Summary | |
---|---|
AriaValueAttribute(java.lang.String name)
|
|
AriaValueAttribute(java.lang.String name,
java.lang.String defaultValue)
|
Method Summary | |
---|---|
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 com.google.gwt.aria.client.Attribute |
---|
get, getName, remove, set, setDefault |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AriaValueAttribute(java.lang.String name, java.lang.String defaultValue)
public AriaValueAttribute(java.lang.String name)
Method Detail |
---|
protected java.lang.String getSingleValue(T value)
Attribute
value
to be set as an attribute value
to an HTML element.
getSingleValue
in class Attribute<T extends AriaAttributeType>
value
- The item to be stringified
value
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |