Class: com.ibm.dse.gui.EmbeddedPanel
Extends: com.ibm.dse.gui.SpPanel
The
EmbeddedPanel class has the following properties:
- editable: boolean. If true, all components inside the panel take the same
value in their editable property.
- errorLabel: The error message to be displayed if validation fails. Its
intended use is to be linked with a label of type SpLabel to show the error
message on the panel.
- helpId: Identifier for the online help function. The help text associated
with this property is shown when the Help key is pressed. If this property
is not defined, the HelpId of the panel where the button is located is used.
If that panel's helpId property is not defined, the parent panels are searched
recursively until the property is found or the DSECoordinatedPanel is reached.
If the helpID value is not found at the DSECoordinatedPanel, null is used.
- nesting: boolean. Depending on its value, data exchangers belonging to
the embedded panel are either ignored or taken into account when an OK, Repeat,
or Clear button is clicked in any parent panel. An OK button in an operation
panel behaves by taking into account the data exchangers in the operation
panel and in any embedded panels whose nesting property is set to true. The
Repeat and Clear buttons in a panel (either an operation panel or an embedded
panel) behave by taking into account the data exchangers in the operation
panel and in any embedded panels whose nesting property is set to true.