Packages

object listStyleType extends Style

The list-style-type CSS property specifies appearance of a list item element. As it is the only one who defaults to display:list-item, this is usually a li element, but can be any element with this display value.

MDN

Linear Supertypes
Style, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. listStyleType
  2. Style
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. 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.

    Definition Classes
    Style
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. lazy val armenian: StylePair[Builder, String]

    Traditional Armenian numbering

    Traditional Armenian numbering

    MDN

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. lazy val circle: StylePair[Builder, String]

    A hollow circle

    A hollow circle

    MDN

  8. lazy val cjk-decimal: StylePair[Builder, String]

    Han decimal numbers

    Han decimal numbers

    MDN

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. val cssName: String
    Definition Classes
    Style
  11. lazy val decimal: StylePair[Builder, String]

    Decimal numbers begining with 1

    Decimal numbers begining with 1

    MDN

  12. lazy val decimal-leading-zero: StylePair[Builder, String]

    Decimal numbers padded by initial zeros

    Decimal numbers padded by initial zeros

    MDN

  13. lazy val disc: StylePair[Builder, String]

    A filled circle (default value)

    A filled circle (default value)

    MDN

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. lazy val georgian: StylePair[Builder, String]

    Traditional Georgian numbering

    Traditional Georgian numbering

    MDN

  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. lazy val hebrew: StylePair[Builder, String]

    Traditional Hebrew numbering

    Traditional Hebrew numbering

    MDN

  18. lazy val hiragana: StylePair[Builder, String]

    Japanese Hiragana

    Japanese Hiragana

    MDN

  19. lazy val hiragana-iroha: StylePair[Builder, String]

    Japanese Hiragana

    Japanese Hiragana

    Iroha is the old japanese ordering of syllabs

    MDN

  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val jsName: String
    Definition Classes
    Style
  22. lazy val katakana: StylePair[Builder, String]

    Japanese Katakana

    Japanese Katakana

    MDN

  23. lazy val katakana-iroha: StylePair[Builder, String]

    Japanese Katakana

    Japanese Katakana

    Iroha is the old japanese ordering of syllabs

    MDN

  24. lazy val lower-alpha: StylePair[Builder, String]

    Lowercase ASCII letters

    Lowercase ASCII letters

    MDN

  25. lazy val lower-greek: StylePair[Builder, String]

    Lowercase classical greek

    Lowercase classical greek

    MDN

  26. lazy val lower-latin: StylePair[Builder, String]

    Lowercase ASCII letters

    Lowercase ASCII letters

    MDN

  27. lazy val lower-roman: StylePair[Builder, String]

    Lowercase roman numerals

    Lowercase roman numerals

    MDN

  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. lazy val none: StylePair[Builder, String]

    No item marker is shown

    No item marker is shown

    MDN

  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. lazy val square: StylePair[Builder, String]

    A filled square

    A filled square

    MDN

  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. lazy val upper-alpha: StylePair[Builder, String]

    Uppercase ASCII letters

    Uppercase ASCII letters

    MDN

  36. lazy val upper-latin: StylePair[Builder, String]

    Uppercase ASCII letters

    Uppercase ASCII letters

    MDN

  37. lazy val upper-roman: StylePair[Builder, String]

    Uppercase roman numerals

    Uppercase roman numerals

    MDN

  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Style

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped