HorizontalSlider

The HorizontalSlider widget lets the user select a value with a horizontally draggable handle. It allows the user to change an integer value.

VerticalSlider

The VerticalSlider widget allows the user to conveniently change an integer value. When the user touches and drags.

HierarchySelect

The HierarchySelect widget displays all the related records in a hierarchical formatĀ  consisting of all top-level base widgets organized hierarchically.

DisplayLabel

The DisplayLabel widgets can be used as an area header with various styles and text alignments. This widget implements a display box where static text or images can be placed.

TextField

The TextField widget allows users to collect inputs from the keyboard into an app. This widget is used in building forms, sending messages, and creating search experiences.

TextArea

The TextArea widget allows input of multiple lines of text. This widget is apt in all the scenarios where the feedback of the user is taken.

NumberField

The NumberField widget limits the user's input to numeric values only.

NumberSpinner

The NumberSpinner widget enables the user to select a number from a predefined range. It allows the users to type or modify a value with the keyboard, mouse or scroll wheel.

CurrencyField

The CurrencyField widget displays the change in format based on the currency and the decimal value.

DateField

The DateField widget is used to display and edit fields of a date in a controlled format which allows the user to select a date from a collapsible calendar.