Uses of Interface
com.google.gwt.aria.client.LandmarkRole
-
Packages that use LandmarkRole Package Description com.google.gwt.aria.client -
-
Uses of LandmarkRole in com.google.gwt.aria.client
Subinterfaces of LandmarkRole in com.google.gwt.aria.client Modifier and Type Interface Description interface
ApplicationRole
A type that represents the application 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
FormRole
A type that represents the form role in the ARIA specification.interface
MainRole
A type that represents the main 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.Classes in com.google.gwt.aria.client that implement LandmarkRole Modifier and Type Class Description (package private) class
ApplicationRoleImpl
ImplementsApplicationRole
.(package private) class
BannerRoleImpl
ImplementsBannerRole
.(package private) class
ComplementaryRoleImpl
ImplementsComplementaryRole
.(package private) class
ContentinfoRoleImpl
ImplementsContentinfoRole
.(package private) class
FormRoleImpl
ImplementsFormRole
.(package private) class
MainRoleImpl
ImplementsMainRole
.(package private) class
NavigationRoleImpl
ImplementsNavigationRole
.(package private) class
SearchRoleImpl
ImplementsSearchRole
.
-