Uses of Interface
de.knightsoftnet.gwtp.spring.shared.data.ValidationValueInterface
-
Packages that use ValidationValueInterface Package Description de.knightsoftnet.gwtp.spring.shared.data this package contains interfaces for constants. -
-
Uses of ValidationValueInterface in de.knightsoftnet.gwtp.spring.shared.data
Classes in de.knightsoftnet.gwtp.spring.shared.data that implement ValidationValueInterface Modifier and Type Class Description classValidationDtoMethods in de.knightsoftnet.gwtp.spring.shared.data that return types with arguments of type ValidationValueInterface Modifier and Type Method Description List<ValidationValueInterface>ValidationResultData. getValidationErrorSet()List<ValidationValueInterface>ValidationResultInterface. getValidationErrorSet()Method parameters in de.knightsoftnet.gwtp.spring.shared.data with type arguments of type ValidationValueInterface Modifier and Type Method Description voidValidationResultData. setValidationErrorSet(List<ValidationValueInterface> pvalidationErrorSet)voidValidationResultInterface. setValidationErrorSet(List<ValidationValueInterface> pvalidationErrorSet)
-