Trait

com.raquo.domtypes.generic.defs.styles.keywords

LineStyle

Related Doc: package keywords

Permalink

trait LineStyle[T] extends StyleStringValueBuilder[T]

See also

https://developer.mozilla.org/en-US/docs/Web/CSS/border-style

Linear Supertypes
StyleStringValueBuilder[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LineStyle
  2. StyleStringValueBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def buildStringValue(value: String): T

    Permalink
    Attributes
    protected
    Definition Classes
    StyleStringValueBuilder
  2. abstract def valueAsString(value: T): String

    Permalink
    Attributes
    protected
    Definition Classes
    StyleStringValueBuilder

Concrete 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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @throws( ... )
  6. lazy val dashed: T

    Permalink

    Displays a series of short square-ended dashes or line segments.

    Displays a series of short square-ended dashes or line segments. The exact size and Length of the segments are not defined by the specification and are implementation-specific. --MDN

  7. lazy val dotted: T

    Permalink

    Displays a series of rounded dots.

    Displays a series of rounded dots. The spacing of the dots are not defined by the specification and are implementation-specific. The radius of the dots is half the calculated border-right-width. --MDN

  8. lazy val double: T

    Permalink

    Displays two straight lines that add up to the pixel amount defined as border-width or border-right-width.

    Displays two straight lines that add up to the pixel amount defined as border-width or border-right-width. --MDN

  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  12. lazy val groove: T

    Permalink

    Displays a border leading to a carved effect.

    Displays a border leading to a carved effect. It is the opposite of ridge. --MDN

  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate()
  14. lazy val inherit: T

    Permalink

    The inherit CSS keyword causes the element for which it is specified to take the computed value of the property from its parent element.

    The inherit CSS keyword causes the element for which it is specified to take the computed value of the property from its parent element. --MDN

    Definition Classes
    StyleStringValueBuilder
    See also

    https://developer.mozilla.org/en-US/docs/Web/CSS/inherit

  15. lazy val initial: T

    Permalink

    The initial CSS keyword applies the initial (or default) value of a property to an element.

    The initial CSS keyword applies the initial (or default) value of a property to an element. --MDN

    Definition Classes
    StyleStringValueBuilder
    See also

    https://developer.mozilla.org/en-US/docs/Web/CSS/initial_value

    https://developer.mozilla.org/en-US/docs/Web/CSS/initial

  16. lazy val inset: T

    Permalink

    Displays a border that makes the box appear embedded.

    Displays a border that makes the box appear embedded. It is the opposite of outset. When applied to a table cell with border-collapse set to collapsed, this value behaves like groove. --MDN

  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate()
  21. lazy val outset: T

    Permalink

    Displays a border that makes the box appear in 3D, embossed.

    Displays a border that makes the box appear in 3D, embossed. It is the opposite of inset. When applied to a table cell with border-collapse set to collapsed, this value behaves like ridge. --MDN

  22. lazy val revert: T

    Permalink

    The revert CSS keyword reverts the cascaded value of the property from its current value to the value the property would have had if no changes had been made by the current style origin to the current element.

    The revert CSS keyword reverts the cascaded value of the property from its current value to the value the property would have had if no changes had been made by the current style origin to the current element. --MDN

    Definition Classes
    StyleStringValueBuilder
    See also

    https://developer.mozilla.org/en-US/docs/Glossary/Style_origin

    https://developer.mozilla.org/en-US/docs/Web/CSS/revert

  23. lazy val ridge: T

    Permalink

    Displays a border with a 3D effect, like if it is coming out of the page.

    Displays a border with a 3D effect, like if it is coming out of the page. It is the opposite of groove. --MDN

  24. lazy val solid: T

    Permalink

    Displays a single, straight, solid line.

    Displays a single, straight, solid line. --MDN

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. lazy val unset: T

    Permalink

    The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not.

    The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit keyword in the first case, when the property is an inherited property, and like the initial keyword in the second case, when the property is a non-inherited property. --MDN

    Definition Classes
    StyleStringValueBuilder
    See also

    https://developer.mozilla.org/en-US/docs/Web/CSS/unset

  28. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. 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 StyleStringValueBuilder[T]

Inherited from AnyRef

Inherited from Any

Ungrouped