FavoriteWatchItemOut

<< 点击显示目录 >>

主页  mappView帮助助手 > mapp View帮助信息 > Widgets  > Data  > FavoriteWatch  >

FavoriteWatchItemOut

Widget "FavoriteWatchItemOut" represents an individual box for widget "FavoriteWatch". Each box consists of widget "NumericOutput", widget "Label" and widget "Image".

The layout for the boxes is defined using property boxConfiguration for widget "FavoriteWatch".

logo_use_case

For this widget, there is a use case that explains how widget "FavoriteWatch" works.

The following properties cannot be used in compound widget "Mapping":

zIndex

Appearance

favoritewatchitemout_editor

favoritewatchitemout_runtime

Editor

Web browser

Properties

Name

Type

Description

Bindable

Necessary

Default value

zIndex

UInteger

zIndex determines the z-order of the widget. With overlapping widgets, the zIndex determines which widget is on the top and which one is on the bottom. The widget with the larger zIndex is on top, and the one with the smaller zIndex is on the bottom. The zIndex must be unique within a piece of content or a container widget. The zIndex is automatically assigned by the visual editor and can therefore be changed via the toolbar.

 

check

 

enable

Boolean

Defines the usability of the widget. A disabled widget (enable=false) does not react to user interaction and does not trigger events. The "enable" behavior is inherited from the container widgets to the child widgets.

check

 

true

format

MeasurementSystemFormat

Defines the number format for the widget.

check

 

{'metric':{ 'decimalPlaces' : 1, 'minimumIntegerDigits' : 1 }, 'imperial' :{ 'decimalPlaces' : 1, 'minimumIntegerDigits' : 1 }, 'imperial-us' :{ 'decimalPlaces' : 1, 'minimumIntegerDigits' : 1 }}

image

ImagePath

Relative path to an image that is shown in the widget.

For more information, see here.

check

 

 

labelStyle

StyleReference

Reference to a widget style created by the user to be used for widget "Label".

 

 

default

node

Node

Value with unit for node binding.

check

 

 

numericOutputStyle

StyleReference

Reference to a widget style created by the user to be used for widget "NumericOutput".

 

 

default

permissionOperate

RoleCollection

Defines the roles that are permitted to use the widget. For roles without sufficient rights, the widget does not react to user interaction and does not trigger events.

 

 

 

text

String

Static text or a text from the text system that is shown on the widget.

A localized text is defined by specifying $IAT/Textkey.

check

 

 

unit

MeasurementSystemUnit

Defines the unit code of the widget.

check

 

 

value

Number

Defines the value displayed by widget "NumericOutput".

check

 

0

Topics in this section:

Actions and events