Skip to main content

35 docs tagged with "interaction"

View all tags

Accordion

Accordions enable users to expand or collapse sections of content on a page.

Anchor

Anchors enable you to show links of different types of in a page.

Anchored region

Anchored regions are containers that position content relative to the anchor element.

Combobox

A combo-box is an input with an associated pop-up that enables users to select one value from a collection of possible values.

Dialog

A dialog is a pop-up dialog (rectangular panel) that takes focus, and prohibits the user from interacting with the content behind.

Dropdown menu

The dropdown menu component enables you to create nested menus with menu items.

FDC3 Channel Event

This is a utility element that listens to an event on its parent element and broadcasts the event detail payload on an FDC3 Channel.

FDC3 Listen Intent

This is a utility element that listens to any raised intents in FDC3 that are handled by the application.

FDC3 System Channel Listener

This is a utility element that listens to the FDC3 system channel (also known as a user or color channel) for the specified context.

Flipper

Flippers are styled buttons that point left and right so that users can move horizontally backwards and forwards through sequential blocks of content. They also enable users to see exactly where they are in the sequence.

Listbox

Listboxes are menus that display options, allowing the user to select one. Listboxes are displayed when clicking on a ``.

Menu

The menu component displays a list of choices for a user, enabling them to select actions.

Modal

A modal is a type of dialog that prevents the user from interacting with other content on the page. Usually, when an active modal is displayed, all other content on the screen is dimmed. The user is unable to move focus to other windows or dialogs. This forces the user to deal with the modal before moving to other work on the application.

Segmented Control

A segmented control is a set of checkable buttons. No more than one button can be checked at a time. When a user checks an unchecked button, the previously checked button is automatically unchecked.

Tabs

Tabs are layered sections of content that display one panel of content at a time. Each tab panel has an associated tab element; when this is activated, the panel is displayed. The list of tab elements is arranged along one edge of the currently displayed panel.

Tooltip

A tooltip enables you to display information about an element when the user places their cursor above it.

Tree view

A tree view widget presents a hierarchical list. Any item in the hierarchy can have child items, and items that have children can be expanded or collapsed to show or hide the children.