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 interfaceMenuitemcheckboxRoleA type that represents the menuitemcheckbox role in the ARIA specification.interfaceMenuitemradioRoleA type that represents the menuitemradio role in the ARIA specification.interfaceRadioRoleA 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) classCheckboxRoleImplImplementsCheckboxRole.(package private) classMenuitemcheckboxRoleImplImplementsMenuitemcheckboxRole.(package private) classMenuitemradioRoleImplImplementsMenuitemradioRole.(package private) classRadioRoleImplImplementsRadioRole.Methods in com.google.gwt.aria.client that return CheckboxRole Modifier and Type Method Description static CheckboxRoleRoles. getCheckboxRole()
-