| AbsListView |
Base class that can be used to implement virtualized lists of items. |
| AutoCompleteTextField<T> |
An editable text field that shows completion suggestions automatically while
the user is typing. |
| BarcodeScannerScreen |
Screen that opens the camera to scan for bar code. |
| BarcodeScannerView |
View directly linked with the camera that scans for bar codes. |
| Button |
A Button represents a button into screen in order to intercept
events (touch and keys). |
| CanvasScreen |
A canvas screen is used to perform 2D drawing operations. |
| CheckBox |
A CheckBox represents a text with a check item into screen in
order to intercept events (touch and keys) to set a binary state
(checked/unchecked). |
| ComboBox |
A ComboBox represents a list of choices into screen in order to
intercept events (touch and keys) to set a selected value from a list of
choices. |
| DatePicker |
This control lets the user pick a Date. |
| FrameLayout |
FrameLayout is designed to block out an area on the screen to display a
single item. |
| GLScreen |
A GL screen is used to perform 3D drawing operations. |
| GLView |
A GL view is used to perform 3D drawing operations. |
| Gallery |
A view that shows items in a center-locked, horizontally scrolling list. |
| GoogleSignInButton |
The Google sign-in button to authenticate the user. |
| GridView |
A GridView is a grid of views, where only one view could clicked
at the same time. |
| HorizontalLayout |
An HorizontalLayout represents a group of views arranged
horizontally. |
| HorizontalListView |
A HorizontalListView is a horizontal list of views, where only
one view can be clicked at the same time. |
| ImageButton |
Control that displays an Image as a Button. |
| ImageLabel |
An ImageLabel represents an Image into Screen. |
| ImageUrlLabel |
Handles fetching an image from a URL as well as the life-cycle of the
associated request. |
| Layout |
Abstract layout. |
| LinearLayout |
This abstract class represents a LinearLayout. |
| ListView |
A ListView is a vertical list of views, where only one view can
be clicked at the same time. |
| MapView |
A View which displays a map (with data obtained from the native Maps
service). |
| PagerSlidingTabStrip |
PagerSlidingTabStrip is an interactive indicator that displays the current,
next, and previous pages of a ViewPager in an horizontal list above
the pager. |
| PagerTabStrip |
PagerTabStrip is an interactive indicator of the current, next, and previous
pages of a ViewPager. |
| PagerTitleStrip |
PagerTitleStrip is a non-interactive indicator of the current, next, and
previous pages of a ViewPager. |
| ProgressBar |
A progress bar used as an indicator to show the progress of a download, a
loading, etc. |
| RadioButton |
A RadioButton is a two states item (checked, unchecked). |
| RadioGroup |
A RadioGroup is a group of RadioButton. |
| RichTextLabel |
A RichTextLabel can display HTML strings. |
| Screen |
This class is the abstract base class for all screens. |
| ScrollView |
A ScrollView represents a view with scrollbars (vertical and/or
horizontal). |
| SegmentedView |
A SegmentedView object is a horizontal view with multiple segments. |
| SlideScreen |
The SlideScreen is a screen that manages the presentation of
three side-by-side Screen. |
| SpecificView |
Platform specific view to be integrated into NeoMAD User interface. |
| SplitScreen |
The SplitScreen class is a screen that manages the presentation of
two side-by-side Screen. |
| Switch |
Switch component shows an On/Off button. |
| TabLayout |
A TabLayout represents a layout with many tabs. |
| TabScreen |
The TabScreen class implements a specialized screen that
manages a tab-style selection interface. |
| TextArea |
A TextArea represents an area of editable text into Screen. |
| TextEdit |
|
| TextField |
A TextField is a View that allows the editing of a single line
of text. |
| TextLabel |
A TextLabel represents a text into Screen. |
| TimePicker |
This view lets the user pick a Time. |
| VerticalLayout |
A VerticalLayout represents a group of views arranged
vertically. |
| VideoView |
Plays a video inside the application. |
| View |
Abstract UI element (View). |
| ViewPager |
A ViewPager control allows the user to flip left and right through
pages of data. |
| WaitView |
This view shows an infinite wait indicator. |
| WebView |
A View that displays web pages. |
| ZoomView |
Scrollable and Zoomable view. |