Extensions.HMI.ConfirmDialog

From emotive
Revision as of 03:07, 4 August 2014 by Nb (talk | contribs) (Created page with "Category:HMI == Classification == {{ClassificationActivity | ConfirmDialog | Requests dialog, the user's confirmation | Action| OTX HMI extension | Dialog re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Classification

Name ConfirmDialog
Short Description Requests dialog, the user's confirmation
Class Action
Extension OTX HMI extension
Group Dialog related actions
Exceptions -
Checker Rules -
Standard Compliant Yes

Pseudo-Code Syntax

ConfirmDialog(MessageType messageType);

Description

The ConfirmDialog activity shows a dialog, the user's confirmation requests. The selection of buttons and decorations can be configured by a parameter. ConfirmDialog is generally used to apply user acceptance before performing a procedure.

Properties

Name Data Type Class Default Cardinality Description
MessageType MessageType Value @MessageType:INFO [0..1] Message type = {INFO|WARNING|ERROR|YESNO_QUESTION|YESNOCANCEL_QUESTION}.
Result Integer Variable - [0..1] The variable where the user's selection is stored.

Examples

ConfirmDialog(messageType);

See also

InputDialog
ChoiceDialog
ShowDocumentDialog