FormsBuilderLowPriorityImplicits

org.specs2.form.FormsBuilderLowPriorityImplicits

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Implicits

Implicits

implicit def anyIsField[T](t: => T): Field[T]

anything can be added on a Form row as a Field

anything can be added on a Form row as a Field

Attributes

implicit def anyIsFieldCell(t: => Any): FieldCell

anything can be added on a Form row as a TextCell

anything can be added on a Form row as a TextCell

Attributes

implicit def formIsCell(t: => Form): FormCell

a Form can be added on a Form row as a FormCell

a Form can be added on a Form row as a FormCell

Attributes

implicit def xmlIsACell(xml: => NodeSeq): XmlCell

any xml can be injected as a cell

any xml can be injected as a cell

Attributes