| Class | Description | |
|---|---|---|
| ActivityIndicator | The ActivityIndicator is a graphical component that notifies the user that something is currently being processed. | |
| Alert | The Alert control is a pop-up dialog box that can contain a message, a title, buttons (amongst OK, Cancel, Yes, and No) and an icon. | |
| BaseList | The BaseList class is the base class for controls that represent lists of items that can have one or more selected items and can scroll through the items. | |
| Button | The Button control is a commonly used rectangular button. | |
| ButtonLabelPlacement |
The ButtonLabelPlacement class defines the constants for the allowed values
of the labelPlacement property of a Button. |
|
| CheckBox | The CheckBox control is a small box that can contain a check mark or not. | |
| GroupList | The GroupList control displays a vertical list of items grouped into sections. | |
| HTML | The HTML control lets you display HTML content in your application. | |
| Image | The Image control lets you import JPEG, PNG, GIF files at runtime. | |
| Label | The Label control displays a single line of noneditable text. | |
| LeftPane | View (Canvas) used as the left part of a SplitView on tablet device (ex: iPad, Android tablet...). | |
| LeftPaneScreenStack | Screen Stack used as the left part of a SplitView on tablet device (ex: iPad, Android tablet...) and defines the split screen Navigation Model. | |
| List | The List control displays a vertical list of items. | |
| MonoScreenStack | MonoScreenStack is a Screen Stack used inside a WindowedApplication that allows handling the native navigation model of the platform. | |
| MonoView | MonoView is a Canvas used inside a WindowedApplication. | |
| NavigationBar | The NavigationBar control displays a navigation bar containing navigation items. | |
| PopOver | The PopOver control is a pop-up view box that can contain a view to be displayed. | |
| PredefinedButtonItem | The PredefinedButtonItem class provides a selection of predefined buttons. | |
| RadioButton | The RadioButton control lets the user make a single selection within a set of choices. | |
| RadioButtonGroup | The RadioButtonGroup control defines a group of RadioButton controls that act as a single mutually exclusive control. | |
| RightPane | View (Canvas) used as the right part of a SplitView on tablet device (ex: iPad, Android tablet...). | |
| RightPaneScreenStack | Screen Stack used as the right part of a SplitView on tablet device (ex: iPad, Android tablet...) and defines the split screen Navigation Model. | |
| ScreenStackApplication | The ScreenStackApplication allows handling the native navigation model of the platform. | |
| ScreenView | The ScreenView class is used to define the screens within a ScreenStackApplication container-based Application. | |
| SplitView | SplitView is a container with two panes of information. | |
| TabNavigator | The TabNavigator container has a collection of child containers, in which only one child at a time is visible. | |
| Text | The Text control displays multiline, noneditable text. | |
| TextArea | The TextArea control is a multiline text input field that can be edited by the user. | |
| TextInput | The TextInput control is a single line text input field that can be edited by the user. | |
| ToggleButton | The ToggleButton class is the abstract base class for CheckBox and RadioButton objects. | |
| ToggleButtonBar | The ToggleButtonBar control defines a horizontal group of buttons that maintain their selected or deselected state. | |
| ZoomableImage |
The ZoomableImage class provides support for displaying image content that is larger than the size of the view container. |