Uses of Interface
com.google.gwt.aria.client.MenuitemRole
-
Packages that use MenuitemRole Package Description com.google.gwt.aria.client -
-
Uses of MenuitemRole in com.google.gwt.aria.client
Subinterfaces of MenuitemRole 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.Classes in com.google.gwt.aria.client that implement MenuitemRole Modifier and Type Class Description (package private) class
MenuitemcheckboxRoleImpl
ImplementsMenuitemcheckboxRole
.(package private) class
MenuitemradioRoleImpl
ImplementsMenuitemradioRole
.(package private) class
MenuitemRoleImpl
ImplementsMenuitemRole
.Methods in com.google.gwt.aria.client that return MenuitemRole Modifier and Type Method Description static MenuitemRole
Roles. getMenuitemRole()
-