Android Open Source - dejalist Product Activity$$ View Injector






From Project

Back to project page dejalist.

License

The source code is released under:

Apache License

If you think the Android project dejalist listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

// Generated code from Butter Knife. Do not modify!
package com.luboganev.dejalist.ui;
/*from   w ww.j  av  a2  s . c o  m*/
import android.view.View;
import butterknife.Views.Finder;

public class ProductActivity$$ViewInjector {
  public static void inject(Finder finder, final com.luboganev.dejalist.ui.ProductActivity target, Object source) {
    View view;
    view = finder.findById(source, 2131492881);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131492881' for field 'mImage' was not found. If this field binding is optional add '@Optional'.");
    }
    target.mImage = (android.widget.ImageView) view;
    view = finder.findById(source, 2131492884);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131492884' for field 'mName' was not found. If this field binding is optional add '@Optional'.");
    }
    target.mName = (android.widget.EditText) view;
    view = finder.findById(source, 2131492885);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131492885' for field 'mCategory' was not found. If this field binding is optional add '@Optional'.");
    }
    target.mCategory = (android.widget.Spinner) view;
    view = finder.findById(source, 2131492882);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131492882' for field 'mChangeImage' was not found. If this field binding is optional add '@Optional'.");
    }
    target.mChangeImage = (android.widget.ImageButton) view;
    view = finder.findById(source, 2131492883);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131492883' for field 'mChangeCamera' was not found. If this field binding is optional add '@Optional'.");
    }
    target.mChangeCamera = (android.widget.ImageButton) view;
    view = finder.findById(source, 2131492880);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131492880' for field 'mProductImageHint' was not found. If this field binding is optional add '@Optional'.");
    }
    target.mProductImageHint = (android.widget.TextView) view;
    view = finder.findById(source, 2131492886);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131492886' for field 'mNewCategory' was not found. If this field binding is optional add '@Optional'.");
    }
    target.mNewCategory = (android.widget.ImageButton) view;
  }

  public static void reset(com.luboganev.dejalist.ui.ProductActivity target) {
    target.mImage = null;
    target.mName = null;
    target.mCategory = null;
    target.mChangeImage = null;
    target.mChangeCamera = null;
    target.mProductImageHint = null;
    target.mNewCategory = null;
  }
}




Java Source Code List

com.larswerkman.colorpicker.ColorPicker.java
com.larswerkman.colorpicker.OpacityBar.java
com.larswerkman.colorpicker.SVBar.java
com.larswerkman.colorpicker.SaturationBar.java
com.larswerkman.colorpicker.ValueBar.java
com.luboganev.dejalist.Utils.java
com.luboganev.dejalist.crop.CropActivity.java
com.luboganev.dejalist.crop.CropDialogSave.java
com.luboganev.dejalist.crop.CropHighlightView.java
com.luboganev.dejalist.crop.CropUtils.java
com.luboganev.dejalist.crop.CropView.java
com.luboganev.dejalist.crop.ImageViewTouchBase.java
com.luboganev.dejalist.crop.RotateBitmap.java
com.luboganev.dejalist.data.BackupIntentService.java
com.luboganev.dejalist.data.CacheManager.java
com.luboganev.dejalist.data.DejalistContract.java
com.luboganev.dejalist.data.DejalistDatabase.java
com.luboganev.dejalist.data.DejalistProvider.java
com.luboganev.dejalist.data.ProductImageFileHelper.java
com.luboganev.dejalist.data.SelectionBuilder.java
com.luboganev.dejalist.data.entities.Category.java
com.luboganev.dejalist.data.entities.Product.java
com.luboganev.dejalist.ui.AboutActivity.java
com.luboganev.dejalist.ui.CategoriesListCursorAdapter$ViewHolder$$ViewInjector.java
com.luboganev.dejalist.ui.CategoriesListCursorAdapter.java
com.luboganev.dejalist.ui.CategoryDialogFragment$$ViewInjector.java
com.luboganev.dejalist.ui.CategoryDialogFragment.java
com.luboganev.dejalist.ui.CheckableRelativeLayout.java
com.luboganev.dejalist.ui.ChecklistActionTaker.java
com.luboganev.dejalist.ui.ChecklistController.java
com.luboganev.dejalist.ui.ChecklistCursorAdapter$ViewHolder$$ViewInjector.java
com.luboganev.dejalist.ui.ChecklistCursorAdapter.java
com.luboganev.dejalist.ui.ChecklistFragment$$ViewInjector.java
com.luboganev.dejalist.ui.ChecklistFragment.java
com.luboganev.dejalist.ui.ConfirmBackResDialogFragment.java
com.luboganev.dejalist.ui.MainActivity$$ViewInjector.java
com.luboganev.dejalist.ui.MainActivity.java
com.luboganev.dejalist.ui.NavigationCursorAdapter$ViewHolder$$ViewInjector.java
com.luboganev.dejalist.ui.NavigationCursorAdapter.java
com.luboganev.dejalist.ui.ProductActivity$$ViewInjector.java
com.luboganev.dejalist.ui.ProductActivity.java
com.luboganev.dejalist.ui.ProductsGalleryActionTaker.java
com.luboganev.dejalist.ui.ProductsGalleryController.java
com.luboganev.dejalist.ui.ProductsGalleryCursorAdapter$ViewHolder$$ViewInjector.java
com.luboganev.dejalist.ui.ProductsGalleryCursorAdapter.java
com.luboganev.dejalist.ui.ProductsGalleryFragment$$ViewInjector.java
com.luboganev.dejalist.ui.ProductsGalleryFragment.java
com.luboganev.dejalist.ui.SetProductsCategoryDialogFragment.java
com.luboganev.dejalist.ui.UndoBarController.java