GWT 2.7.0

Uses of Interface
com.google.gwt.aria.client.SectionheadRole

Packages that use SectionheadRole
com.google.gwt.aria.client   
 

Uses of SectionheadRole in com.google.gwt.aria.client
 

Subinterfaces of SectionheadRole in com.google.gwt.aria.client
 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
(package private)  class ColumnheaderRoleImpl
          Implements ColumnheaderRole.
(package private)  class HeadingRoleImpl
          Implements HeadingRole.
(package private)  class RowheaderRoleImpl
          Implements RowheaderRole.
(package private)  class TabRoleImpl
          Implements TabRole.
 


GWT 2.7.0