GWT 2.7.0

Uses of Interface
com.google.gwt.aria.client.ListRole

Packages that use ListRole
com.google.gwt.aria.client   
 

Uses of ListRole in com.google.gwt.aria.client
 

Subinterfaces of ListRole in com.google.gwt.aria.client
 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
(package private)  class DirectoryRoleImpl
          Implements DirectoryRole.
(package private)  class ListboxRoleImpl
          Implements ListboxRole.
(package private)  class ListRoleImpl
          Implements ListRole.
(package private)  class MenubarRoleImpl
          Implements MenubarRole.
(package private)  class MenuRoleImpl
          Implements MenuRole.
(package private)  class TablistRoleImpl
          Implements TablistRole.
 

Methods in com.google.gwt.aria.client that return ListRole
static ListRole Roles.getListRole()
           
 


GWT 2.7.0