GWT 2.7.0

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

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

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

Subinterfaces of OptionRole in com.google.gwt.aria.client
 interface MenuitemradioRole
          A type that represents the menuitemradio role in the ARIA specification.
 interface RadioRole
          A type that represents the radio role in the ARIA specification.
 interface TreeitemRole
          A type that represents the treeitem role in the ARIA specification.
 

Classes in com.google.gwt.aria.client that implement OptionRole
(package private)  class MenuitemradioRoleImpl
          Implements MenuitemradioRole.
(package private)  class OptionRoleImpl
          Implements OptionRole.
(package private)  class RadioRoleImpl
          Implements RadioRole.
(package private)  class TreeitemRoleImpl
          Implements TreeitemRole.
 

Methods in com.google.gwt.aria.client that return OptionRole
static OptionRole Roles.getOptionRole()
           
 


GWT 2.7.0