Uses of Interface
com.google.gwt.aria.client.CheckboxRole
-
Packages that use CheckboxRole Package Description com.google.gwt.aria.client -
-
Uses of CheckboxRole in com.google.gwt.aria.client
Subinterfaces of CheckboxRole in com.google.gwt.aria.client Modifier and Type Interface Description interface
MenuitemcheckboxRole
A type that represents the menuitemcheckbox role in the ARIA specification.interface
MenuitemradioRole
A type that represents the menuitemradio role in the ARIA specification.interface
RadioRole
A type that represents the radio role in the ARIA specification.Classes in com.google.gwt.aria.client that implement CheckboxRole Modifier and Type Class Description (package private) class
CheckboxRoleImpl
ImplementsCheckboxRole
.(package private) class
MenuitemcheckboxRoleImpl
ImplementsMenuitemcheckboxRole
.(package private) class
MenuitemradioRoleImpl
ImplementsMenuitemradioRole
.(package private) class
RadioRoleImpl
ImplementsRadioRole
.Methods in com.google.gwt.aria.client that return CheckboxRole Modifier and Type Method Description static CheckboxRole
Roles. getCheckboxRole()
-