Package

im.mange.jetpac

input

Permalink

package input

Visibility
  1. Public
  2. All

Type Members

  1. case class Button(id: String, buttonPresentation: ButtonPresentation, onClick: () ⇒ JsCmd) extends Input with Product with Serializable

    Permalink
  2. case class CheckBox(field: Field, default: Boolean) extends FormInput with Product with Serializable

    Permalink
  3. case class DatePicker(field: Field, default: Option[LocalDate], allowWeekends: Boolean = true) extends FormInput with Product with Serializable

    Permalink
  4. class DecimalBox extends NumericBox

    Permalink
  5. case class Field(name: String, parent: Option[String] = None) extends Product with Serializable

    Permalink
  6. class IntegerBox extends NumericBox

    Permalink
  7. class MaskedBox extends FormInput

    Permalink
  8. class NumericBox extends MaskedBox

    Permalink
  9. class PercentageBox extends DecimalBox

    Permalink
  10. case class Select(field: Field, options: Seq[(String, String)], placeholder: String, defaultValue: Option[String]) extends FormInput with Product with Serializable

    Permalink
  11. case class SubmitButton(id: String, buttonPresentation: ButtonPresentation, onSubmit: () ⇒ JsCmd) extends Input with Product with Serializable

    Permalink
  12. case class TextArea(field: Field, placeholder: Option[String], default: Option[String]) extends FormInput with Product with Serializable

    Permalink
  13. case class TextBox(field: Field, placeholder: Option[String], default: Option[String]) extends FormInput with Product with Serializable

    Permalink

Value Members

  1. object DecimalBox

    Permalink
  2. object IntegerBox

    Permalink
  3. object PercentageBox

    Permalink

Ungrouped