| Class | Description |
---|
| DatePicker |
The DatePicker presents a control for picking a date. |
| ManagerBase |
The ManagerBase is a base class for mobile display managers such as StackedViewManager
and TabbedViewManager. |
| StackedViewManager |
The StackedViewManager displays a single View at a time from a
collection of Views where views[0] is at the bottom and views[n-1]
is at the top and displayed. |
| TabbedViewManager |
The TabbedViewManager displays a set of views, only one of which is active at
a time. |
| TitleView |
The TitleView class represents a view in a mobile app that has
a title and is typically used in a ViewManager. |
| ToggleSwitch |
The ToggleSwitch is a UI control that displays on/off or yes/no states. |
| ViewManagerBase |
Base class for mobile navigation controls. |