Class: com.ibm.btt.rcp.visualbean.BTTButtonGroup
Extends:
org.eclipse.swt.widgets.Group
Implements: com.ibm.btt.rcp.visualbean.core.Outsider
The
BTTButtonGroup class has the following properties:
- BTT_alternativeDataName: A data element name defined in the context. It
is of type String. If this property is set, the Bean's BTTCoordinatedComp
will write to the specified dataElement whenever it writes to the date element
specified by the dataName property. Both data elements will contain the same
value after the first writes are done.
- BTT_beansReactions: A class name. When a bean changes states and the end
state is a non-error state, the bean will call the beanReaction(java.awt.Component)
static method of the specified class.
- BTT_dataName: A data element name defined in the context or operation
context. It is of type String.
- BTT_dataDirection: Specifies the direction in which a consistency check
is made between the associated data element and the bean. Following are the
possible values:
- Input: When the combo box is selected, the data element in dataName (and
alternativeDataName) associated with the bean is updated.
- Output: When the data element in dataName associated with the bean changes,
the combo box is updated.
- Both: Both the Input and Output behaviors occur.
- BTT_mandatory: Boolean. If true, a value in the text field is required.