Uses of Interface
com.google.gwt.aria.client.GridcellRole
-
Packages that use GridcellRole Package Description com.google.gwt.aria.client -
-
Uses of GridcellRole in com.google.gwt.aria.client
Subinterfaces of GridcellRole 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
RowheaderRole
A type that represents the rowheader role in the ARIA specification.Classes in com.google.gwt.aria.client that implement GridcellRole Modifier and Type Class Description (package private) class
ColumnheaderRoleImpl
ImplementsColumnheaderRole
.(package private) class
GridcellRoleImpl
ImplementsGridcellRole
.(package private) class
RowheaderRoleImpl
ImplementsRowheaderRole
.Methods in com.google.gwt.aria.client that return GridcellRole Modifier and Type Method Description static GridcellRole
Roles. getGridcellRole()
-