GWT 2.7.0

Uses of Interface
com.google.gwt.aria.client.CheckboxRole

Packages that use CheckboxRole
com.google.gwt.aria.client   
 

Uses of CheckboxRole in com.google.gwt.aria.client
 

Subinterfaces of CheckboxRole in com.google.gwt.aria.client
 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
(package private)  class CheckboxRoleImpl
          Implements CheckboxRole.
(package private)  class MenuitemcheckboxRoleImpl
          Implements MenuitemcheckboxRole.
(package private)  class MenuitemradioRoleImpl
          Implements MenuitemradioRole.
(package private)  class RadioRoleImpl
          Implements RadioRole.
 

Methods in com.google.gwt.aria.client that return CheckboxRole
static CheckboxRole Roles.getCheckboxRole()
           
 


GWT 2.7.0