DecDisplay

ostrat.pWeb.DecDisplay
case class DecDisplay(value: CssVal) extends CssDecStd

Css Display declaration.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CssDecStd
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Show all
Known subtypes
object DispBlock
object DispFlex
object DispInBlock
object DispNone

Members list

Value members

Concrete methods

override def prop: String

The CSS property

The CSS property

Attributes

Definition Classes

Inherited methods

override def decs: RArr[CssDec]

The decalation sequence, for CssDec this will have a sigle member.

The decalation sequence, for CssDec this will have a sigle member.

Attributes

Definition Classes
Inherited from:
CssDec
def out: String

The CSS code output.

The CSS code output.

Attributes

Inherited from:
CssDec

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
final override def valueStr: String

The CSS value output.

The CSS value output.

Attributes

Definition Classes
Inherited from:
CssDecStd