sectionErrorConfigDetails = FormSection.createTableWrapDataSection(toolkit, parent,
Section.TWISTIE | Section.EXPANDED,
Messages.DDE_AEConfigPage_ErrorConfig_Section_Title,
"The following is the information about the ...", 10, 5, TableWrapData.FILL_GRAB,
TableWrapData.FILL_GRAB, 1, 1);
final SectionPart spart = new SectionPart(sectionErrorConfigDetails);
mform.addPart(spart);
spart.initialize(mform); // Need this code. Otherwise, exception in SectionPart !!!
sectionErrorConfigDetails.setExpanded(true);
// /////////////////////////////////////////////////////////////////////
Composite sectionClient = toolkit.createComposite(sectionErrorConfigDetails);