PanelConfig

dev.cheleb.scalamigen.config.PanelConfig
final case class PanelConfig(label: Option[String], asTable: Boolean, fieldCss: String, labelCss: String, panelCss: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withAsTable(asTable: Boolean): PanelConfig
def withFieldCss(fieldCss: String): PanelConfig
def withLabel(label: String): PanelConfig
def withLabelCss(labelCss: String): PanelConfig
def withPanelCss(panelCss: String): PanelConfig

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product