Package

org.hyperscala.ui

form

Permalink

package form

Visibility
  1. Public
  2. All

Type Members

  1. abstract class CaseForm[T] extends Logging

    Permalink

    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

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

    Permalink

Value Members

  1. object ValidationResponse extends Serializable

    Permalink
  2. package error

    Permalink

Ungrouped