org.hyperscala.ui

binder

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class InputCurrencyAsLong extends Binder[Input, Long]

  2. class InputDateAsLong extends Binder[Input, Long]

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

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

  5. class SelectBoolean extends Binder[Select, Boolean]

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

Value Members

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

  2. implicit def inputListInt: InputListInt

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

  4. implicit def selectBoolean: SelectBoolean

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

Inherited from AnyRef

Inherited from Any

Ungrouped