Uses of Enum
com.google.gwt.aria.client.OrientationValue
Packages that use OrientationValue
-
Uses of OrientationValue in com.google.gwt.aria.client
Fields in com.google.gwt.aria.client with type parameters of type OrientationValueMethods in com.google.gwt.aria.client that return OrientationValueModifier and TypeMethodDescriptionstatic OrientationValue
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 OrientationValueModifier and TypeMethodDescriptionvoid
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)