Tabs

case class Tabs(tabs: Seq[Tab], result: Option[Result]) extends Cell

This class allows the creation of tabs to embed several forms at once on a limited html space

See also:

org.specs2.examples.FormSpec

trait Serializable
trait Product
trait Equals
trait Cell
trait Executable
trait Xml
trait Text
class Object
trait Matchable
class Any

Value members

Concrete methods

def execute: Result
def executeTabs: Result
def setResult(r: Result): Cell
def tab(t: String, form: Form): Tabs
def tabs(ts: Tabs): Tabs
def text: String
def xml(implicit args: Arguments): NodeSeq

Inherited methods

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

modify the result to return

modify the result to return

Inherited from:
Executable
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
Inherited from:
Cell
Inherited from:
Cell
Inherited from:
Cell
Inherited from:
Cell
def width: Int
Returns:

the width of the cell, without borders when it's a FormCell

Inherited from:
Text