FormCell

org.specs2.form.FormCell
See theFormCell companion object
class FormCell(_form: => Form, result: Option[Result]) extends Cell

Cell embedding a Form

Attributes

Companion
object
Graph
Supertypes
trait Cell
trait Executable
trait Xml
trait Text
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def execute: Result

Attributes

Returns

a Result

execute the Cell and returns it

execute the Cell and returns it

Attributes

def setResult(r: Result): Cell
def text: String

Attributes

Returns

a text representation

override def width: Int

Attributes

Returns

the width of a form when inlined. It is the width of its text size minus 4, which is the size of the borders "| " and " |"

Definition Classes
def xml(using args: Arguments): NodeSeq

Attributes

Returns

an xml representation

Inherited methods

def map(f: Result => Result): Executable

modify the result to return

modify the result to return

Attributes

Inherited from:
Executable

Attributes

Inherited from:
Cell

Attributes

Inherited from:
Cell

Attributes

Inherited from:
Cell

Attributes

Inherited from:
Cell

Concrete fields

lazy val form: Form