Uses of Interface
com.google.gwt.aria.client.GroupRole
-
Packages that use GroupRole Package Description com.google.gwt.aria.client -
-
Uses of GroupRole in com.google.gwt.aria.client
Subinterfaces of GroupRole in com.google.gwt.aria.client Modifier and Type Interface Description 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 Modifier and Type Class Description (package private) class
ComboboxRoleImpl
ImplementsComboboxRole
.(package private) class
GroupRoleImpl
ImplementsGroupRole
.(package private) class
ListboxRoleImpl
ImplementsListboxRole
.(package private) class
MenubarRoleImpl
ImplementsMenubarRole
.(package private) class
MenuRoleImpl
ImplementsMenuRole
.(package private) class
RadiogroupRoleImpl
ImplementsRadiogroupRole
.(package private) class
RowgroupRoleImpl
ImplementsRowgroupRole
.(package private) class
RowRoleImpl
ImplementsRowRole
.(package private) class
ToolbarRoleImpl
ImplementsToolbarRole
.(package private) class
TreegridRoleImpl
ImplementsTreegridRole
.(package private) class
TreeRoleImpl
ImplementsTreeRole
.Methods in com.google.gwt.aria.client that return GroupRole Modifier and Type Method Description static GroupRole
Roles. getGroupRole()
-