case 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
- Alphabetic
- By Inheritance
- Form
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(table: DataTable): Form
create a Form from a DataTable
- def apply(title: String): Form
- returns
an empty form with a title
- def apply(): Form
- returns
an empty form
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def formAsResult: AsResult[Form]
a Form can be implicitly transformed to results
- 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
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tabs[T](values: Seq[T])(f: (T) => Tabs): Form
create new tabs in the Form
- def th(h1: String, hs: String*): Form
- returns
a Form with one row and cells formatted as header cells
- def th(h1: Field[_], hs: Field[_]*): Form
- returns
a Form with one row and cells formatted as header cells
- 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
- 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
- def tr(row: Row): Form
- returns
a Form with one row
- def tr(c1: Cell, cs: Cell*): Form
- returns
a Form with one row
- def trs[T](values: Seq[T])(f: (T) => Row): Form
create new rows in the Form
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)