what-the-bank/sources/com/scb/phone/view/fragment/hml/HmlBasePersonalInfoFragment...

127 lines
8.2 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.scb.phone.view.fragment.hml;
import android.view.View;
import android.widget.Button;
import android.widget.CheckBox;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import com.scb.phone.R;
import com.scb.phone.view.custom.common.CommonInputViewGroup;
import com.scb.phone.view.custom.common.CustomEditText;
import com.scb.phone.view.custom.common.CustomLaserIdInput;
import com.scb.phone.view.custom.common.CustomPhoneNumberInput;
import com.scb.phone.view.custom.common.DateInputText;
import com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle;
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
import o.gnL;
import o.pyT;
/* loaded from: classes5.dex */
public class HmlBasePersonalInfoFragment_ViewBinding extends BaseFragment_ViewBinding {
private View b;
private View c;
private HmlBasePersonalInfoFragment d;
public HmlBasePersonalInfoFragment_ViewBinding(HmlBasePersonalInfoFragment hmlBasePersonalInfoFragment, View view) {
super(hmlBasePersonalInfoFragment, view);
this.d = hmlBasePersonalInfoFragment;
hmlBasePersonalInfoFragment.root = (LinearLayout) pyT.e(view, R.id.ll_layout_root, "field 'root'", LinearLayout.class);
hmlBasePersonalInfoFragment.firstNameView = (CommonInputViewGroup) pyT.e(view, R.id.input_hml_personal_info_first_name, "field 'firstNameView'", CommonInputViewGroup.class);
hmlBasePersonalInfoFragment.nameSection = pyT.a(view, R.id.hml_name_section, "field 'nameSection'");
hmlBasePersonalInfoFragment.nameValue = (TextView) pyT.e(view, R.id.tv_hml_personal_info_name_input, "field 'nameValue'", TextView.class);
hmlBasePersonalInfoFragment.lastNameView = (CommonInputViewGroup) pyT.e(view, R.id.input_hml_personal_info_last_name, "field 'lastNameView'", CommonInputViewGroup.class);
hmlBasePersonalInfoFragment.mobileNumberView = (CustomPhoneNumberInput) pyT.e(view, R.id.input_hml_personal_info_mobile_number, "field 'mobileNumberView'", CustomPhoneNumberInput.class);
hmlBasePersonalInfoFragment.emailView = (CommonInputViewGroup) pyT.e(view, R.id.input_hml_personal_info_email_address, "field 'emailView'", CommonInputViewGroup.class);
View a = pyT.a(view, R.id.tv_mailing_address, "field 'mailingView' and method 'onMailingClick'");
hmlBasePersonalInfoFragment.mailingView = (TextView) pyT.c(a, R.id.tv_mailing_address, "field 'mailingView'", TextView.class);
this.c = a;
a.setOnClickListener(new gnL(this, hmlBasePersonalInfoFragment) { // from class: com.scb.phone.view.fragment.hml.HmlBasePersonalInfoFragment_ViewBinding.5
private HmlBasePersonalInfoFragment b;
private HmlBasePersonalInfoFragment_ViewBinding c;
{
this.c = this;
this.b = hmlBasePersonalInfoFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.b.onMailingClick();
}
});
View a2 = pyT.a(view, R.id.image_arrow_current, "field 'mailingArrow' and method 'onMailingClick'");
hmlBasePersonalInfoFragment.mailingArrow = (ImageView) pyT.c(a2, R.id.image_arrow_current, "field 'mailingArrow'", ImageView.class);
this.b = a2;
a2.setOnClickListener(new gnL(this, hmlBasePersonalInfoFragment) { // from class: com.scb.phone.view.fragment.hml.HmlBasePersonalInfoFragment_ViewBinding.3
private HmlBasePersonalInfoFragment_ViewBinding a;
private HmlBasePersonalInfoFragment e;
{
this.a = this;
this.e = hmlBasePersonalInfoFragment;
}
@Override // o.gnL
public final void e(View view2) {
this.e.onMailingClick();
}
});
hmlBasePersonalInfoFragment.laserIdInput = (CustomLaserIdInput) pyT.e(view, R.id.input_hml_personal_info_laser_id, "field 'laserIdInput'", CustomLaserIdInput.class);
hmlBasePersonalInfoFragment.incomeError = (TextView) pyT.e(view, R.id.tv_input_income_error, "field 'incomeError'", TextView.class);
hmlBasePersonalInfoFragment.nextButton = (Button) pyT.e(view, R.id.bt_next, "field 'nextButton'", Button.class);
hmlBasePersonalInfoFragment.income = (CustomEditText) pyT.e(view, R.id.input_income, "field 'income'", CustomEditText.class);
hmlBasePersonalInfoFragment.separator = pyT.a(view, R.id.vw_separator, "field 'separator'");
hmlBasePersonalInfoFragment.maritalStatusSpinner = (CustomSpinnerWithTitle) pyT.e(view, R.id.cs_marital_status, "field 'maritalStatusSpinner'", CustomSpinnerWithTitle.class);
hmlBasePersonalInfoFragment.educationLevelSpinner = (CustomSpinnerWithTitle) pyT.e(view, R.id.cs_education_level, "field 'educationLevelSpinner'", CustomSpinnerWithTitle.class);
hmlBasePersonalInfoFragment.residentialStatusSpinner = (CustomSpinnerWithTitle) pyT.e(view, R.id.cs_residential_status, "field 'residentialStatusSpinner'", CustomSpinnerWithTitle.class);
hmlBasePersonalInfoFragment.residentialStatusError = (TextView) pyT.e(view, R.id.tv_residential_status_error, "field 'residentialStatusError'", TextView.class);
hmlBasePersonalInfoFragment.maritalStatusError = (TextView) pyT.e(view, R.id.tv_marital_status_error, "field 'maritalStatusError'", TextView.class);
hmlBasePersonalInfoFragment.educationalLevelError = (TextView) pyT.e(view, R.id.tv_education_level_error, "field 'educationalLevelError'", TextView.class);
hmlBasePersonalInfoFragment.mailingViewError = (TextView) pyT.e(view, R.id.tv_mailing_address_error, "field 'mailingViewError'", TextView.class);
hmlBasePersonalInfoFragment.sameAddressCheckBox = (CheckBox) pyT.e(view, R.id.cb_address_checkbox, "field 'sameAddressCheckBox'", CheckBox.class);
hmlBasePersonalInfoFragment.baseExpiredDate = (DateInputText) pyT.e(view, R.id.cd_national_id_expiry_date, "field 'baseExpiredDate'", DateInputText.class);
hmlBasePersonalInfoFragment.emailRemark = (TextView) pyT.e(view, R.id.tv_email_remark, "field 'emailRemark'", TextView.class);
hmlBasePersonalInfoFragment.mobileNumberOtpMsg = (TextView) pyT.e(view, R.id.tv_hml_personal_info_mobile_number_otp_msg, "field 'mobileNumberOtpMsg'", TextView.class);
}
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
public void a() {
HmlBasePersonalInfoFragment hmlBasePersonalInfoFragment = this.d;
if (hmlBasePersonalInfoFragment == null) {
throw new IllegalStateException("Bindings already cleared.");
}
this.d = null;
hmlBasePersonalInfoFragment.root = null;
hmlBasePersonalInfoFragment.firstNameView = null;
hmlBasePersonalInfoFragment.nameSection = null;
hmlBasePersonalInfoFragment.nameValue = null;
hmlBasePersonalInfoFragment.lastNameView = null;
hmlBasePersonalInfoFragment.mobileNumberView = null;
hmlBasePersonalInfoFragment.emailView = null;
hmlBasePersonalInfoFragment.mailingView = null;
hmlBasePersonalInfoFragment.mailingArrow = null;
hmlBasePersonalInfoFragment.laserIdInput = null;
hmlBasePersonalInfoFragment.incomeError = null;
hmlBasePersonalInfoFragment.nextButton = null;
hmlBasePersonalInfoFragment.income = null;
hmlBasePersonalInfoFragment.separator = null;
hmlBasePersonalInfoFragment.maritalStatusSpinner = null;
hmlBasePersonalInfoFragment.educationLevelSpinner = null;
hmlBasePersonalInfoFragment.residentialStatusSpinner = null;
hmlBasePersonalInfoFragment.residentialStatusError = null;
hmlBasePersonalInfoFragment.maritalStatusError = null;
hmlBasePersonalInfoFragment.educationalLevelError = null;
hmlBasePersonalInfoFragment.mailingViewError = null;
hmlBasePersonalInfoFragment.sameAddressCheckBox = null;
hmlBasePersonalInfoFragment.baseExpiredDate = null;
hmlBasePersonalInfoFragment.emailRemark = null;
hmlBasePersonalInfoFragment.mobileNumberOtpMsg = null;
this.c.setOnClickListener(null);
this.c = null;
this.b.setOnClickListener(null);
this.b = null;
super.a();
}
}