![JAR search and dependency download from the Maven repository](/logo.png)
org.hyperscala.ui.validation.ValidationHandler.scala Maven / Gradle / Ivy
The newest version!
package org.hyperscala.ui.validation
import org.hyperscala.html.FormField
/**
* @author Matt Hicks
*/
trait ValidationHandler {
def validated(field: FormField, response: ValidationResponse): Unit
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy