if (!isDropDownAuxiliaryComponent(component) && !(component instanceof BaseColumn) &&
!(component instanceof OUIClientAction) && !Rendering.isA4jSupportComponent(component))
childComponents.add(component);
}
DropDownFieldTableStyles tableStyles = new DropDownFieldTableStyles(dropDownField, childComponents);
TableStructure tableStructure = new TableStructure(dropDownField, tableStyles);
childData = new ChildData(tableStructure, childComponents);
return childData;
}