GWT 2.5.0.rc1

com.google.gwt.aria.client
Class PrimitiveValueAttribute<T>

java.lang.Object
  extended by com.google.gwt.aria.client.Attribute<T>
      extended by com.google.gwt.aria.client.PrimitiveValueAttribute<T>

 class PrimitiveValueAttribute<T>
extends Attribute<T>

Primitive type attribute. The primitive types are: boolean, string, int, number.


Field Summary
 
Fields inherited from class com.google.gwt.aria.client.Attribute
defaultValue, name
 
Constructor Summary
PrimitiveValueAttribute(java.lang.String name)
           
PrimitiveValueAttribute(java.lang.String name, java.lang.String defaultValue)
           
 
Method Summary
protected  java.lang.String getSingleValue(T value)
           
 
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

PrimitiveValueAttribute

public PrimitiveValueAttribute(java.lang.String name)

PrimitiveValueAttribute

public PrimitiveValueAttribute(java.lang.String name,
                               java.lang.String defaultValue)
Method Detail

getSingleValue

protected java.lang.String getSingleValue(T value)
Specified by:
getSingleValue in class Attribute<T>

GWT 2.5.0.rc1