Package

im.mange.jetpac

input

Permalink

package input

Visibility
  1. Public
  2. All

Type Members

  1. case class Button(id: String, value: String, onClick: () ⇒ JsCmd) extends Input with Styleable 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, value: String, onSubmit: () ⇒ JsCmd) extends Input with Styleable 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
  14. case class LiveTextArea(field: Field, placeholder: String, default: String) extends FormInput with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 01/05/2015) Use TextArea instead

  15. case class LiveTextBox(field: Field, placeholder: String, default: String) extends FormInput with Product with Serializable

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 01/05/2015) Use TextBox instead

Value Members

  1. object DecimalBox

    Permalink
  2. object IntegerBox

    Permalink
  3. object PercentageBox

    Permalink

Ungrouped