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 interfaceProgressbarRoleA type that represents the progressbar role in the ARIA specification.interfaceScrollbarRoleA type that represents the scrollbar role in the ARIA specification.interfaceSliderRoleA type that represents the slider role in the ARIA specification.interfaceSpinbuttonRoleA 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) classProgressbarRoleImplImplementsProgressbarRole.(package private) classScrollbarRoleImplImplementsScrollbarRole.(package private) classSliderRoleImplImplementsSliderRole.(package private) classSpinbuttonRoleImplImplementsSpinbuttonRole.
-