Interface | Description |
---|---|
AlertdialogRole |
A type that represents the alertdialog
role in the ARIA specification.
|
AlertRole |
A type that represents the alert
role in the ARIA specification.
|
ApplicationRole |
A type that represents the application
role in the ARIA specification.
|
AriaAttributeType |
Interface that is and needs to be implemented by ALL non primitive attribute types
|
ArticleRole |
A type that represents the article
role in the ARIA specification.
|
BannerRole |
A type that represents the banner
role in the ARIA specification.
|
ButtonRole |
A type that represents the button
role in the ARIA specification.
|
CheckboxRole |
A type that represents the checkbox
role in the ARIA specification.
|
ColumnheaderRole |
A type that represents the columnheader
role in the ARIA specification.
|
ComboboxRole |
A type that represents the combobox
role in the ARIA specification.
|
CommandRole |
A type that represents the command
role in the ARIA specification.
|
ComplementaryRole |
A type that represents the complementary
role in the ARIA specification.
|
CompositeRole |
A type that represents the composite
role in the ARIA specification.
|
ContentinfoRole |
A type that represents the contentinfo
role in the ARIA specification.
|
DefinitionRole |
A type that represents the definition
role in the ARIA specification.
|
DialogRole |
A type that represents the dialog
role in the ARIA specification.
|
DirectoryRole |
A type that represents the directory
role in the ARIA specification.
|
DocumentRole |
A type that represents the document
role in the ARIA specification.
|
FormRole |
A type that represents the form
role in the ARIA specification.
|
GridcellRole |
A type that represents the gridcell
role in the ARIA specification.
|
GridRole |
A type that represents the grid
role in the ARIA specification.
|
GroupRole |
A type that represents the group
role in the ARIA specification.
|
HeadingRole |
A type that represents the heading
role in the ARIA specification.
|
ImgRole |
A type that represents the img
role in the ARIA specification.
|
InputRole |
A type that represents the input
role in the ARIA specification.
|
LandmarkRole |
A type that represents the landmark
role in the ARIA specification.
|
LinkRole |
A type that represents the link
role in the ARIA specification.
|
ListboxRole |
A type that represents the listbox
role in the ARIA specification.
|
ListitemRole |
A type that represents the listitem
role in the ARIA specification.
|
ListRole |
A type that represents the list
role in the ARIA specification.
|
LogRole |
A type that represents the log
role in the ARIA specification.
|
MainRole |
A type that represents the main
role in the ARIA specification.
|
MarqueeRole |
A type that represents the marquee
role in the ARIA specification.
|
MathRole |
A type that represents the math
role in the ARIA specification.
|
MenubarRole |
A type that represents the menubar
role in the ARIA specification.
|
MenuitemcheckboxRole |
A type that represents the menuitemcheckbox
role in the ARIA specification.
|
MenuitemradioRole |
A type that represents the menuitemradio
role in the ARIA specification.
|
MenuitemRole |
A type that represents the menuitem
role in the ARIA specification.
|
MenuRole |
A type that represents the menu
role in the ARIA specification.
|
NavigationRole |
A type that represents the navigation
role in the ARIA specification.
|
NoteRole |
A type that represents the note
role in the ARIA specification.
|
OptionRole |
A type that represents the option
role in the ARIA specification.
|
PresentationRole |
A type that represents the presentation
role in the ARIA specification.
|
ProgressbarRole |
A type that represents the progressbar
role in the ARIA specification.
|
RadiogroupRole |
A type that represents the radiogroup
role in the ARIA specification.
|
RadioRole |
A type that represents the radio
role in the ARIA specification.
|
RangeRole |
A type that represents the range
role in the ARIA specification.
|
RegionRole |
A type that represents the region
role in the ARIA specification.
|
Role |
A generic ARIA Role.
|
RowgroupRole |
A type that represents the rowgroup
role in the ARIA specification.
|
RowheaderRole |
A type that represents the rowheader
role in the ARIA specification.
|
RowRole |
A type that represents the row
role in the ARIA specification.
|
ScrollbarRole |
A type that represents the scrollbar
role in the ARIA specification.
|
SearchRole |
A type that represents the search
role in the ARIA specification.
|
SectionheadRole |
A type that represents the sectionhead
role in the ARIA specification.
|
SectionRole |
A type that represents the section
role in the ARIA specification.
|
SelectRole |
A type that represents the select
role in the ARIA specification.
|
SeparatorRole |
A type that represents the separator
role in the ARIA specification.
|
SliderRole |
A type that represents the slider
role in the ARIA specification.
|
SpinbuttonRole |
A type that represents the spinbutton
role in the ARIA specification.
|
StatusRole |
A type that represents the status
role in the ARIA specification.
|
StructureRole |
A type that represents the structure
role in the ARIA specification.
|
TablistRole |
A type that represents the tablist
role in the ARIA specification.
|
TabpanelRole |
A type that represents the tabpanel
role in the ARIA specification.
|
TabRole |
A type that represents the tab
role in the ARIA specification.
|
TextboxRole |
A type that represents the textbox
role in the ARIA specification.
|
TimerRole |
A type that represents the timer
role in the ARIA specification.
|
ToolbarRole |
A type that represents the toolbar
role in the ARIA specification.
|
TooltipRole |
A type that represents the tooltip
role in the ARIA specification.
|
TreegridRole |
A type that represents the treegrid
role in the ARIA specification.
|
TreeitemRole |
A type that represents the treeitem
role in the ARIA specification.
|
TreeRole |
A type that represents the tree
role in the ARIA specification.
|
WidgetRole |
A type that represents the widget
role in the ARIA specification.
|
WindowRole |
A type that represents the window
role in the ARIA specification.
|
Class | Description |
---|---|
AlertdialogRole |
A type that represents the alertdialog
role in the ARIA specification.
|
AlertdialogRoleImpl |
Implements
AlertdialogRole . |
AlertRole |
A type that represents the alert
role in the ARIA specification.
|
AlertRoleImpl |
Implements
AlertRole . |
ApplicationRole |
A type that represents the application
role in the ARIA specification.
|
ApplicationRoleImpl |
Implements
ApplicationRole . |
AriaAttributeType |
Interface that is and needs to be implemented by ALL non primitive attribute types
|
AriaValueAttribute |
ARIA specific type attribute.
|
ArticleRole |
A type that represents the article
role in the ARIA specification.
|
ArticleRoleImpl |
Implements
ArticleRole . |
Attribute |
Class representing ARIA state/property attribute.
|
Attribute<T> |
Class representing ARIA state/property attribute.
|
AutocompleteValue |
Property enum for 'aria-autocomplete' values.
|
BannerRole |
A type that represents the banner
role in the ARIA specification.
|
BannerRoleImpl |
Implements
BannerRole . |
ButtonRole |
A type that represents the button
role in the ARIA specification.
|
ButtonRoleImpl |
Implements
ButtonRole . |
CheckboxRole |
A type that represents the checkbox
role in the ARIA specification.
|
CheckboxRoleImpl |
Implements
CheckboxRole . |
CheckedValue |
State enum for 'aria-checked' values.
|
ColumnheaderRole |
A type that represents the columnheader
role in the ARIA specification.
|
ColumnheaderRoleImpl |
Implements
ColumnheaderRole . |
ComboboxRole |
A type that represents the combobox
role in the ARIA specification.
|
ComboboxRoleImpl |
Implements
ComboboxRole . |
CommandRole |
A type that represents the command
role in the ARIA specification.
|
ComplementaryRole |
A type that represents the complementary
role in the ARIA specification.
|
ComplementaryRoleImpl |
Implements
ComplementaryRole . |
CompositeRole |
A type that represents the composite
role in the ARIA specification.
|
ContentinfoRole |
A type that represents the contentinfo
role in the ARIA specification.
|
ContentinfoRoleImpl |
Implements
ContentinfoRole . |
DefinitionRole |
A type that represents the definition
role in the ARIA specification.
|
DefinitionRoleImpl |
Implements
DefinitionRole . |
DialogRole |
A type that represents the dialog
role in the ARIA specification.
|
DialogRoleImpl |
Implements
DialogRole . |
DirectoryRole |
A type that represents the directory
role in the ARIA specification.
|
DirectoryRoleImpl |
Implements
DirectoryRole . |
DocumentRole |
A type that represents the document
role in the ARIA specification.
|
DocumentRoleImpl |
Implements
DocumentRole . |
DropeffectValue |
Property enum for 'aria-dropeffect' values.
|
ExpandedValue |
State enum for 'aria-expanded' values.
|
ExtraAttribute |
Defines additional attributes that are interpreted by readers.
|
ExtraAttribute |
Defines additional attributes that are interpreted by readers.
|
FormRole |
A type that represents the form
role in the ARIA specification.
|
FormRoleImpl |
Implements
FormRole . |
GrabbedValue |
State enum for 'aria-grabbed' values.
|
GridcellRole |
A type that represents the gridcell
role in the ARIA specification.
|
GridcellRoleImpl |
Implements
GridcellRole . |
GridRole |
A type that represents the grid
role in the ARIA specification.
|
GridRoleImpl |
Implements
GridRole . |
GroupRole |
A type that represents the group
role in the ARIA specification.
|
GroupRoleImpl |
Implements
GroupRole . |
HeadingRole |
A type that represents the heading
role in the ARIA specification.
|
HeadingRoleImpl |
Implements
HeadingRole . |
Id |
Id reference attribute type
|
Id |
Id reference attribute type
|
ImgRole |
A type that represents the img
role in the ARIA specification.
|
ImgRoleImpl |
Implements
ImgRole . |
InputRole |
A type that represents the input
role in the ARIA specification.
|
InvalidValue |
State enum for 'aria-invalid' values.
|
LandmarkRole |
A type that represents the landmark
role in the ARIA specification.
|
LinkRole |
A type that represents the link
role in the ARIA specification.
|
LinkRoleImpl |
Implements
LinkRole . |
ListboxRole |
A type that represents the listbox
role in the ARIA specification.
|
ListboxRoleImpl |
Implements
ListboxRole . |
ListitemRole |
A type that represents the listitem
role in the ARIA specification.
|
ListitemRoleImpl |
Implements
ListitemRole . |
ListRole |
A type that represents the list
role in the ARIA specification.
|
ListRoleImpl |
Implements
ListRole . |
LiveValue |
Property enum for 'aria-live' values.
|
LogRole |
A type that represents the log
role in the ARIA specification.
|
LogRoleImpl |
Implements
LogRole . |
MainRole |
A type that represents the main
role in the ARIA specification.
|
MainRoleImpl |
Implements
MainRole . |
MarqueeRole |
A type that represents the marquee
role in the ARIA specification.
|
MarqueeRoleImpl |
Implements
MarqueeRole . |
MathRole |
A type that represents the math
role in the ARIA specification.
|
MathRoleImpl |
Implements
MathRole . |
MenubarRole |
A type that represents the menubar
role in the ARIA specification.
|
MenubarRoleImpl |
Implements
MenubarRole . |
MenuitemcheckboxRole |
A type that represents the menuitemcheckbox
role in the ARIA specification.
|
MenuitemcheckboxRoleImpl |
Implements
MenuitemcheckboxRole . |
MenuitemradioRole |
A type that represents the menuitemradio
role in the ARIA specification.
|
MenuitemradioRoleImpl |
Implements
MenuitemradioRole . |
MenuitemRole |
A type that represents the menuitem
role in the ARIA specification.
|
MenuitemRoleImpl |
Implements
MenuitemRole . |
MenuRole |
A type that represents the menu
role in the ARIA specification.
|
MenuRoleImpl |
Implements
MenuRole . |
NavigationRole |
A type that represents the navigation
role in the ARIA specification.
|
NavigationRoleImpl |
Implements
NavigationRole . |
NoteRole |
A type that represents the note
role in the ARIA specification.
|
NoteRoleImpl |
Implements
NoteRole . |
OptionRole |
A type that represents the option
role in the ARIA specification.
|
OptionRoleImpl |
Implements
OptionRole . |
OrientationValue |
Property enum for 'aria-orientation' values.
|
PresentationRole |
A type that represents the presentation
role in the ARIA specification.
|
PresentationRoleImpl |
Implements
PresentationRole . |
PressedValue |
State enum for 'aria-pressed' values.
|
PrimitiveValueAttribute |
Primitive type attribute.
|
ProgressbarRole |
A type that represents the progressbar
role in the ARIA specification.
|
ProgressbarRoleImpl |
Implements
ProgressbarRole . |
Property |
Class that contains constants for all ARIA properties as defined by the W3C specification
W3C ARIA specification.
|
Property |
Class that contains constants for all ARIA properties as defined by the W3C specification
W3C ARIA specification.
|
RadiogroupRole |
A type that represents the radiogroup
role in the ARIA specification.
|
RadiogroupRoleImpl |
Implements
RadiogroupRole . |
RadioRole |
A type that represents the radio
role in the ARIA specification.
|
RadioRoleImpl |
Implements
RadioRole . |
RangeRole |
A type that represents the range
role in the ARIA specification.
|
RegionRole |
A type that represents the region
role in the ARIA specification.
|
RegionRoleImpl |
Implements
RegionRole . |
RelevantValue |
Property enum for 'aria-relevant' values.
|
Role |
A generic ARIA Role.
|
RoleImpl |
The base class for implementing a Role.
|
Roles |
A factory providing each concrete role in the ARIA specification.
|
Roles |
A factory providing each concrete role in the ARIA specification.
|
RowgroupRole |
A type that represents the rowgroup
role in the ARIA specification.
|
RowgroupRoleImpl |
Implements
RowgroupRole . |
RowheaderRole |
A type that represents the rowheader
role in the ARIA specification.
|
RowheaderRoleImpl |
Implements
RowheaderRole . |
RowRole |
A type that represents the row
role in the ARIA specification.
|
RowRoleImpl |
Implements
RowRole . |
ScrollbarRole |
A type that represents the scrollbar
role in the ARIA specification.
|
ScrollbarRoleImpl |
Implements
ScrollbarRole . |
SearchRole |
A type that represents the search
role in the ARIA specification.
|
SearchRoleImpl |
Implements
SearchRole . |
SectionheadRole |
A type that represents the sectionhead
role in the ARIA specification.
|
SectionRole |
A type that represents the section
role in the ARIA specification.
|
SelectedValue |
State enum for 'aria-selected' values.
|
SelectRole |
A type that represents the select
role in the ARIA specification.
|
SeparatorRole |
A type that represents the separator
role in the ARIA specification.
|
SeparatorRoleImpl |
Implements
SeparatorRole . |
SliderRole |
A type that represents the slider
role in the ARIA specification.
|
SliderRoleImpl |
Implements
SliderRole . |
SortValue |
Property enum for 'aria-sort' values.
|
SpinbuttonRole |
A type that represents the spinbutton
role in the ARIA specification.
|
SpinbuttonRoleImpl |
Implements
SpinbuttonRole . |
State |
Class that contains constants for ARIA states.
|
State |
Class that contains constants for ARIA states.
|
StatusRole |
A type that represents the status
role in the ARIA specification.
|
StatusRoleImpl |
Implements
StatusRole . |
StructureRole |
A type that represents the structure
role in the ARIA specification.
|
TablistRole |
A type that represents the tablist
role in the ARIA specification.
|
TablistRoleImpl |
Implements
TablistRole . |
TabpanelRole |
A type that represents the tabpanel
role in the ARIA specification.
|
TabpanelRoleImpl |
Implements
TabpanelRole . |
TabRole |
A type that represents the tab
role in the ARIA specification.
|
TabRoleImpl |
Implements
TabRole . |
TextboxRole |
A type that represents the textbox
role in the ARIA specification.
|
TextboxRoleImpl |
Implements
TextboxRole . |
TimerRole |
A type that represents the timer
role in the ARIA specification.
|
TimerRoleImpl |
Implements
TimerRole . |
ToolbarRole |
A type that represents the toolbar
role in the ARIA specification.
|
ToolbarRoleImpl |
Implements
ToolbarRole . |
TooltipRole |
A type that represents the tooltip
role in the ARIA specification.
|
TooltipRoleImpl |
Implements
TooltipRole . |
TreegridRole |
A type that represents the treegrid
role in the ARIA specification.
|
TreegridRoleImpl |
Implements
TreegridRole . |
TreeitemRole |
A type that represents the treeitem
role in the ARIA specification.
|
TreeitemRoleImpl |
Implements
TreeitemRole . |
TreeRole |
A type that represents the tree
role in the ARIA specification.
|
TreeRoleImpl |
Implements
TreeRole . |
WidgetRole |
A type that represents the widget
role in the ARIA specification.
|
WindowRole |
A type that represents the window
role in the ARIA specification.
|
Enum | Description |
---|---|
AutocompleteValue |
Property enum for 'aria-autocomplete' values.
|
CheckedValue |
State enum for 'aria-checked' values.
|
DropeffectValue |
Property enum for 'aria-dropeffect' values.
|
ExpandedValue |
State enum for 'aria-expanded' values.
|
GrabbedValue |
State enum for 'aria-grabbed' values.
|
InvalidValue |
State enum for 'aria-invalid' values.
|
LiveValue |
Property enum for 'aria-live' values.
|
OrientationValue |
Property enum for 'aria-orientation' values.
|
PressedValue |
State enum for 'aria-pressed' values.
|
RelevantValue |
Property enum for 'aria-relevant' values.
|
SelectedValue |
State enum for 'aria-selected' values.
|
SortValue |
Property enum for 'aria-sort' values.
|
Copyright © 2018. All rights reserved.