scalacss.Attrs

borderStyle

Related Doc: package Attrs

object borderStyle extends TypedAttrT4Edges[BrStyle] with BrStyleOps

The border-style CSS property is a shorthand property for setting the line style for all four sides of the elements border.

See also

MDN

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. borderStyle
  2. BrStyleOps
  3. TypedAttrT4Edges
  4. TypedAttrBase
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final type V = ValueT[BrStyle]

    Definition Classes
    TypedAttrT4Edges

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def apply(t: V, r: V, b: V, l: V): AV

    t

    Value for top edge.

    r

    Value for right edge.

    b

    Value for bottom edge.

    l

    Value for left edge.

    Definition Classes
    TypedAttrT4Edges
  5. final def apply(t: V, h: V, b: V): AV

    t

    Value for top edge.

    h

    Value for horizontal edges.

    b

    Value for bottom edge.

    Definition Classes
    TypedAttrT4Edges
  6. final def apply(v: V, h: V): AV

    v

    Value for vertical edges.

    h

    Value for horizontal edges.

    Definition Classes
    TypedAttrT4Edges
  7. final def apply(all: V): AV

    Applies the same setting to all four edges.

    Applies the same setting to all four edges.

    Definition Classes
    TypedAttrT4Edges
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val attr: Attr

    Definition Classes
    borderStyleTypedAttrBase
  10. def attrB: Attr

    Attributes
    protected
    Definition Classes
    borderStyleTypedAttrT4Edges
  11. def attrL: Attr

    Attributes
    protected
    Definition Classes
    borderStyleTypedAttrT4Edges
  12. def attrR: Attr

    Attributes
    protected
    Definition Classes
    borderStyleTypedAttrT4Edges
  13. def attrT: Attr

    Attributes
    protected
    Definition Classes
    borderStyleTypedAttrT4Edges
  14. def av(v: Value): AV

    Attributes
    protected
    Definition Classes
    TypedAttrBase
  15. def avl(v: Literal): AV

    Attributes
    protected
    Definition Classes
    TypedAttrBase
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def dashed: AV

    Definition Classes
    BrStyleOps
  18. final def dotted: AV

    Definition Classes
    BrStyleOps
  19. final def double: AV

    Definition Classes
    BrStyleOps
  20. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. final def groove: AV

    Definition Classes
    BrStyleOps
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def hidden: AV

    Definition Classes
    BrStyleOps
  27. final def horizontal(h: V): AVs

    Definition Classes
    TypedAttrT4Edges
  28. def inherit: AV

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

    The inherit CSS-value causes the element for which it is specified to take the computed value of the property from its parent element. It is allowed on every CSS property.

    For inherited properties, this reinforces the default behavior, and is only needed to override another rule. For non-inherited properties, this specifies a behavior that typically makes relatively little sense and you may consider using initial instead, or unset on the all property.

    Definition Classes
    TypedAttrBase
  29. def initial: AV

    The initial CSS keyword applies the initial value of a property to an element.

    The initial CSS keyword applies the initial value of a property to an element. It is allowed on every CSS property and causes the element for which it is specified to use the initial value of the property.

    Definition Classes
    TypedAttrBase
  30. final def inset: AV

    Definition Classes
    BrStyleOps
  31. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  33. final def none: AV

    Definition Classes
    BrStyleOps
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. final def outset: AV

    Definition Classes
    BrStyleOps
  37. final def ridge: AV

    Definition Classes
    BrStyleOps
  38. final def solid: AV

    Definition Classes
    BrStyleOps
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(): String

    Definition Classes
    TypedAttrBase → AnyRef → Any
  41. def unset: AV

    The unset CSS keyword is the combination of the initial and inherit keywords.

    The unset CSS keyword is the combination of the initial and inherit keywords. Like these two other CSS-wide keywords, it can be applied to any CSS property, including the CSS shorthand all. This keyword resets the property to its inherited value if it inherits from its parent or to its initial value if not. In other words, it behaves like the inherit keyword in the first case and like the initial keyword in the second case.

    Definition Classes
    TypedAttrBase
  42. final def vertical(v: V): AVs

    Definition Classes
    TypedAttrT4Edges
  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BrStyleOps

Inherited from TypedAttrT4Edges[BrStyle]

Inherited from TypedAttrBase

Inherited from AnyRef

Inherited from Any

Ungrouped