Uses of Class
com.google.gwt.aria.client.OrientationValue
-
Packages that use OrientationValue Package Description 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 Modifier and Type Field Description static Attribute<OrientationValue>Property. ORIENTATIONMethods in com.google.gwt.aria.client that return OrientationValue Modifier and Type Method Description static OrientationValueOrientationValue. 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 Modifier and Type Method Description voidScrollbarRole. setAriaOrientationProperty(Element element, OrientationValue value)voidScrollbarRoleImpl. setAriaOrientationProperty(Element element, OrientationValue value)voidSeparatorRole. setAriaOrientationProperty(Element element, OrientationValue value)voidSeparatorRoleImpl. setAriaOrientationProperty(Element element, OrientationValue value)voidSliderRole. setAriaOrientationProperty(Element element, OrientationValue value)voidSliderRoleImpl. setAriaOrientationProperty(Element element, OrientationValue value)
-