Switch Extends Widget A switch widget that can be toggled. Import this type with “const {Switch} = require('tabris'); ” Android iOS Properties checked Typ...
ScrollView Extends Composite A composite that allows its content to overflow either vertically (default) or horizontally. Since the ScrollView does not compute its own size, th...
Picker Extends Widget A widget with a drop-down list of items to choose from. Import this type with “const {Picker} = require('tabris'); ” Android iOS Prope...
ImageView Extends Widget A widget to display an image. Import this type with “const {ImageView} = require('tabris'); ” Properties image Type: Image The image to display...
Page Extends Composite A container representing a single page of a NavigationView widget. Import this type with “const {Page} = require('tabris'); ” Properties autoDispos...
StatusBar Extends Widget The status bar is the area where notifications, status icons and device time are displayed. The singleton instance can be accessed via ui.statusBar . ...
TextView Extends Widget A widget to display a text. For images, use ImageView. Import this type with “const {TextView} = require('tabris'); ” Android iOS Pr...