Uses of Interface
com.google.gwt.aria.client.CompositeRole
-
Packages that use CompositeRole Package Description com.google.gwt.aria.client -
-
Uses of CompositeRole in com.google.gwt.aria.client
Subinterfaces of CompositeRole in com.google.gwt.aria.client Modifier and Type Interface Description interfaceComboboxRoleA type that represents the combobox role in the ARIA specification.interfaceGridRoleA type that represents the grid 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.interfaceSelectRoleA type that represents the select role in the ARIA specification.interfaceTablistRoleA type that represents the tablist 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 CompositeRole Modifier and Type Class Description (package private) classComboboxRoleImplImplementsComboboxRole.(package private) classGridRoleImplImplementsGridRole.(package private) classListboxRoleImplImplementsListboxRole.(package private) classMenubarRoleImplImplementsMenubarRole.(package private) classMenuRoleImplImplementsMenuRole.(package private) classRadiogroupRoleImplImplementsRadiogroupRole.(package private) classTablistRoleImplImplementsTablistRole.(package private) classTreegridRoleImplImplementsTreegridRole.(package private) classTreeRoleImplImplementsTreeRole.
-