Button Extends Widget A push button. Can contain a text or an image. Import this type with “const {Button} = require('tabris'); ” Android iOS Properties a...
Slider Extends Widget A widget representing a numeric value as an movable indicator on a horizontal line. Import this type with “const {Slider} = require('tabris'); ” Andr...
ProgressBar Extends Widget A widget representing a numeric value as a horizontal bar with a growing indicator. Import this type with “const {ProgressBar} = require('tabris'); ...
Composite Extends Widget An empty widget that can contain other widgets. Import this type with “const {Composite} = require('tabris'); ” Methods append(…widgets) Paramete...
ActivityIndicator Extends Widget A widget representing a spinning indicator for indeterminate loading / processing time. Import this type with “const {ActivityIndicator} = req...