int tabIndex = dialogProperty.tab();
if (tabIndex < 1 || tabIndex > tabsList.size()) {
throw new InvalidComponentFieldException("Invalid tab index " + tabIndex + " for field "
+ dialogProperty.fieldName());
}
tabsList.get(tabIndex - 1).addElement(builtFieldWidget);
}