BTT_helpID: Identifier for the help function. The static
method showHelp(String helpId) is called with this property as input when
the Help key is pressed. If this property is not defined, the HelpID of the
composite where the button is located is used. If that composite's helpId
property is not defined, the parent composites are searched recursively until
the property is found or the BTTCoordinatedComp is reached. If the helpID
value is not found at the BTTCoordinatedComp, null is used.
BTT_activatedOkKey: boolean. If true, focus on the button, and OK button
exists in the composite or its parent composite, the composite fires the same
CoordinationEvent as Ok button is clicked when OkKey is pressed.
BTT_followMandatory: If yes, the button will work as BTT_disableExecuteButton
is true.
BTT_disableExecuteButton: This property flags the button to be disabled
by its container under three conditions:
A dataExchanger in the container is in the error state.
A mandatory dataExchanger field (in the container) is empty.
The globalValidation method of the BTTCoordinatedComp fails.
The above property applies when the button type is Execute_Operation
and OK.
BTT_navigationParameters: An object that contains properties to facilitate
navigation between views. (For more information about this object see NavigationParameters
object description.) Only the properties that are needed for the specified
type are significant (see the "type" property, below).
BTT_type: Specifies the source type of button. Possible values are Default,
OK, Clear, Close, Repeat, Euro, EMUCurrency, Help, Previous View, Next View,
Undo, Cancel, Open View, None, Close_Navigation and Execute Operation.
BTT_dataToClear: Clears the data exchangers according to the value in
the dataDirection property, which can be Input, Output, or Both. Applicable
to the Clear button type.