Uses of Interface
com.google.gwt.aria.client.SectionheadRole
-
Packages that use SectionheadRole Package Description com.google.gwt.aria.client -
-
Uses of SectionheadRole in com.google.gwt.aria.client
Subinterfaces of SectionheadRole in com.google.gwt.aria.client Modifier and Type Interface Description interface
ColumnheaderRole
A type that represents the columnheader role in the ARIA specification.interface
HeadingRole
A type that represents the heading role in the ARIA specification.interface
RowheaderRole
A type that represents the rowheader role in the ARIA specification.interface
TabRole
A type that represents the tab role in the ARIA specification.Classes in com.google.gwt.aria.client that implement SectionheadRole Modifier and Type Class Description (package private) class
ColumnheaderRoleImpl
ImplementsColumnheaderRole
.(package private) class
HeadingRoleImpl
ImplementsHeadingRole
.(package private) class
RowheaderRoleImpl
ImplementsRowheaderRole
.(package private) class
TabRoleImpl
ImplementsTabRole
.
-