CssDecStd

ostrat.pWeb.CssDecStd
trait CssDecStd extends CssDec

Standard CSS declaration which takes a CssVal to produce the CSS value output.

Attributes

Graph
Supertypes
trait CssDec
trait CssDecs
class Object
trait Matchable
class Any
Known subtypes
class DecAlign
object DecAlignCen
object DecAlignJus
object DecAlignLeft
object DecAlignRight
class DecBorder
class DecDisplay
object DispBlock
object DispFlex
object DispInBlock
object DispNone
class DecFlexDirn
class DecFontSize
class DecHeight
class DecMarg
class DecMargLeft
class DecMargRight
class DecMargTop
class DecMaxWidth
class DecMinHeight
class DecOverflow
class DecPad
class DecPadLeft
class DecPadRight
class DecSpaces
object DecNoWrap
class DecWidth
Show all

Members list

Value members

Abstract methods

def value: CssVal

The CSS declaration value

The CSS declaration value

Attributes

Concrete methods

final override def valueStr: String

The CSS value output.

The CSS value output.

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

Inherited and Abstract methods

def prop: String

The CSS property

The CSS property

Attributes

Inherited from:
CssDec