Uses of Class
org.openforis.collect.designer.form.AttributeFormObject
-
Packages that use AttributeFormObject Package Description org.openforis.collect.designer.viewmodel -
-
Uses of AttributeFormObject in org.openforis.collect.designer.viewmodel
Methods in org.openforis.collect.designer.viewmodel that return types with arguments of type AttributeFormObject Modifier and Type Method Description List<AttributeFormObject>SamplingPointDataVM. getAttributes()List<AttributeFormObject>TaxonomiesVM. getTaxaAttributes()Methods in org.openforis.collect.designer.viewmodel with parameters of type AttributeFormObject Modifier and Type Method Description voidSamplingPointDataVM. changeAttributeEditableStatus(AttributeFormObject attribute)voidTaxonomiesVM. changeAttributeEditableStatus(AttributeFormObject attribute)voidSamplingPointDataVM. confirmAttributeUpdate(AttributeFormObject attribute)voidTaxonomiesVM. confirmAttributeUpdate(AttributeFormObject attribute)StringSamplingPointDataVM. getAttributeValue(AttributeFormObject attribute, SamplingDesignItem item)StringTaxonomiesVM. getTaxaAttributeColumnWith(AttributeFormObject attribute)StringTaxonomiesVM. getTaxaAttributeLabel(AttributeFormObject attribute)
-