im.mange.jetboot.widget

form

package form

Visibility
  1. Public
  2. All

Type Members

  1. case class FieldError(fieldName: String, message: String) extends Product with Serializable

  2. case class Form(id: String, inputs: Seq[FormInput]) extends Initialisable with Disableable with Focusable with Hideable with Clearable with Resettable with Product with Serializable

  3. case class FormData(data: Map[String, Any]) extends Product with Serializable

  4. case class FormHolder(columns: Int, formLayout: FormLayout, beforeLayout: Option[Renderable] = None, afterLayout: Option[Renderable] = None) extends Renderable with Product with Serializable

  5. trait FormInput extends Input with Styleable with EventHandling with Initialisable with Clearable with Updatable

  6. class FormReader extends AnyRef

Value Members

  1. object FormLayout

  2. object Validation

  3. package layout

Ungrouped