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 interfaceComboboxRoleA type that represents the combobox 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.interfaceRadiogroupRoleA type that represents the radiogroup role in the ARIA specification.interfaceRowgroupRoleA type that represents the rowgroup role in the ARIA specification.interfaceRowRoleA type that represents the row role in the ARIA specification.interfaceSelectRoleA type that represents the select role in the ARIA specification.interfaceToolbarRoleA type that represents the toolbar role in the ARIA specification.interfaceTreegridRoleA type that represents the treegrid role in the ARIA specification.interfaceTreeRoleA 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) classComboboxRoleImplImplementsComboboxRole.(package private) classGroupRoleImplImplementsGroupRole.(package private) classListboxRoleImplImplementsListboxRole.(package private) classMenubarRoleImplImplementsMenubarRole.(package private) classMenuRoleImplImplementsMenuRole.(package private) classRadiogroupRoleImplImplementsRadiogroupRole.(package private) classRowgroupRoleImplImplementsRowgroupRole.(package private) classRowRoleImplImplementsRowRole.(package private) classToolbarRoleImplImplementsToolbarRole.(package private) classTreegridRoleImplImplementsTreegridRole.(package private) classTreeRoleImplImplementsTreeRole.Methods in com.google.gwt.aria.client that return GroupRole Modifier and Type Method Description static GroupRoleRoles. getGroupRole()
-