afida
Sep 1st, 2004, 03:13 AM
Ollie,
I have another a quick question about CompoundFormModel.createCompoundChild. I am little confused about its usage, can you provide some brief example. I have following structure (simplified) and I am wondering if I need to use it,
class BusinessUnits {
List applications;
List globalUsers;
}
class GlobalUser {
String name;
String account;
List role;
}
class Role {
String name;
}
Now to show selected BusinessUnit properties, I have BusinessUnitGeneralForm, BusinessUnitUsersForm, BusinessUnitApplicationsForm, and I am using NestingFormModel and TabbedDialogPage to add these forms dialog page.
In BusinessUnitUsersForm I have a list of user and visually it is JList upper half of the Pane and has another JTabbedPane to show selected User's properties. Do I need createCompoundChild to for this User's properties, I mean another NestingFormModel and TabbedDialogPage.?
Sorry If it didn't sound like quick question.
Amad
I have another a quick question about CompoundFormModel.createCompoundChild. I am little confused about its usage, can you provide some brief example. I have following structure (simplified) and I am wondering if I need to use it,
class BusinessUnits {
List applications;
List globalUsers;
}
class GlobalUser {
String name;
String account;
List role;
}
class Role {
String name;
}
Now to show selected BusinessUnit properties, I have BusinessUnitGeneralForm, BusinessUnitUsersForm, BusinessUnitApplicationsForm, and I am using NestingFormModel and TabbedDialogPage to add these forms dialog page.
In BusinessUnitUsersForm I have a list of user and visually it is JList upper half of the Pane and has another JTabbedPane to show selected User's properties. Do I need createCompoundChild to for this User's properties, I mean another NestingFormModel and TabbedDialogPage.?
Sorry If it didn't sound like quick question.
Amad