GWT 2.7.0

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

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

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

Subinterfaces of GridcellRole in com.google.gwt.aria.client
 interface ColumnheaderRole
          A type that represents the columnheader role in the ARIA specification.
 interface RowheaderRole
          A type that represents the rowheader role in the ARIA specification.
 

Classes in com.google.gwt.aria.client that implement GridcellRole
(package private)  class ColumnheaderRoleImpl
          Implements ColumnheaderRole.
(package private)  class GridcellRoleImpl
          Implements GridcellRole.
(package private)  class RowheaderRoleImpl
          Implements RowheaderRole.
 

Methods in com.google.gwt.aria.client that return GridcellRole
static GridcellRole Roles.getGridcellRole()
           
 


GWT 2.7.0