Uses of Interface
com.google.gwt.aria.client.RegionRole
-
Packages that use RegionRole Package Description com.google.gwt.aria.client -
-
Uses of RegionRole in com.google.gwt.aria.client
Subinterfaces of RegionRole in com.google.gwt.aria.client Modifier and Type Interface Description interface
AlertdialogRole
A type that represents the alertdialog role in the ARIA specification.interface
AlertRole
A type that represents the alert role in the ARIA specification.interface
ApplicationRole
A type that represents the application role in the ARIA specification.interface
ArticleRole
A type that represents the article role in the ARIA specification.interface
BannerRole
A type that represents the banner role in the ARIA specification.interface
ComplementaryRole
A type that represents the complementary role in the ARIA specification.interface
ContentinfoRole
A type that represents the contentinfo role in the ARIA specification.interface
DirectoryRole
A type that represents the directory role in the ARIA specification.interface
FormRole
A type that represents the form role in the ARIA specification.interface
GridRole
A type that represents the grid role in the ARIA specification.interface
LandmarkRole
A type that represents the landmark role in the ARIA specification.interface
ListboxRole
A type that represents the listbox role in the ARIA specification.interface
ListRole
A type that represents the list role in the ARIA specification.interface
LogRole
A type that represents the log role in the ARIA specification.interface
MainRole
A type that represents the main 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
NavigationRole
A type that represents the navigation role in the ARIA specification.interface
SearchRole
A type that represents the search role in the ARIA specification.interface
StatusRole
A type that represents the status role in the ARIA specification.interface
TablistRole
A type that represents the tablist role in the ARIA specification.interface
TabpanelRole
A type that represents the tabpanel role in the ARIA specification.interface
TimerRole
A type that represents the timer role in the ARIA specification.interface
TreegridRole
A type that represents the treegrid role in the ARIA specification.Classes in com.google.gwt.aria.client that implement RegionRole Modifier and Type Class Description (package private) class
AlertdialogRoleImpl
ImplementsAlertdialogRole
.(package private) class
AlertRoleImpl
ImplementsAlertRole
.(package private) class
ApplicationRoleImpl
ImplementsApplicationRole
.(package private) class
ArticleRoleImpl
ImplementsArticleRole
.(package private) class
BannerRoleImpl
ImplementsBannerRole
.(package private) class
ComplementaryRoleImpl
ImplementsComplementaryRole
.(package private) class
ContentinfoRoleImpl
ImplementsContentinfoRole
.(package private) class
DirectoryRoleImpl
ImplementsDirectoryRole
.(package private) class
FormRoleImpl
ImplementsFormRole
.(package private) class
GridRoleImpl
ImplementsGridRole
.(package private) class
ListboxRoleImpl
ImplementsListboxRole
.(package private) class
ListRoleImpl
ImplementsListRole
.(package private) class
LogRoleImpl
ImplementsLogRole
.(package private) class
MainRoleImpl
ImplementsMainRole
.(package private) class
MenubarRoleImpl
ImplementsMenubarRole
.(package private) class
MenuRoleImpl
ImplementsMenuRole
.(package private) class
NavigationRoleImpl
ImplementsNavigationRole
.(package private) class
RegionRoleImpl
ImplementsRegionRole
.(package private) class
SearchRoleImpl
ImplementsSearchRole
.(package private) class
StatusRoleImpl
ImplementsStatusRole
.(package private) class
TablistRoleImpl
ImplementsTablistRole
.(package private) class
TabpanelRoleImpl
ImplementsTabpanelRole
.(package private) class
TimerRoleImpl
ImplementsTimerRole
.(package private) class
TreegridRoleImpl
ImplementsTreegridRole
.Methods in com.google.gwt.aria.client that return RegionRole Modifier and Type Method Description static RegionRole
Roles. getRegionRole()
-