Beans can contain properties, whose editing depends on the settings of other properties. The depending properties can only be edited regarding the settings of theother properties.
E.g. at the event ActionPerformed of the SButton, the property ActionPerformedMacroParameters can only be edited, when the property ActionPerformedMacro allows parmeters.
Some system editors require, that the depending properties are registered on the same property page.
When the class MacroParameterGroupEditor will be used as editor to describe an event , the following must be regarded:
[Ljava.lang.String; resp. java.lang.StringWhen using the editors TableColumnGroupEditor,
ReportColumnGroupEditor,
PFormatReportColumnGroupEditor,
TableDefinitionGroupEditor the following must be regarded:
| DataBean | ControlSource • TableSource |
| FilterBean | FilteredControlSource • FilteredTableSource |
| SearchBean | SearchControlSource • SearchTableSource |
Examplel: When the properties TableSource and ControlSource will be inserted in a created Bean-Schema , the of both properties must contain the same value (s. fig. 293 ).