GWT 2.7.0

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

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

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

Subinterfaces of InputRole in com.google.gwt.aria.client
 interface CheckboxRole
          A type that represents the checkbox role in the ARIA specification.
 interface ComboboxRole
          A type that represents the combobox role in the ARIA specification.
 interface ListboxRole
          A type that represents the listbox role in the ARIA specification.
 interface MenubarRole
          A type that represents the menubar role in the ARIA specification.
 interface MenuitemcheckboxRole
          A type that represents the menuitemcheckbox role in the ARIA specification.
 interface MenuitemradioRole
          A type that represents the menuitemradio role in the ARIA specification.
 interface MenuRole
          A type that represents the menu role in the ARIA specification.
 interface OptionRole
          A type that represents the option role in the ARIA specification.
 interface RadiogroupRole
          A type that represents the radiogroup role in the ARIA specification.
 interface RadioRole
          A type that represents the radio role in the ARIA specification.
 interface ScrollbarRole
          A type that represents the scrollbar role in the ARIA specification.
 interface SelectRole
          A type that represents the select role in the ARIA specification.
 interface SliderRole
          A type that represents the slider role in the ARIA specification.
 interface SpinbuttonRole
          A type that represents the spinbutton role in the ARIA specification.
 interface TextboxRole
          A type that represents the textbox role in the ARIA specification.
 interface TreegridRole
          A type that represents the treegrid role in the ARIA specification.
 interface TreeitemRole
          A type that represents the treeitem role in the ARIA specification.
 interface TreeRole
          A type that represents the tree role in the ARIA specification.
 

Classes in com.google.gwt.aria.client that implement InputRole
(package private)  class CheckboxRoleImpl
          Implements CheckboxRole.
(package private)  class ComboboxRoleImpl
          Implements ComboboxRole.
(package private)  class ListboxRoleImpl
          Implements ListboxRole.
(package private)  class MenubarRoleImpl
          Implements MenubarRole.
(package private)  class MenuitemcheckboxRoleImpl
          Implements MenuitemcheckboxRole.
(package private)  class MenuitemradioRoleImpl
          Implements MenuitemradioRole.
(package private)  class MenuRoleImpl
          Implements MenuRole.
(package private)  class OptionRoleImpl
          Implements OptionRole.
(package private)  class RadiogroupRoleImpl
          Implements RadiogroupRole.
(package private)  class RadioRoleImpl
          Implements RadioRole.
(package private)  class ScrollbarRoleImpl
          Implements ScrollbarRole.
(package private)  class SliderRoleImpl
          Implements SliderRole.
(package private)  class SpinbuttonRoleImpl
          Implements SpinbuttonRole.
(package private)  class TextboxRoleImpl
          Implements TextboxRole.
(package private)  class TreegridRoleImpl
          Implements TreegridRole.
(package private)  class TreeitemRoleImpl
          Implements TreeitemRole.
(package private)  class TreeRoleImpl
          Implements TreeRole.
 


GWT 2.7.0