Package

io.udash.bindings

inputs

Permalink

package inputs

Visibility
  1. Public
  2. All

Type Members

  1. trait InputBinding[RenderType <: Element] extends Binding

    Permalink

Value Members

  1. object CheckButtons

    Permalink

    Checkboxes for finite options with many elements selection.

    Checkboxes for finite options with many elements selection. Bound to SeqProperty.

  2. object Checkbox

    Permalink

    Plain checkbox bidirectionally bound to Property.

    Plain checkbox bidirectionally bound to Property.

    For SeqProperty take a look at io.udash.bindings.inputs.CheckButtons

  3. object FileInput

    Permalink
  4. object NumberInput extends Input

    Permalink

    Number input.

    Number input. (HTML5)

  5. object PasswordInput extends Input

    Permalink

    Password text input.

  6. object RadioButtons

    Permalink

    Radio buttons group for finite options with one element selection.

  7. object RangeInput

    Permalink

    The HTML range input.

  8. object Select

    Permalink

    Select of finite options for single and multi selection.

  9. object TextArea

    Permalink

    Simple HTML text area with bound Property.

  10. object TextInput extends Input

    Permalink

    Simple text input.

Ungrouped