Uses of Interface
com.google.gwt.aria.client.ListRole
-
Packages that use ListRole Package Description com.google.gwt.aria.client -
-
Uses of ListRole in com.google.gwt.aria.client
Subinterfaces of ListRole in com.google.gwt.aria.client Modifier and Type Interface Description interface
DirectoryRole
A type that represents the directory role in the ARIA specification.interface
ListboxRole
A type that represents the listbox role in the ARIA specification.interface
MenubarRole
A type that represents the menubar role in the ARIA specification.interface
MenuRole
A type that represents the menu role in the ARIA specification.interface
TablistRole
A type that represents the tablist role in the ARIA specification.Classes in com.google.gwt.aria.client that implement ListRole Modifier and Type Class Description (package private) class
DirectoryRoleImpl
ImplementsDirectoryRole
.(package private) class
ListboxRoleImpl
ImplementsListboxRole
.(package private) class
ListRoleImpl
ImplementsListRole
.(package private) class
MenubarRoleImpl
ImplementsMenubarRole
.(package private) class
MenuRoleImpl
ImplementsMenuRole
.(package private) class
TablistRoleImpl
ImplementsTablistRole
.Methods in com.google.gwt.aria.client that return ListRole Modifier and Type Method Description static ListRole
Roles. getListRole()
-