Object/Class

org.specs2.form

Form

Related Docs: class Form | package form

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(table: DataTable): Form

    Permalink

    create a Form from a DataTable

  5. def apply(title: String): Form

    Permalink

    returns

    an empty form with a title

  6. def apply(): Form

    Permalink

    returns

    an empty form

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. implicit def formAsResult: AsResult[Form]

    Permalink

    a Form can be implicitly transformed to results

  12. def formStacktraces(form: Form)(implicit args: Arguments = Arguments()): NodeSeq

    Permalink

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

  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink

    create new tabs in the Form

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

    Permalink

    returns

    a Form with one row and cells formatted as header cells

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

    Permalink

    returns

    a Form with one row and cells formatted as header cells

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

    Permalink

    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

  23. def toXml(form: Form)(implicit args: Arguments): Elem

    Permalink

    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

  24. def tr(row: Row): Form

    Permalink

    returns

    a Form with one row

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

    Permalink

    returns

    a Form with one row

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

    Permalink

    create new rows in the Form

  27. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped