GWT 2.7.0

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

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

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

Subinterfaces of CommandRole in com.google.gwt.aria.client
 interface ButtonRole
          A type that represents the button role in the ARIA specification.
 interface LinkRole
          A type that represents the link role in the ARIA specification.
 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 MenuitemRole
          A type that represents the menuitem role in the ARIA specification.
 

Classes in com.google.gwt.aria.client that implement CommandRole
(package private)  class ButtonRoleImpl
          Implements ButtonRole.
(package private)  class LinkRoleImpl
          Implements LinkRole.
(package private)  class MenuitemcheckboxRoleImpl
          Implements MenuitemcheckboxRole.
(package private)  class MenuitemradioRoleImpl
          Implements MenuitemradioRole.
(package private)  class MenuitemRoleImpl
          Implements MenuitemRole.
 


GWT 2.7.0