emptyCells

scalatags.generic.Styles.emptyCells
object emptyCells extends Style

he empty-cells CSS property specifies how user agents should render borders and backgrounds around cells that have no visible content.

MDN

Attributes

Graph
Supertypes
class Style
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
emptyCells.type

Members list

Value members

Inherited methods

def :=[Builder, T](v: T)(implicit ev: StyleValue[Builder, T]): StylePair[Builder, T]

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Creates an StylePair from an Style and a value of type T, if there is an StyleValue of the correct type.

Attributes

Inherited from:
Style
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val hide: StylePair[Builder, String]

Is a keyword indicating that no border or backgrounds should be drawn.

Is a keyword indicating that no border or backgrounds should be drawn.

MDN

Attributes

lazy val show: StylePair[Builder, String]

Is a keyword indicating that borders and backgrounds should be drawn like in a normal cells.

Is a keyword indicating that borders and backgrounds should be drawn like in a normal cells.

MDN

Attributes