org.hyperscala.ui

form

package form

Visibility
  1. Public
  2. All

Type Members

  1. abstract class CaseForm[T] extends Logging

    CaseForm allows convenient wrapping around an HTML Form to easier access and validate the fields within.

  2. case class CaseFormField[V](name: String, field: FormField, converter: Option[Converter[V]], caseValue: CaseValue) extends Product with Serializable

  3. case class ValidationResponse(error: String, fields: FormField*) extends Product with Serializable

Value Members

  1. object ValidationResponse extends Serializable

  2. package error

Ungrouped