Package

co.spendabit.webapp.forms

controls

Permalink

package controls

Visibility
  1. Public
  2. All

Type Members

  1. case class Checkbox(label: String, name: String) extends LabeledControl[Boolean] with Product with Serializable

    Permalink
  2. case class EmailField(label: String, name: String) extends GenericInput[InternetAddress] with Product with Serializable

    Permalink
  3. abstract class GenericInput[T] extends TextEntryControl[T]

    Permalink
  4. abstract class LabeledControl[T] extends AnyRef

    Permalink
  5. case class Optional[T](control: TextEntryControl[T]) extends TextEntryControl[Option[T]] with Product with Serializable

    Permalink
  6. case class PasswordInput(label: String, name: String, minLength: Int) extends GenericInput[String] with Product with Serializable

    Permalink
  7. class RadioButtonSet extends LabeledControl[String]

    Permalink
  8. abstract class SelectField[T] extends LabeledControl[T]

    Permalink
  9. abstract class TextEntryControl[T] extends LabeledControl[T]

    Permalink

    A control that accepts a value as free-form text (e.g., ,