Uses of Class
org.openforis.collect.datacleansing.form.DataCleansingStepForm
-
-
Uses of DataCleansingStepForm in org.openforis.collect.datacleansing
Methods in org.openforis.collect.datacleansing that return types with arguments of type DataCleansingStepForm Modifier and Type Method Description List<DataCleansingStepForm>DataCleansingMetadataView. getCleansingSteps() -
Uses of DataCleansingStepForm in org.openforis.collect.datacleansing.controller
Methods in org.openforis.collect.datacleansing.controller that return DataCleansingStepForm Modifier and Type Method Description protected DataCleansingStepFormDataCleansingStepController. createFormInstance(DataCleansingStep item) -
Uses of DataCleansingStepForm in org.openforis.collect.datacleansing.form
Methods in org.openforis.collect.datacleansing.form that return types with arguments of type DataCleansingStepForm Modifier and Type Method Description List<DataCleansingStepForm>DataCleansingChainForm. getSteps() -
Uses of DataCleansingStepForm in org.openforis.collect.datacleansing.form.validation
Methods in org.openforis.collect.datacleansing.form.validation with parameters of type DataCleansingStepForm Modifier and Type Method Description voidDataCleansingStepValidator. validateForm(DataCleansingStepForm target, org.springframework.validation.Errors errors)
-