Enum sap.ui.core.AccessibleRoleModule: sap/ui/core/library
Defines the accessible roles for ARIA support. This enumeration is used with the AccessibleRole control property. For more information, goto "Roles for Accessible Rich Internet Applications (WAI-ARIA Roles)" at the www.w3.org homepage.
Field Summary
sap.ui.core.AccessibleRole.AlertA message with an alert or error information.
sap.ui.core.AccessibleRole.AlertDialogA separate window with an alert or error information.
sap.ui.core.AccessibleRole.ApplicationA software unit executing a set of tasks for the user.
sap.ui.core.AccessibleRole.BannerUsually defined as the advertisement at the top of a web page.
sap.ui.core.AccessibleRole.ButtonAllows user-triggered actions.
sap.ui.core.AccessibleRole.CheckboxA control that has three possible values: true, false, mixed.
sap.ui.core.AccessibleRole.ColumnHeaderA table cell containing header information for a column.
sap.ui.core.AccessibleRole.ComboboxAllows selecting an item from a list, or to enter data directly in the input field.
sap.ui.core.AccessibleRole.ContentInfoInformation about the content on the page.
sap.ui.core.AccessibleRole.DefinitionThe content of the associated element represents a definition.
sap.ui.core.AccessibleRole.DescriptionDescriptive content for a page element.
sap.ui.core.AccessibleRole.DialogA small window that is designed to interrupt the current application processing in order to inform the user and to get some response.
sap.ui.core.AccessibleRole.DirectoryA list of references to members of a single group.
sap.ui.core.AccessibleRole.DocumentContent that contains related information, such as a book.
sap.ui.core.AccessibleRole.GridContains cells of tabular data arranged in rows and columns, for example in a table.
sap.ui.core.AccessibleRole.GridCellA table cell in a grid where the cells can be active, editable, and selectable.
sap.ui.core.AccessibleRole.GroupA section of user interface objects.
sap.ui.core.AccessibleRole.HeadingA heading for a section of the page.
sap.ui.core.AccessibleRole.ImgA container for a collection of elements that form an image.
sap.ui.core.AccessibleRole.LinkAn interactive reference to a resource.
sap.ui.core.AccessibleRole.ListA container for non-interactive list items which are the children of the list.
sap.ui.core.AccessibleRole.ListboxA widget that allows the user to select one or more items from a list.
sap.ui.core.AccessibleRole.ListItemA single item in a list.
sap.ui.core.AccessibleRole.LogAn area where new information is added, or old information disappears.
sap.ui.core.AccessibleRole.MainDefines the main content of a document.
sap.ui.core.AccessibleRole.MarqueeIs used to scroll text across the page.
sap.ui.core.AccessibleRole.MenuOffers a list of choices to the user.
sap.ui.core.AccessibleRole.MenubarA container for menu items where each item may activate a submenu.
sap.ui.core.AccessibleRole.MenuItemA child in a menu.
sap.ui.core.AccessibleRole.MenuItemCheckboxA checkable menu item (tri-state).
sap.ui.core.AccessibleRole.MenuItemRadioA menu item which is part of a group of menuitemradio roles.
sap.ui.core.AccessibleRole.NavigationA collection of links suitable for use when navigating the document or related documents.
sap.ui.core.AccessibleRole.NoteThe content is parenthetic or ancillary to the main content of the resource.
sap.ui.core.AccessibleRole.OptionA selectable item in a list represented by a select.
sap.ui.core.AccessibleRole.PresentationAn element whose role is presentational does not need to be mapped to the accessibility API.
sap.ui.core.AccessibleRole.ProgressBarShows the execution progress in applications providing functions that take a long time.
sap.ui.core.AccessibleRole.RadioAn option in single-select list.
sap.ui.core.AccessibleRole.RadioGroupA group of radio controls.
sap.ui.core.AccessibleRole.RegionA large section on the web page.
sap.ui.core.AccessibleRole.RowA row of table cells.
sap.ui.core.AccessibleRole.RowHeaderA table cell containing header information for a row.
sap.ui.core.AccessibleRole.SearchA search section of a web document.
sap.ui.core.AccessibleRole.SecondaryA unique section of the document.
sap.ui.core.AccessibleRole.SeeAlsoIndicates that the element contains content that is related to the main content of the page.
sap.ui.core.AccessibleRole.SeparatorA line or bar that separates sections of content.
sap.ui.core.AccessibleRole.SliderA user input where the user selects an input in a given range.
sap.ui.core.AccessibleRole.SpinButtonAllows users to select a value from a list of given entries where exactly one value is displayed at runtime, and the other ones can be displayed by scrolling using the arrow up and arrow down key.
sap.ui.core.AccessibleRole.StatusA container for processing advisory information.
sap.ui.core.AccessibleRole.TabA header for a tab panel.
sap.ui.core.AccessibleRole.TablistA list of tabs which are references to tab panels.
sap.ui.core.AccessibleRole.TabpanelA container for the resources associated with a tab.
sap.ui.core.AccessibleRole.TextboxInputs that allow free-form text as their value.
sap.ui.core.AccessibleRole.TimerA numerical counter which indicates an amount of elapsed time from a start point, or of the time remaining until a certain end point.
sap.ui.core.AccessibleRole.ToolbarA collection of commonly used functions represented in compact visual form.
sap.ui.core.AccessibleRole.TooltipA popup that displays a description for an element when the user passes over or rests on that element.
sap.ui.core.AccessibleRole.TreeA form of a list (tree) having groups (subtrees) inside groups (subtrees), where the sub trees can be collapsed and expanded.
sap.ui.core.AccessibleRole.TreeGridA grid whose rows are expandable and collapsable in the same manner as the ones of trees.
sap.ui.core.AccessibleRole.TreeItemA tree node
Field Detail
sap.ui.core.AccessibleRole.AlertDialog: string
A separate window with an alert or error information.
sap.ui.core.AccessibleRole.Application: string
A software unit executing a set of tasks for the user.
sap.ui.core.AccessibleRole.Banner: string
Usually defined as the advertisement at the top of a web page. The banner content typically contains the site or company logo, or other key advertisements.
sap.ui.core.AccessibleRole.Checkbox: string
A control that has three possible values: true, false, mixed.
sap.ui.core.AccessibleRole.ColumnHeader: string
A table cell containing header information for a column.
sap.ui.core.AccessibleRole.Combobox: string
Allows selecting an item from a list, or to enter data directly in the input field.
sap.ui.core.AccessibleRole.ContentInfo: string
Information about the content on the page. Examples are footnotes, copyrights, or links to privacy statements.
sap.ui.core.AccessibleRole.Definition: string
The content of the associated element represents a definition. If there is a definition element within the content, this one represents the term being defined.
sap.ui.core.AccessibleRole.Dialog: string
A small window that is designed to interrupt the current application processing in order to inform the user and to get some response.
sap.ui.core.AccessibleRole.Document: string
Content that contains related information, such as a book.
sap.ui.core.AccessibleRole.Grid: string
Contains cells of tabular data arranged in rows and columns, for example in a table.
sap.ui.core.AccessibleRole.GridCell: string
A table cell in a grid where the cells can be active, editable, and selectable. Cells may have functional relationships to controls, for example.
sap.ui.core.AccessibleRole.List: string
A container for non-interactive list items which are the children of the list.
sap.ui.core.AccessibleRole.Listbox: string
A widget that allows the user to select one or more items from a list. The items within the list are static and can contain images.
sap.ui.core.AccessibleRole.Log: string
An area where new information is added, or old information disappears. Information types are chat logs, messaging, or error logs, for example. The log contains a sequence: New information is always added to the end of the log.
sap.ui.core.AccessibleRole.Menubar: string
A container for menu items where each item may activate a submenu.
sap.ui.core.AccessibleRole.MenuItemRadio: string
A menu item which is part of a group of menuitemradio roles.
sap.ui.core.AccessibleRole.Navigation: string
A collection of links suitable for use when navigating the document or related documents.
sap.ui.core.AccessibleRole.Note: string
The content is parenthetic or ancillary to the main content of the resource.
sap.ui.core.AccessibleRole.Presentation: string
An element whose role is presentational does not need to be mapped to the accessibility API.
sap.ui.core.AccessibleRole.ProgressBar: string
Shows the execution progress in applications providing functions that take a long time.
sap.ui.core.AccessibleRole.Radio: string
An option in single-select list. Only one radio control in a radiogroup can be selected at the same time.
sap.ui.core.AccessibleRole.Search: string
A search section of a web document. In many cases, this is a form used to submit search requests about the site, or a more general Internet wide search service.
sap.ui.core.AccessibleRole.Secondary: string
A unique section of the document. In the case of a portal, this may include time display, weather forecast, or stock price.
sap.ui.core.AccessibleRole.SeeAlso: string
Indicates that the element contains content that is related to the main content of the page.
sap.ui.core.AccessibleRole.Slider: string
A user input where the user selects an input in a given range. This form of range expects an analogous keyboard interface.
sap.ui.core.AccessibleRole.SpinButton: string
Allows users to select a value from a list of given entries where exactly one value is displayed at runtime, and the other ones can be displayed by scrolling using the arrow up and arrow down key.
sap.ui.core.AccessibleRole.Timer: string
A numerical counter which indicates an amount of elapsed time from a start point, or of the time remaining until a certain end point.
sap.ui.core.AccessibleRole.Toolbar: string
A collection of commonly used functions represented in compact visual form.
sap.ui.core.AccessibleRole.Tooltip: string
A popup that displays a description for an element when the user passes over or rests on that element. Supplement to the normal tooltip processing of the user agent.
sap.ui.core.AccessibleRole.Tree: string
A form of a list (tree) having groups (subtrees) inside groups (subtrees), where the sub trees can be collapsed and expanded.