((ArrayFieldModel)qq_aCustomer_L_Address.getModel()).setAllowsAppend(true);
// === Column model setup ===
// Line1 converted from qqds_DataField
ArrayColumn qq_aCustomer_L_AddressArray_Line1_Column = new ArrayColumn("Line1", 0, 78, new FormattedCellRenderer(getqq_aCustomer_L_AddressArray_Line1()), new FormattedCellEditor(getqq_aCustomer_L_AddressArray_Line1()), true);
qq_aCustomer_L_AddressArray_Line1_Column.setHeaderValue("Line1");
qq_aCustomer_L_AddressArray_Line1_Column.setVisible(true);
qq_aCustomer_L_Address.addColumn(qq_aCustomer_L_AddressArray_Line1_Column);
// Line2 converted from qqds_DataField
ArrayColumn qq_aCustomer_L_AddressArray_Line2_Column = new ArrayColumn("Line2", 1, 78, new FormattedCellRenderer(getqq_aCustomer_L_AddressArray_Line2()), new FormattedCellEditor(getqq_aCustomer_L_AddressArray_Line2()), true);
qq_aCustomer_L_AddressArray_Line2_Column.setHeaderValue("Line2");
qq_aCustomer_L_AddressArray_Line2_Column.setVisible(true);
qq_aCustomer_L_Address.addColumn(qq_aCustomer_L_AddressArray_Line2_Column);
// Line3 converted from qqds_DataField
ArrayColumn qq_aCustomer_L_AddressArray_Line3_Column = new ArrayColumn("Line3", 2, 78, new FormattedCellRenderer(getqq_aCustomer_L_AddressArray_Line3()), new FormattedCellEditor(getqq_aCustomer_L_AddressArray_Line3()), true);
qq_aCustomer_L_AddressArray_Line3_Column.setHeaderValue("Line3");
qq_aCustomer_L_AddressArray_Line3_Column.setVisible(true);
qq_aCustomer_L_Address.addColumn(qq_aCustomer_L_AddressArray_Line3_Column);
// PropertyType converted from qqds_RadioList
ArrayColumn qq_aCustomer_L_AddressArray_PropertyType_Column = new ArrayColumn("PropertyType", 3, 64, new RadioListCellRenderer(getqq_aCustomer_L_AddressArray_PropertyType()), new RadioListCellEditor(getqq_aCustomer_L_AddressArray_PropertyType()), true);
qq_aCustomer_L_AddressArray_PropertyType_Column.setHeaderValue("Prop Type");
qq_aCustomer_L_AddressArray_PropertyType_Column.setVisible(true);
qq_aCustomer_L_Address.addColumn(qq_aCustomer_L_AddressArray_PropertyType_Column);
// DateBuilt converted from qqds_DataField
ArrayColumn qq_aCustomer_L_AddressArray_DateBuilt_Column = new ArrayColumn("DateBuilt", 4, 70, new FormattedCellRenderer(getqq_aCustomer_L_AddressArray_DateBuilt()), new FormattedCellEditor(getqq_aCustomer_L_AddressArray_DateBuilt()), true);
qq_aCustomer_L_AddressArray_DateBuilt_Column.setHeaderValue("DateBuilt");
qq_aCustomer_L_AddressArray_DateBuilt_Column.setVisible(true);
qq_aCustomer_L_Address.addColumn(qq_aCustomer_L_AddressArray_DateBuilt_Column);
// R_Postcode.City converted from qqds_DataField
ArrayColumn qq_aCustomer_L_AddressArray_R_Postcode_City_Column = new ArrayColumn("R_Postcode.City", 5, 79, new FormattedCellRenderer(getqq_aCustomer_L_AddressArray_R_Postcode_City()), new FormattedCellEditor(getqq_aCustomer_L_AddressArray_R_Postcode_City()), true);
qq_aCustomer_L_AddressArray_R_Postcode_City_Column.setHeaderValue("City");
qq_aCustomer_L_AddressArray_R_Postcode_City_Column.setVisible(true);
qq_aCustomer_L_Address.addColumn(qq_aCustomer_L_AddressArray_R_Postcode_City_Column);
// R_Postcode.State converted from qqds_DropList
ArrayColumn qq_aCustomer_L_AddressArray_R_Postcode_State_Column = new ArrayColumn("R_Postcode.State", 6, getqq_aCustomer_L_AddressArray_R_Postcode_State().getMinimumSize().width, new ComboBoxCellRenderer(getqq_aCustomer_L_AddressArray_R_Postcode_State()), DropFillinFactory.newDropListEditor(getqq_aCustomer_L_AddressArray_R_Postcode_State()), true);
qq_aCustomer_L_AddressArray_R_Postcode_State_Column.setHeaderValue("State");
qq_aCustomer_L_AddressArray_R_Postcode_State_Column.setVisible(true);
qq_aCustomer_L_Address.addColumn(qq_aCustomer_L_AddressArray_R_Postcode_State_Column);
// R_Postcode.CanLendTo converted from qqds_ToggleField
ArrayColumn qq_aCustomer_L_AddressArray_R_Postcode_CanLendTo_Column = new ArrayColumn("R_Postcode.CanLendTo", 7, 68, new CheckBoxCellRenderer(getqq_aCustomer_L_AddressArray_R_Postcode_CanLendTo()), new CheckBoxCellEditor(getqq_aCustomer_L_AddressArray_R_Postcode_CanLendTo()), true);
qq_aCustomer_L_AddressArray_R_Postcode_CanLendTo_Column.setHeaderValue("Can Lend To");
qq_aCustomer_L_AddressArray_R_Postcode_CanLendTo_Column.setVisible(true);
qq_aCustomer_L_Address.addColumn(qq_aCustomer_L_AddressArray_R_Postcode_CanLendTo_Column);
// R_Postcode.PostCodeNumber converted from qqds_DataField
ArrayColumn qq_aCustomer_L_AddressArray_R_Postcode_PostCodeNumber_Column = new ArrayColumn("R_Postcode.PostCodeNumber", 8, 80, new FormattedCellRenderer(getqq_aCustomer_L_AddressArray_R_Postcode_PostCodeNumber()), new FormattedCellEditor(getqq_aCustomer_L_AddressArray_R_Postcode_PostCodeNumber()), true);
qq_aCustomer_L_AddressArray_R_Postcode_PostCodeNumber_Column.setHeaderValue("PostCodeNumber");
qq_aCustomer_L_AddressArray_R_Postcode_PostCodeNumber_Column.setVisible(true);
qq_aCustomer_L_Address.addColumn(qq_aCustomer_L_AddressArray_R_Postcode_PostCodeNumber_Column);
// === End column model ===