Uses of Interface
com.google.gwt.aria.client.RangeRole
-
Packages that use RangeRole Package Description com.google.gwt.aria.client -
-
Uses of RangeRole in com.google.gwt.aria.client
Subinterfaces of RangeRole in com.google.gwt.aria.client Modifier and Type Interface Description interface
ProgressbarRole
A type that represents the progressbar role in the ARIA specification.interface
ScrollbarRole
A type that represents the scrollbar role in the ARIA specification.interface
SliderRole
A type that represents the slider role in the ARIA specification.interface
SpinbuttonRole
A type that represents the spinbutton role in the ARIA specification.Classes in com.google.gwt.aria.client that implement RangeRole Modifier and Type Class Description (package private) class
ProgressbarRoleImpl
ImplementsProgressbarRole
.(package private) class
ScrollbarRoleImpl
ImplementsScrollbarRole
.(package private) class
SliderRoleImpl
ImplementsSliderRole
.(package private) class
SpinbuttonRoleImpl
ImplementsSpinbuttonRole
.
-