Uses of Interface
com.google.gwt.aria.client.CommandRole
-
Packages that use CommandRole Package Description com.google.gwt.aria.client -
-
Uses of CommandRole in com.google.gwt.aria.client
Subinterfaces of CommandRole in com.google.gwt.aria.client Modifier and Type Interface Description 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 Modifier and Type Class Description (package private) class
ButtonRoleImpl
ImplementsButtonRole
.(package private) class
LinkRoleImpl
ImplementsLinkRole
.(package private) class
MenuitemcheckboxRoleImpl
ImplementsMenuitemcheckboxRole
.(package private) class
MenuitemradioRoleImpl
ImplementsMenuitemradioRole
.(package private) class
MenuitemRoleImpl
ImplementsMenuitemRole
.
-