false,
JaWEManager.getInstance().getJaWEController().canModifyElement(el));
}
} else if (el instanceof XMLComplexChoice) {
panel = new XMLComboChoicePanel(getPanelContainer(), el, JaWEManager.getInstance().getJaWEController().canModifyElement(el));
} else if (el instanceof XMLComplexElement) {
panel = generateStandardGroupPanel((XMLComplexElement) el, false, true);
} else if (el instanceof XMLCollection) {
// CUSTOM: show standard list instead of table
panel = generateStandardListPanel((XMLCollection) el, true, false);