All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperscala.ui.validation.ValidationHandler.scala Maven / Gradle / Ivy

There is a newer version: 0.10.3
Show 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 - 2024 Weber Informatics LLC | Privacy Policy