Android Open Source - goodintentions Intention Categories Linear Layout$$ View Injector






From Project

Back to project page goodintentions.

License

The source code is released under:

Apache License

If you think the Android project goodintentions 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.goodintentions.ui.views;
/*from  ww w .j  a v  a  2 s.  c o  m*/
import android.view.View;
import butterknife.ButterKnife.Finder;

public class IntentionCategoriesLinearLayout$$ViewInjector {
  public static void inject(Finder finder, final com.luboganev.goodintentions.ui.views.IntentionCategoriesLinearLayout target, Object source) {
    View view;
    view = finder.findById(source, 2131361803);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131361803' for field 'mCategorySearchButton' was not found. If this view is optional add '@Optional' annotation.");
    }
    target.mCategorySearchButton = (android.widget.ImageButton) view;
    view = finder.findById(source, 2131361804);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131361804' for field 'mNewCategoryEditText' was not found. If this view is optional add '@Optional' annotation.");
    }
    target.mNewCategoryEditText = (android.widget.EditText) view;
    view = finder.findById(source, 2131361806);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131361806' for field 'mCategoriesListLinearLayout' was not found. If this view is optional add '@Optional' annotation.");
    }
    target.mCategoriesListLinearLayout = (android.widget.LinearLayout) view;
    view = finder.findById(source, 2131361805);
    if (view == null) {
      throw new IllegalStateException("Required view with id '2131361805' for field 'mCategoryAddButton' was not found. If this view is optional add '@Optional' annotation.");
    }
    target.mCategoryAddButton = (android.widget.ImageButton) view;
  }

  public static void reset(com.luboganev.goodintentions.ui.views.IntentionCategoriesLinearLayout target) {
    target.mCategorySearchButton = null;
    target.mNewCategoryEditText = null;
    target.mCategoriesListLinearLayout = null;
    target.mCategoryAddButton = null;
  }
}




Java Source Code List

com.luboganev.goodintentions.IntentionLauncher.java
com.luboganev.goodintentions.LogUtils.java
com.luboganev.goodintentions.UIUtils.java
com.luboganev.goodintentions.data.Intention.java
com.luboganev.goodintentions.data.LocalStorageManager.java
com.luboganev.goodintentions.data.LocalStorage.java
com.luboganev.goodintentions.ui.AboutActivity.java
com.luboganev.goodintentions.ui.MainActivity$$ViewInjector.java
com.luboganev.goodintentions.ui.MainActivity.java
com.luboganev.goodintentions.ui.views.IntentionCategoriesLinearLayout$$ViewInjector.java
com.luboganev.goodintentions.ui.views.IntentionCategoriesLinearLayout.java
com.luboganev.goodintentions.ui.views.IntentionFlagsLinearLayout$$ViewInjector.java
com.luboganev.goodintentions.ui.views.IntentionFlagsLinearLayout.java