GWT 2.7.0

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

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

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

Subinterfaces of MenuitemRole 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.
 

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

Methods in com.google.gwt.aria.client that return MenuitemRole
static MenuitemRole Roles.getMenuitemRole()
           
 


GWT 2.7.0