GWT 2.7.0

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

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

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

Subinterfaces of GroupRole in com.google.gwt.aria.client
 interface ComboboxRole
          A type that represents the combobox 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 RadiogroupRole
          A type that represents the radiogroup role in the ARIA specification.
 interface RowgroupRole
          A type that represents the rowgroup role in the ARIA specification.
 interface RowRole
          A type that represents the row role in the ARIA specification.
 interface SelectRole
          A type that represents the select role in the ARIA specification.
 interface ToolbarRole
          A type that represents the toolbar role in the ARIA specification.
 interface TreegridRole
          A type that represents the treegrid role in the ARIA specification.
 interface TreeRole
          A type that represents the tree role in the ARIA specification.
 

Classes in com.google.gwt.aria.client that implement GroupRole
(package private)  class ComboboxRoleImpl
          Implements ComboboxRole.
(package private)  class GroupRoleImpl
          Implements GroupRole.
(package private)  class ListboxRoleImpl
          Implements ListboxRole.
(package private)  class MenubarRoleImpl
          Implements MenubarRole.
(package private)  class MenuRoleImpl
          Implements MenuRole.
(package private)  class RadiogroupRoleImpl
          Implements RadiogroupRole.
(package private)  class RowgroupRoleImpl
          Implements RowgroupRole.
(package private)  class RowRoleImpl
          Implements RowRole.
(package private)  class ToolbarRoleImpl
          Implements ToolbarRole.
(package private)  class TreegridRoleImpl
          Implements TreegridRole.
(package private)  class TreeRoleImpl
          Implements TreeRole.
 

Methods in com.google.gwt.aria.client that return GroupRole
static GroupRole Roles.getGroupRole()
           
 


GWT 2.7.0