Package

co.spendabit.webapp.forms

v2

Permalink

package v2

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. v2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class BaseWebForm[T] extends AnyRef

    Permalink
  2. trait CustomHtml[T] extends BaseWebForm[T]

    Permalink
  3. case class Invalid[T](errors: Seq[String]) extends ValidationResult[T] with Product with Serializable

    Permalink
  4. case class Valid[T](values: T) extends ValidationResult[T] with Product with Serializable

    Permalink
  5. sealed trait ValidationResult[T] extends AnyRef

    Permalink
  6. trait WebForm1[A] extends BaseWebForm[A]

    Permalink
  7. trait WebForm10[A, B, C, D, E, F, G, H, I, J] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J)]

    Permalink
  8. trait WebForm11[A, B, C, D, E, F, G, H, I, J, K] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K)]

    Permalink
  9. trait WebForm12[A, B, C, D, E, F, G, H, I, J, K, L] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K, L)]

    Permalink
  10. trait WebForm13[A, B, C, D, E, F, G, H, I, J, K, L, M] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K, L, M)]

    Permalink
  11. trait WebForm14[A, B, C, D, E, F, G, H, I, J, K, L, M, N] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K, L, M, N)]

    Permalink
  12. trait WebForm15[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O)]

    Permalink
  13. trait WebForm16[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P)]

    Permalink
  14. trait WebForm17[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q)]

    Permalink
  15. trait WebForm18[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R)]

    Permalink
  16. trait WebForm19[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S)]

    Permalink
  17. trait WebForm2[A, B] extends BaseWebForm[(A, B)]

    Permalink
  18. trait WebForm20[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T)]

    Permalink
  19. trait WebForm21[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U)]

    Permalink
  20. trait WebForm22[A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V] extends BaseWebForm[(A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V)]

    Permalink
  21. trait WebForm3[A, B, C] extends BaseWebForm[(A, B, C)]

    Permalink
  22. trait WebForm4[A, B, C, D] extends BaseWebForm[(A, B, C, D)]

    Permalink
  23. trait WebForm5[A, B, C, D, E] extends BaseWebForm[(A, B, C, D, E)]

    Permalink
  24. trait WebForm6[A, B, C, D, E, F] extends BaseWebForm[(A, B, C, D, E, F)]

    Permalink
  25. trait WebForm7[A, B, C, D, E, F, G] extends BaseWebForm[(A, B, C, D, E, F, G)]

    Permalink
  26. trait WebForm8[A, B, C, D, E, F, G, H] extends BaseWebForm[(A, B, C, D, E, F, G, H)]

    Permalink
  27. trait WebForm9[A, B, C, D, E, F, G, H, I] extends BaseWebForm[(A, B, C, D, E, F, G, H, I)]

    Permalink

Value Members

  1. object Invalid extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped