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. ORIENTATION
Methods in com.google.gwt.aria.client that return OrientationValue Modifier and Type Method Description 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 Modifier and Type Method Description void
ScrollbarRole. setAriaOrientationProperty(Element element, OrientationValue value)
void
ScrollbarRoleImpl. setAriaOrientationProperty(Element element, OrientationValue value)
void
SeparatorRole. setAriaOrientationProperty(Element element, OrientationValue value)
void
SeparatorRoleImpl. setAriaOrientationProperty(Element element, OrientationValue value)
void
SliderRole. setAriaOrientationProperty(Element element, OrientationValue value)
void
SliderRoleImpl. setAriaOrientationProperty(Element element, OrientationValue value)
-