Object

com.raquo.domtypes.generic.defs.styles.Styles

display

Related Doc: package Styles

Permalink

object display extends Style[String]

The display CSS property specifies the type of rendering box used for an element. In HTML, default display property values are taken from behaviors described in the HTML specifications or from the browser/user default stylesheet. The default value in XML is inline.

In addition to the many different display box types, the value none lets you turn off the display of an element; when you use none, all descendant elements also have their display turned off. The document is rendered as though the element doesn't exist in the document tree.

MDN

Linear Supertypes
Style[String], Key, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. display
  2. Style
  3. Key
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. lazy val block: StyleSetter

    Permalink

    The element generates a block element box.

    The element generates a block element box.

    MDN

  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. lazy val flex: StyleSetter

    Permalink

    The element behaves like a block element and lays out its content according to the flexbox model.

    The element behaves like a block element and lays out its content according to the flexbox model.

    MDN

  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. lazy val inline: StyleSetter

    Permalink

    The element generates one or more inline element boxes.

    The element generates one or more inline element boxes.

    MDN

  13. lazy val inlineBlock: StyleSetter

    Permalink

    The element generates a block element box that will be flowed with surrounding content as if it were a single inline box.

    The element generates a block element box that will be flowed with surrounding content as if it were a single inline box.

    MDN

  14. lazy val inlineFlex: StyleSetter

    Permalink

    The element behaves like an inline element and lays out its content according to the flexbox model.

    The element behaves like an inline element and lays out its content according to the flexbox model.

    MDN

  15. lazy val inlineTable: StyleSetter

    Permalink

    The inline-table value does not have a direct mapping in HTML.

    The inline-table value does not have a direct mapping in HTML. It behaves like a table HTML element, but as an inline box, rather than a block-level box. Inside the table box is a block-level context

    MDN

  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. lazy val listItem: StyleSetter

    Permalink

    The element generates a block box for the content and a separate list-item inline box.

    The element generates a block box for the content and a separate list-item inline box.

    MDN

  18. val name: String

    Permalink

    CSS property name, e.g.

    CSS property name, e.g. "background-color"

    Definition Classes
    StyleKey
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. lazy val none: StyleSetter

    Permalink

    Turns off the display of an element (it has no effect on layout); all descendant elements also have their display turned off.

    Turns off the display of an element (it has no effect on layout); all descendant elements also have their display turned off. The document is rendered as though the element did not exist.

    To render an element box's dimensions, yet have its contents be invisible, see the visibility property.

    MDN

  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. lazy val table: StyleSetter

    Permalink

    Behaves like the table HTML element.

    Behaves like the table HTML element. It defines a block-level box.

    MDN

  25. lazy val tableCaption: StyleSetter

    Permalink

    Behaves like the caption HTML element.

    Behaves like the caption HTML element.

    MDN

  26. lazy val tableCell: StyleSetter

    Permalink

    Behaves like the td HTML element

    Behaves like the td HTML element

    MDN

  27. lazy val tableColumn: StyleSetter

    Permalink

    These elements behave like the corresponding col HTML elements.

    These elements behave like the corresponding col HTML elements.

    MDN

  28. lazy val tableColumnGroup: StyleSetter

    Permalink

    These elements behave like the corresponding colgroup HTML elements.

    These elements behave like the corresponding colgroup HTML elements.

    MDN

  29. lazy val tableFooterGroup: StyleSetter

    Permalink

    These elements behave like the corresponding tfoot HTML elements

    These elements behave like the corresponding tfoot HTML elements

    MDN

  30. lazy val tableHeaderGroup: StyleSetter

    Permalink

    These elements behave like the corresponding thead HTML elements

    These elements behave like the corresponding thead HTML elements

    MDN

  31. lazy val tableRow: StyleSetter

    Permalink

    Behaves like the tr HTML element

    Behaves like the tr HTML element

    MDN

  32. lazy val tableRowGroup: StyleSetter

    Permalink

    These elements behave like the corresponding tbody HTML elements

    These elements behave like the corresponding tbody HTML elements

    MDN

  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Style[String]

Inherited from Key

Inherited from AnyRef

Inherited from Any

Ungrouped