
|
|
The Property Display widget is available as a standard widget in the platform and as a web component that you can import from an SDK.
|
|
Column 1
|
...
|
Column N
|
|
|---|---|---|---|
|
...
|
|||
|
Use
|
Defines a property name for the widget.
|
...
|
Defines property names for each additional column.
|
|
Name
|
TopSpeed
|
MaxRange
|
MaxAltitude
|
|---|---|---|---|
|
Heavy Aircraft
|
250 kn
|
3800 nmi
|
28000 ft
|
|
Light Aircraft
|
150 kn
|
700 nmi
|
12000 ft
|

|
|
You cannot set this property without binding an infotable to the Data property.
|

in the top-left corner of the widget, then click Configure Grid Columns.
on the Properties panel.
|
|
• When you select a column for the GroupNameField property, then the column is not listed, and any existing configuration is ignored.
|
|
Property Name
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
||
|---|---|---|---|---|---|---|---|
|
VerticalMode
|
Aligns the data along the vertical axis. It appears horizontally if not selected.
|
BOOLEAN
|
False
|
Y
|
N
|
||
|
HideGroupTitles
|
Hides the group title labels.
|
BOOLEAN
|
False
|
Y
|
N
|
||
|
ModalWidth
|
Sets a fixed width for the modal window.
|
NUMBER
|
n/a
|
Y
|
N
|
||
|
ModalHeight
|
Sets a fixed height for the modal window.
|
NUMBER
|
n/a
|
Y
|
N
|
||
|
CustomClass
|
Defines the CSS to the top div of the widget. When entering multiple classes, separate each class with a space.
|
STRING
|
n/a
|
Y
|
N
|
||
|
DisclosureControl
|
Specifies how to display the full value when it exceeds the specified dimensions for the widget. How the full value appears, depends on what you select:
• Display info button — In a modal window.
• Use 'Show more...' link — Using a Show More link.
• Display ellipsis (...) — Using an ellipsis.
|
STRING
|
Display Info Button
|
N
|
N
|
||
|
MultiLine
|
Breaks the text across a new line when it exceeds the specified width.
|
BOOLEAN
|
False
|
||||
|
TextIfNoValue
|
Sets a text that appears when the widget data source does not contain a value.
|
STRING
|
n/a
|
Y
|
Y
|
||
|
Disabled
|
Disables the widget in the mashup. The widget appears but it is not available to use.
|
BOOLEAN
|
False
|
Y
|
N
|
||
|
TabSequence
|
Sets the sequence in which a widget is highlighted when you press a TAB.
|
NUMBER
|
n/a
|
N
|
N
|
||
|
Data
|
The data source for the Property Display.
The label for each entry is derived from the field name as defined by the infotable Data Shape.
• If the field has a friendly name defined in the Data Shape definition, this name is used.
• If the field does not have a friendly name defined in the Data Shape definition, the field name is selected from the current localization table.
• If neither of the above two scenarios work, the field name itself is used as the label.
The value of each field is used as the entry value. The type of this value is determined automatically by the field type as defined in the Data Shape. There is no need to configure these. For example, a field with the type IMAGE appears as an image.
|
INFOTABLE
|
n/a
|
Y
|
N
|
||
|
GroupNameField
|
Specifies the infotable field that is used to group properties.
This property selects one of the fields in the infotable to use as the group title. If this property is set, the value of this field is used as the group title and this field does not appear among other properties. If no field is selected for GroupNameField, the property display widget displays all fields and the groups do not get a title.
|
INFOTABLE
|
n/a
|
N
|
N
|
||
|
Label
|
Displays the label text for the Property Display widget.
|
STRING
|
n/a
|
Y
|
Y
|
||
|
LabelAlignment
|
Aligns the label to the Left, Right, or Center along the horizontal axis.
|
STRING
|
Left
|
N
|
N
|
||
|
LabelType
|
Sets the type for the label.as Header, Sub-Header, Label, or Body.
|
STRING
|
Label
|
N
|
N
|
||
|
HideLabel
|
Hides the label in the mashup.
|
BOOLEAN
|
False
|
N
|
N
|
||
|
GroupTitleAlignment
|
Aligns the group label to the Left, Right, or Center along the horizontal axis.
|
STRING
|
Left
|
N
|
N
|
||
|
GroupTitleType
|
Sets a type for the group titles asHeader, Sub-Header, Label, or Body
|
STRING
|
Label
|
N
|
N
|
||
|
TableLayout
|
Displays the list of properties and their values as rows and columns within a table layout.
|
BOOLEAN
|
False
|
N
|
N
|
||
|
KeyColumnWidth
|
Sets the width of the column used to display the property names when the widget is configured using a table layout.
|
NUMBER
|
n/a
|
N
|
N
|
||
|
ValueMaxWidth
|
Sets the maximum width for values.
|
NUMBER
|
n/a
|
Y
|
N
|
||
|
ValueMaxHeight
|
Sets the maximum height for values.
|
NUMBER
|
n/a
|
Y
|
N
|