org.specs2.form

Form

object Form extends Product with Serializable

Companion object of a Form to create:

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Form
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def apply(table: DataTable): Form

    create a Form from a DataTable

  7. def apply(title: String): Form

    returns

    an empty form with a title

  8. def apply(): Form

    returns

    an empty form

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def canEqual(arg0: Any): Boolean

    Definition Classes
    Form → Equals
  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def formStacktraces(form: Form)(implicit args: Arguments = Arguments()): NodeSeq

    This method creates a div to display the exceptions of a form ready to be embedded in a table

  16. final def getClass(): java.lang.Class[_]

    Definition Classes
    AnyRef → Any
  17. final def hashCode(): Int

    Definition Classes
    Form → AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def productArity: Int

    Definition Classes
    Form → Product
  23. def productElement(arg0: Int): Any

    Definition Classes
    Form → Product
  24. def productIterator: Iterator[Any]

    Definition Classes
    Product
  25. def productPrefix: String

    Definition Classes
    Form → Product
  26. def readResolve(): AnyRef

    Attributes
    protected
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def tabs[T](values: Seq[T])(f: (T) ⇒ Tabs): Form

    create new tabs in the Form

  29. def th(h1: String, hs: String*): Form

    returns

    a Form with one row and cells formatted as header cells

  30. def th(h1: org.specs2.form.Field[_], hs: org.specs2.form.Field[_]*): Form

    returns

    a Form with one row and cells formatted as header cells

  31. def titleAndRows(form: Form)(implicit args: Arguments = Arguments()): NodeSeq

    This method creates an xml representation of a Form as an Html table rows, ready to be embedded in a table

    This method creates an xml representation of a Form as an Html table rows, ready to be embedded in a table

    returns

    the xml representation of a Form

  32. final def toString(): String

    Definition Classes
    Form → AnyRef → Any
  33. def toXml(form: Form)(implicit args: Arguments): Elem

    This method creates an xml representation of a Form as an Html table

    This method creates an xml representation of a Form as an Html table

    If the Form has issues, stacktraces are written and hidden under the table

    returns

    the xml representation of a Form

  34. def tr(row: Row): Form

    returns

    a Form with one row

  35. def tr(c1: Cell, cs: Cell*): Form

    returns

    a Form with one row

  36. def trs[T](values: Seq[T])(f: (T) ⇒ Row): Form

    create new rows in the Form

  37. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  39. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def productElements: Iterator[Any]

    Definition Classes
    Product
    Annotations
    @deprecated
    Deprecated

    (Since version 2.8.0) use productIterator instead

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any