Package

im.mange.jetboot.widget

form

Permalink

package form

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  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

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

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

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

    Permalink
  6. class FormReader extends AnyRef

    Permalink

Value Members

  1. object FormLayout

    Permalink
  2. object Validation

    Permalink
  3. package layout

    Permalink

Ungrouped