Package

org.hyperscala.ui

binder

Permalink

package binder

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. binder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class InputCurrencyAsLong extends Binder[Input, Long]

    Permalink

  2. class InputDateAsLong extends Binder[Input, Long]

    Permalink

  3. class InputListInt extends Binder[Input, List[Int]]

    Permalink

  4. class InputListString extends Binder[Input, List[String]]

    Permalink

  5. class SelectBoolean extends Binder[Select, Boolean]

    Permalink

  6. class SelectEnumerated[E <: EnumEntry] extends Binder[Select, E]

    Permalink

Value Members

  1. implicit def inputInt: Binder[Input, Int]

    Permalink
  2. implicit def inputListInt: InputListInt

    Permalink
  3. implicit def inputString: Binder[Input, String]

    Permalink
  4. implicit def selectBoolean: SelectBoolean

    Permalink
  5. implicit def textAreaString: Binder[TextArea, String]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped