123 lines
6.6 KiB
Java
123 lines
6.6 KiB
Java
package com.scb.phone.view.fragment.mailingaddress;
|
|
|
|
import android.view.View;
|
|
import android.widget.Button;
|
|
import android.widget.LinearLayout;
|
|
import android.widget.RadioButton;
|
|
import android.widget.RelativeLayout;
|
|
import android.widget.TextView;
|
|
import com.scb.phone.R;
|
|
import com.scb.phone.view.custom.common.CustomAddressInput;
|
|
import com.scb.phone.view.fragment.BaseFragment_ViewBinding;
|
|
import o.gnL;
|
|
import o.pyT;
|
|
|
|
/* loaded from: classes5.dex */
|
|
public class BaseMailingAddressFragment_ViewBinding extends BaseFragment_ViewBinding {
|
|
private View b;
|
|
private View c;
|
|
private View d;
|
|
private BaseMailingAddressFragment e;
|
|
|
|
public BaseMailingAddressFragment_ViewBinding(BaseMailingAddressFragment baseMailingAddressFragment, View view) {
|
|
super(baseMailingAddressFragment, view);
|
|
this.e = baseMailingAddressFragment;
|
|
baseMailingAddressFragment.typeOfAddressLayout = (LinearLayout) pyT.e(view, R.id.ll_typeOfAddress, "field 'typeOfAddressLayout'", LinearLayout.class);
|
|
baseMailingAddressFragment.houseNo = (CustomAddressInput) pyT.e(view, R.id.house_no, "field 'houseNo'", CustomAddressInput.class);
|
|
baseMailingAddressFragment.unit = (CustomAddressInput) pyT.e(view, R.id.unit, "field 'unit'", CustomAddressInput.class);
|
|
baseMailingAddressFragment.floor = (CustomAddressInput) pyT.e(view, R.id.floor, "field 'floor'", CustomAddressInput.class);
|
|
baseMailingAddressFragment.village = (CustomAddressInput) pyT.e(view, R.id.village, "field 'village'", CustomAddressInput.class);
|
|
baseMailingAddressFragment.moo = (CustomAddressInput) pyT.e(view, R.id.moo, "field 'moo'", CustomAddressInput.class);
|
|
baseMailingAddressFragment.alley = (CustomAddressInput) pyT.e(view, R.id.alley, "field 'alley'", CustomAddressInput.class);
|
|
baseMailingAddressFragment.road = (CustomAddressInput) pyT.e(view, R.id.road, "field 'road'", CustomAddressInput.class);
|
|
baseMailingAddressFragment.provinceLabel = (TextView) pyT.e(view, R.id.province_label, "field 'provinceLabel'", TextView.class);
|
|
baseMailingAddressFragment.subDistrictLabel = (TextView) pyT.e(view, R.id.sub_district_label, "field 'subDistrictLabel'", TextView.class);
|
|
baseMailingAddressFragment.districtLabel = (TextView) pyT.e(view, R.id.district_label, "field 'districtLabel'", TextView.class);
|
|
baseMailingAddressFragment.postalCodeLabel = (TextView) pyT.e(view, R.id.postal_code_label, "field 'postalCodeLabel'", TextView.class);
|
|
baseMailingAddressFragment.nextButton = (Button) pyT.e(view, R.id.next_button, "field 'nextButton'", Button.class);
|
|
baseMailingAddressFragment.confirmButton = (Button) pyT.e(view, R.id.confirm_button, "field 'confirmButton'", Button.class);
|
|
View a = pyT.a(view, R.id.select_province, "field 'selectProvince' and method 'onSelectProvinceClick'");
|
|
baseMailingAddressFragment.selectProvince = (RelativeLayout) pyT.c(a, R.id.select_province, "field 'selectProvince'", RelativeLayout.class);
|
|
this.d = a;
|
|
a.setOnClickListener(new gnL(this, baseMailingAddressFragment) { // from class: com.scb.phone.view.fragment.mailingaddress.BaseMailingAddressFragment_ViewBinding.4
|
|
private BaseMailingAddressFragment_ViewBinding c;
|
|
private BaseMailingAddressFragment e;
|
|
|
|
{
|
|
this.c = this;
|
|
this.e = baseMailingAddressFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.e.onSelectProvinceClick();
|
|
}
|
|
});
|
|
baseMailingAddressFragment.textAddressTitle = (TextView) pyT.e(view, R.id.text_address_title, "field 'textAddressTitle'", TextView.class);
|
|
View a2 = pyT.a(view, R.id.work_address_radio_button, "method 'onAddressRadioButtonClicked'");
|
|
this.b = a2;
|
|
a2.setOnClickListener(new gnL(this, baseMailingAddressFragment) { // from class: com.scb.phone.view.fragment.mailingaddress.BaseMailingAddressFragment_ViewBinding.5
|
|
private BaseMailingAddressFragment_ViewBinding c;
|
|
private BaseMailingAddressFragment d;
|
|
|
|
{
|
|
this.c = this;
|
|
this.d = baseMailingAddressFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.d.onAddressRadioButtonClicked((RadioButton) pyT.c(view2, "doClick", "onAddressRadioButtonClicked", RadioButton.class));
|
|
}
|
|
});
|
|
View a3 = pyT.a(view, R.id.home_address_radio_button, "method 'onAddressRadioButtonClicked'");
|
|
this.c = a3;
|
|
a3.setOnClickListener(new gnL(this, baseMailingAddressFragment) { // from class: com.scb.phone.view.fragment.mailingaddress.BaseMailingAddressFragment_ViewBinding.1
|
|
private BaseMailingAddressFragment a;
|
|
private BaseMailingAddressFragment_ViewBinding e;
|
|
|
|
{
|
|
this.e = this;
|
|
this.a = baseMailingAddressFragment;
|
|
}
|
|
|
|
@Override // o.gnL
|
|
public final void e(View view2) {
|
|
this.a.onAddressRadioButtonClicked((RadioButton) pyT.c(view2, "doClick", "onAddressRadioButtonClicked", RadioButton.class));
|
|
}
|
|
});
|
|
}
|
|
|
|
@Override // com.scb.phone.view.fragment.BaseFragment_ViewBinding, butterknife.Unbinder
|
|
public void a() {
|
|
BaseMailingAddressFragment baseMailingAddressFragment = this.e;
|
|
if (baseMailingAddressFragment == null) {
|
|
throw new IllegalStateException("Bindings already cleared.");
|
|
}
|
|
this.e = null;
|
|
baseMailingAddressFragment.typeOfAddressLayout = null;
|
|
baseMailingAddressFragment.houseNo = null;
|
|
baseMailingAddressFragment.unit = null;
|
|
baseMailingAddressFragment.floor = null;
|
|
baseMailingAddressFragment.village = null;
|
|
baseMailingAddressFragment.moo = null;
|
|
baseMailingAddressFragment.alley = null;
|
|
baseMailingAddressFragment.road = null;
|
|
baseMailingAddressFragment.provinceLabel = null;
|
|
baseMailingAddressFragment.subDistrictLabel = null;
|
|
baseMailingAddressFragment.districtLabel = null;
|
|
baseMailingAddressFragment.postalCodeLabel = null;
|
|
baseMailingAddressFragment.nextButton = null;
|
|
baseMailingAddressFragment.confirmButton = null;
|
|
baseMailingAddressFragment.selectProvince = null;
|
|
baseMailingAddressFragment.textAddressTitle = null;
|
|
this.d.setOnClickListener(null);
|
|
this.d = null;
|
|
this.b.setOnClickListener(null);
|
|
this.b = null;
|
|
this.c.setOnClickListener(null);
|
|
this.c = null;
|
|
super.a();
|
|
}
|
|
}
|