case class LayoutBlock(title: Option[String], width: Int, distribute: Option[Boolean], fields: Seq[Either[String, SubLayoutBlock]], tab: Option[String] = None, tabGroup: Option[String] = None) extends Product with Serializable
- title
title of the block
- width
in bootstrap cols
- fields
list of field to display in that block, with format
.
Linear SupertypesOrdering- Alphabetic
- By Inheritance
Inherited- LayoutBlock
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility- Public
- Protected
Instance Constructors
- new LayoutBlock(title: Option[String], width: Int, distribute: Option[Boolean], fields: Seq[Either[String, SubLayoutBlock]], tab: Option[String] = None, tabGroup: Option[String] = None)
- title
title of the block
- width
in bootstrap cols
- fields
list of field to display in that block, with format
.
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]) @native()
- val distribute: Option[Boolean]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fields: Seq[Either[String, SubLayoutBlock]]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tab: Option[String]
- val tabGroup: Option[String]
- val title: Option[String]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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]) @native()
- val width: Int
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any
Ungrouped
- final def !=(arg0: Any): Boolean