object Form extends Product with Serializable

Companion object of a Form to create:

  • an empty Form
  • a Form with no rows but a title
  • a Form with no title but one row
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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(table: DataTable): Form

    create a Form from a DataTable

  5. def apply(title: String): Form

    returns

    an empty form with a title

  6. def apply(): Form

    returns

    an empty form

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. implicit def formAsResult: AsResult[Form]

    a Form can be implicitly transformed to results

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

  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  20. def tabs[T](values: Seq[T])(f: (T) ⇒ Tabs): Form

    create new tabs in the Form

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

    returns

    a Form with one row and cells formatted as header cells

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

    returns

    a Form with one row and cells formatted as header cells

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

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

  25. def tr(row: Row): Form

    returns

    a Form with one row

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

    returns

    a Form with one row

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

    create new rows in the Form

  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped