| Modifier and Type | Method and Description |
|---|---|
protected void |
CommercialSpeciesFormActivity.initCategorySpinner(android.widget.Spinner spinner,
CategoryModel category,
com.google.common.base.Function<CategoryModel,Void> setCategoryFunction) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CommercialSpeciesFormActivity.initCategorySpinner(android.widget.Spinner spinner,
CategoryModel category,
com.google.common.base.Function<CategoryModel,Void> setCategoryFunction) |
| Modifier and Type | Field and Description |
|---|---|
protected CategoryModel |
QualitativeValueRowModel.categoryModel |
| Constructor and Description |
|---|
QualitativeValueRowModel(char separator,
CategoryModel category) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MeasurementActivity.initCategoryInput(CategoryModel category,
android.widget.TextView categoryLabel,
android.widget.LinearLayout categoryEditorPanel,
android.widget.Spinner categorySpinner,
android.widget.EditText categoryText) |
protected void |
MeasurementActivity.setCategorySpinnerSelection(Object newValue,
CategoryModel category,
android.widget.Spinner spinner) |
| Modifier and Type | Field and Description |
|---|---|
protected CategoryModel |
CommercialSpeciesModel.category1 |
protected CategoryModel |
CommercialSpeciesModel.category2 |
protected CategoryModel |
CommercialSpeciesModel.category3 |
| Modifier and Type | Method and Description |
|---|---|
CategoryModel |
CommercialSpeciesModel.getCategory1() |
CategoryModel |
CommercialSpeciesModel.getCategory2() |
CategoryModel |
CommercialSpeciesModel.getCategory3() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommercialSpeciesModel.setCategory1(CategoryModel category1) |
void |
CommercialSpeciesModel.setCategory2(CategoryModel category2) |
void |
CommercialSpeciesModel.setCategory3(CategoryModel category3) |
| Modifier and Type | Field and Description |
|---|---|
protected CategoryModel |
QualitativeValueModel.category |
| Modifier and Type | Method and Description |
|---|---|
CategoryModel |
QualitativeValueModel.getCategory() |
| Modifier and Type | Method and Description |
|---|---|
void |
QualitativeValueModel.setCategory(CategoryModel category) |
| Modifier and Type | Field and Description |
|---|---|
protected CategoryModel |
CategoryCreationAcivity.model |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,CategoryModel> |
DataCache.categories |
| Modifier and Type | Method and Description |
|---|---|
static CategoryModel |
DataCache.getCategoryById(android.content.Context context,
String id) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<CategoryModel> |
DataCache.getAllCategories(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
static void |
DataCache.addCategory(CategoryModel categoryModel) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<QualitativeValueModel> |
ImportExportUtil.importQualitativeValues(CategoryModel categoryModel,
InputStream inputStream) |
static Collection<QualitativeValueModel> |
ImportExportUtil.importQualitativeValues(CategoryModel categoryModel,
String path) |
Copyright © 2013–2014 CodeLutin. All rights reserved.