Uses of Interface
com.google.gwt.aria.client.OptionRole
-
Packages that use OptionRole Package Description com.google.gwt.aria.client -
-
Uses of OptionRole in com.google.gwt.aria.client
Subinterfaces of OptionRole in com.google.gwt.aria.client Modifier and Type Interface Description 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.interface
TreeitemRole
A type that represents the treeitem role in the ARIA specification.Classes in com.google.gwt.aria.client that implement OptionRole Modifier and Type Class Description (package private) class
MenuitemradioRoleImpl
ImplementsMenuitemradioRole
.(package private) class
OptionRoleImpl
ImplementsOptionRole
.(package private) class
RadioRoleImpl
ImplementsRadioRole
.(package private) class
TreeitemRoleImpl
ImplementsTreeitemRole
.Methods in com.google.gwt.aria.client that return OptionRole Modifier and Type Method Description static OptionRole
Roles. getOptionRole()
-