case class Tabs(tabs: Seq[Tab] = Vector(), result: Option[Result] = None) extends Cell with Product with Serializable
This class allows the creation of tabs to embed several forms at once on a limited html space
- See also
org.specs2.examples.FormSpec
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Tabs
- Serializable
- Product
- Equals
- Cell
- Executable
- Xml
- Text
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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
- 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 execute: Result
- Definition Classes
- Tabs → Executable
- def executeCell: Tabs
execute the Cell and returns it
- def executeTabs: Result
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map(f: (Result) => Result): Executable
- Definition Classes
- Executable
- 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 productElementNames: Iterator[String]
- Definition Classes
- Product
- val result: Option[Result]
- def setFailure: Cell
- Definition Classes
- Cell
- def setPending: Cell
- Definition Classes
- Cell
- def setResult(r: Result): Tabs
- def setSkipped: Cell
- Definition Classes
- Cell
- def setSuccess: Cell
- Definition Classes
- Cell
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tab(t: String, form: Form): Tabs
- def tabs(ts: Tabs): Tabs
- val tabs: Seq[Tab]
- def text: String
- 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])
- def width: Int
- returns
the width of the cell, without borders when it's a FormCell
- Definition Classes
- Text
- def xml(implicit args: Arguments): Elem
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)