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. Form
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
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 clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. implicit def formAsResult: AsResult[Form]

    a Form can be implicitly transformed to results

  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(): Class[_]

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

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

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

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

    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0

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

    create new tabs in the Form

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

    returns

    a Form with one row and cells formatted as header cells

  24. def th(h1: Field[_], hs: Field[_]*): Form

    returns

    a Form with one row and cells formatted as header cells

  25. 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

  26. 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

  27. def tr(row: Row): Form

    returns

    a Form with one row

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

    returns

    a Form with one row

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

    create new rows in the Form

  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped