156 lines
9.0 KiB
Java
156 lines
9.0 KiB
Java
package com.scb.phone.view.fragment.hml;
|
|
|
|
import android.view.View;
|
|
import android.widget.CheckBox;
|
|
import android.widget.CompoundButton;
|
|
import android.widget.ImageView;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.custom.common.CommonInputViewGroup;
|
|
import com.scb.phone.view.custom.common.DateInputText;
|
|
import com.scb.phone.view.custom.common.DateInputWithoutError;
|
|
import com.scb.phone.view.custom.common.ProgressStateBar;
|
|
import com.scb.phone.view.custom.investment.onboarding.CustomSpinnerWithTitle;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class HmlNTBPersonalInfoFragment_ViewBinding extends HmlBasePersonalInfoFragment_ViewBinding {
|
|
private HmlNTBPersonalInfoFragment b;
|
|
private View c;
|
|
private View d;
|
|
private View e;
|
|
private View f;
|
|
|
|
public HmlNTBPersonalInfoFragment_ViewBinding(HmlNTBPersonalInfoFragment hmlNTBPersonalInfoFragment, View view) {
|
|
super(hmlNTBPersonalInfoFragment, view);
|
|
this.b = hmlNTBPersonalInfoFragment;
|
|
hmlNTBPersonalInfoFragment.breadcrumbsNtb = (ProgressStateBar) pyT.e(view, R.id.breadcrumbs_ntb, "field 'breadcrumbsNtb'", ProgressStateBar.class);
|
|
hmlNTBPersonalInfoFragment.titleSpinner = (CustomSpinnerWithTitle) pyT.e(view, R.id.cs_ntb_title, "field 'titleSpinner'", CustomSpinnerWithTitle.class);
|
|
hmlNTBPersonalInfoFragment.titleError = (TextView) pyT.e(view, R.id.tv_title_error, "field 'titleError'", TextView.class);
|
|
hmlNTBPersonalInfoFragment.dateOfBirthArea = pyT.a(view, R.id.ll_date_of_birth_container, "field 'dateOfBirthArea'");
|
|
hmlNTBPersonalInfoFragment.firstNameEnglish = (CommonInputViewGroup) pyT.e(view, R.id.input_hml_ntb_personal_info_first_name_eng, "field 'firstNameEnglish'", CommonInputViewGroup.class);
|
|
hmlNTBPersonalInfoFragment.lastNameEnglish = (CommonInputViewGroup) pyT.e(view, R.id.input_hml_ntb_personal_info_last_name_eng, "field 'lastNameEnglish'", CommonInputViewGroup.class);
|
|
hmlNTBPersonalInfoFragment.birthDateInput = (DateInputText) pyT.e(view, R.id.cd_hml_ntb_personal_info_birth_date, "field 'birthDateInput'", DateInputText.class);
|
|
hmlNTBPersonalInfoFragment.nationalIdInput = (CommonInputViewGroup) pyT.e(view, R.id.input_hml_personal_info_national_id, "field 'nationalIdInput'", CommonInputViewGroup.class);
|
|
hmlNTBPersonalInfoFragment.llNTBDatesSection = (LinearLayout) pyT.e(view, R.id.hml_ntb_national_id_dates_section, "field 'llNTBDatesSection'", LinearLayout.class);
|
|
hmlNTBPersonalInfoFragment.expiryDate = (DateInputWithoutError) pyT.e(view, R.id.cd_ntb_national_id_expiry_date, "field 'expiryDate'", DateInputWithoutError.class);
|
|
hmlNTBPersonalInfoFragment.issueDate = (DateInputWithoutError) pyT.e(view, R.id.cd_ntb_national_id_issue_date, "field 'issueDate'", DateInputWithoutError.class);
|
|
View a = pyT.a(view, R.id.tv_home_address, "field 'homeView' and method 'onHomeClick'");
|
|
hmlNTBPersonalInfoFragment.homeView = (TextView) pyT.c(a, R.id.tv_home_address, "field 'homeView'", TextView.class);
|
|
this.f = a;
|
|
a.setOnClickListener(new gnL(this, hmlNTBPersonalInfoFragment) { // from class: com.scb.phone.view.fragment.hml.HmlNTBPersonalInfoFragment_ViewBinding.2
|
|
private HmlNTBPersonalInfoFragment_ViewBinding a;
|
|
private HmlNTBPersonalInfoFragment b;
|
|
|
|
{
|
|
this.a = this;
|
|
this.b = hmlNTBPersonalInfoFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.b.onHomeClick();
|
|
}
|
|
});
|
|
hmlNTBPersonalInfoFragment.addressCheckboxView = (RelativeLayout) pyT.e(view, R.id.rl_address_checkbox, "field 'addressCheckboxView'", RelativeLayout.class);
|
|
View a2 = pyT.a(view, R.id.cb_address_checkbox, "field 'addressCheckbox' and method 'addressCheckboxCheckedChange'");
|
|
hmlNTBPersonalInfoFragment.addressCheckbox = (CheckBox) pyT.c(a2, R.id.cb_address_checkbox, "field 'addressCheckbox'", CheckBox.class);
|
|
this.d = a2;
|
|
((CompoundButton) a2).setOnCheckedChangeListener(new CompoundButton.OnCheckedChangeListener(this, hmlNTBPersonalInfoFragment) { // from class: com.scb.phone.view.fragment.hml.HmlNTBPersonalInfoFragment_ViewBinding.1
|
|
private HmlNTBPersonalInfoFragment c;
|
|
private HmlNTBPersonalInfoFragment_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.c = hmlNTBPersonalInfoFragment;
|
|
}
|
|
|
|
@Override // android.widget.CompoundButton.OnCheckedChangeListener
|
|
public final void onCheckedChanged(CompoundButton compoundButton, boolean z) {
|
|
this.c.addressCheckboxCheckedChange();
|
|
}
|
|
});
|
|
hmlNTBPersonalInfoFragment.mailingAddressLayout = (RelativeLayout) pyT.e(view, R.id.rl_layout_mailing_address, "field 'mailingAddressLayout'", RelativeLayout.class);
|
|
hmlNTBPersonalInfoFragment.homeAddressArea = (LinearLayout) pyT.e(view, R.id.rl_home_address_area, "field 'homeAddressArea'", LinearLayout.class);
|
|
hmlNTBPersonalInfoFragment.homeAddressTitle = (TextView) pyT.e(view, R.id.tv_home_address_header, "field 'homeAddressTitle'", TextView.class);
|
|
hmlNTBPersonalInfoFragment.homeAddressLayout = pyT.a(view, R.id.rl_layout_home_address, "field 'homeAddressLayout'");
|
|
hmlNTBPersonalInfoFragment.homeAddressError = (TextView) pyT.e(view, R.id.tv_home_address_error, "field 'homeAddressError'", TextView.class);
|
|
hmlNTBPersonalInfoFragment.nationalIdCard = (ImageView) pyT.e(view, R.id.ic_national_id, "field 'nationalIdCard'", ImageView.class);
|
|
hmlNTBPersonalInfoFragment.issueExpiryDateError = (TextView) pyT.e(view, R.id.tv_issue_expiry_date_error, "field 'issueExpiryDateError'", TextView.class);
|
|
View a3 = pyT.a(view, R.id.image_home_current, "method 'onHomeClick'");
|
|
this.c = a3;
|
|
a3.setOnClickListener(new gnL(this, hmlNTBPersonalInfoFragment) { // from class: com.scb.phone.view.fragment.hml.HmlNTBPersonalInfoFragment_ViewBinding.5
|
|
private HmlNTBPersonalInfoFragment d;
|
|
private HmlNTBPersonalInfoFragment_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.d = hmlNTBPersonalInfoFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.d.onHomeClick();
|
|
}
|
|
});
|
|
View a4 = pyT.a(view, R.id.iv_about, "method 'onAboutClicked'");
|
|
this.e = a4;
|
|
a4.setOnClickListener(new gnL(this, hmlNTBPersonalInfoFragment) { // from class: com.scb.phone.view.fragment.hml.HmlNTBPersonalInfoFragment_ViewBinding.4
|
|
private HmlNTBPersonalInfoFragment c;
|
|
private HmlNTBPersonalInfoFragment_ViewBinding d;
|
|
|
|
{
|
|
this.d = this;
|
|
this.c = hmlNTBPersonalInfoFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.c.onAboutClicked(view2);
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.hml.HmlBasePersonalInfoFragment_ViewBinding, com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public final void a() {
|
|
HmlNTBPersonalInfoFragment hmlNTBPersonalInfoFragment = this.b;
|
|
if (hmlNTBPersonalInfoFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.b = null;
|
|
hmlNTBPersonalInfoFragment.breadcrumbsNtb = null;
|
|
hmlNTBPersonalInfoFragment.titleSpinner = null;
|
|
hmlNTBPersonalInfoFragment.titleError = null;
|
|
hmlNTBPersonalInfoFragment.dateOfBirthArea = null;
|
|
hmlNTBPersonalInfoFragment.firstNameEnglish = null;
|
|
hmlNTBPersonalInfoFragment.lastNameEnglish = null;
|
|
hmlNTBPersonalInfoFragment.birthDateInput = null;
|
|
hmlNTBPersonalInfoFragment.nationalIdInput = null;
|
|
hmlNTBPersonalInfoFragment.llNTBDatesSection = null;
|
|
hmlNTBPersonalInfoFragment.expiryDate = null;
|
|
hmlNTBPersonalInfoFragment.issueDate = null;
|
|
hmlNTBPersonalInfoFragment.homeView = null;
|
|
hmlNTBPersonalInfoFragment.addressCheckboxView = null;
|
|
hmlNTBPersonalInfoFragment.addressCheckbox = null;
|
|
hmlNTBPersonalInfoFragment.mailingAddressLayout = null;
|
|
hmlNTBPersonalInfoFragment.homeAddressArea = null;
|
|
hmlNTBPersonalInfoFragment.homeAddressTitle = null;
|
|
hmlNTBPersonalInfoFragment.homeAddressLayout = null;
|
|
hmlNTBPersonalInfoFragment.homeAddressError = null;
|
|
hmlNTBPersonalInfoFragment.nationalIdCard = null;
|
|
hmlNTBPersonalInfoFragment.issueExpiryDateError = null;
|
|
this.f.setOnClickListener(null);
|
|
this.f = null;
|
|
((CompoundButton) this.d).setOnCheckedChangeListener(null);
|
|
this.d = null;
|
|
this.c.setOnClickListener(null);
|
|
this.c = null;
|
|
this.e.setOnClickListener(null);
|
|
this.e = null;
|
|
super.a();
|
|
}
|
|
}
|