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 interfaceDirectoryRoleA type that represents the directory role in the ARIA specification.interfaceListboxRoleA type that represents the listbox role in the ARIA specification.interfaceMenubarRoleA type that represents the menubar role in the ARIA specification.interfaceMenuRoleA type that represents the menu role in the ARIA specification.interfaceTablistRoleA 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) classDirectoryRoleImplImplementsDirectoryRole.(package private) classListboxRoleImplImplementsListboxRole.(package private) classListRoleImplImplementsListRole.(package private) classMenubarRoleImplImplementsMenubarRole.(package private) classMenuRoleImplImplementsMenuRole.(package private) classTablistRoleImplImplementsTablistRole.Methods in com.google.gwt.aria.client that return ListRole Modifier and Type Method Description static ListRoleRoles. getListRole()
-