Class: com.ibm.btt.rcp.visualbean.BTTEmbeddedComp
Extends:
com.ibm.btt.rcp.visualbean.BTTCompBase
The BTTEmbeddedComp class has
the following properties:
- editable: boolean. If true, all components inside the composite take the
same value in their editable property.
- BTT_activatedOkKey: boolean. If true, focus on the EmbeddedComposite,
and OK button exists in its parent BTTCoordinatedComp, the BTTCoordinatedComp
fires the same CoordinationEvent as Ok button is clicked when OkKey is pressed
- 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 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_nesting: boolean. Depending on its value, data exchangers
belonging to the embedded composite are either ignored or taken into account
when an OK, Repeat, or Clear button is clicked in any parent composite. An
OK button in an operation composite behaves by taking into account the data
exchangers in the operation composite and in any embedded composites whose
nesting property is set to true. The Repeat and Clear buttons in a composite
(either an operation composite or an embedded composite) behave by taking
into account the data exchangers in the operation composite and in any embedded
composites whose nesting property is set to true.