GWT 2.7.0

Uses of Class
com.google.gwt.aria.client.OrientationValue

Packages that use OrientationValue
com.google.gwt.aria.client   
 

Uses of OrientationValue in com.google.gwt.aria.client
 

Fields in com.google.gwt.aria.client with type parameters of type OrientationValue
static Attribute<OrientationValue> Property.ORIENTATION
           
 

Methods in com.google.gwt.aria.client that return OrientationValue
static OrientationValue OrientationValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OrientationValue[] OrientationValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.gwt.aria.client with parameters of type OrientationValue
 void SliderRoleImpl.setAriaOrientationProperty(Element element, OrientationValue value)
           
 void SliderRole.setAriaOrientationProperty(Element element, OrientationValue value)
          Sets the aria-orientation attribute for the element to the given value.
 void SeparatorRoleImpl.setAriaOrientationProperty(Element element, OrientationValue value)
           
 void SeparatorRole.setAriaOrientationProperty(Element element, OrientationValue value)
          Sets the aria-orientation attribute for the element to the given value.
 void ScrollbarRoleImpl.setAriaOrientationProperty(Element element, OrientationValue value)
           
 void ScrollbarRole.setAriaOrientationProperty(Element element, OrientationValue value)
          Sets the aria-orientation attribute for the element to the given value.
 


GWT 2.7.0