scalatags.Styles

listStyleType

object listStyleType extends UntypedStyle

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
UntypedStyle, Serializable, Serializable, Product, Equals, Style, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. listStyleType
  2. UntypedStyle
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. Style
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def :=(value: String): StylePair

    Force-assigns a typed style to a string even if its type would not normally .

    Force-assigns a typed style to a string even if its type would not normally .allow it

    Definition Classes
    Style
  4. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  5. val armenian: StylePair

    Traditional Armenian numbering

    Traditional Armenian numbering

    MDN

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val circle: StylePair

    A hollow circle

    A hollow circle

    MDN

  8. val cjk-decimal: StylePair

    Han decimal numbers

    Han decimal numbers

    MDN

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val cssName: String

    The name of this style in CSS, normally dash-separated

    The name of this style in CSS, normally dash-separated

    Definition Classes
    UntypedStyleStyle
  11. val decimal: StylePair

    Decimal numbers begining with 1

    Decimal numbers begining with 1

    MDN

  12. val decimal-leading-zero: StylePair

    Decimal numbers padded by initial zeros

    Decimal numbers padded by initial zeros

    MDN

  13. val disc: StylePair

    A filled circle (default value)

    A filled circle (default value)

    MDN

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

    Definition Classes
    AnyRef
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val georgian: StylePair

    Traditional Georgian numbering

    Traditional Georgian numbering

    MDN

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

    Definition Classes
    AnyRef → Any
  18. val hebrew: StylePair

    Traditional Hebrew numbering

    Traditional Hebrew numbering

    MDN

  19. val hiragana: StylePair

    Japanese Hiragana

    Japanese Hiragana

    MDN

  20. val hiragana-iroha: StylePair

    Japanese Hiragana

    Japanese Hiragana

    Iroha is the old japanese ordering of syllabs

    MDN

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. val jsName: String

    The name of this style from Javascript, normally camel-case

    The name of this style from Javascript, normally camel-case

    Definition Classes
    UntypedStyleStyle
  23. val katakana: StylePair

    Japanese Katakana

    Japanese Katakana

    MDN

  24. val katakana-iroha: StylePair

    Japanese Katakana

    Japanese Katakana

    Iroha is the old japanese ordering of syllabs

    MDN

  25. val lower-alpha: StylePair

    Lowercase ASCII letters

    Lowercase ASCII letters

    MDN

  26. val lower-greek: StylePair

    Lowercase classical greek

    Lowercase classical greek

    MDN

  27. val lower-latin: StylePair

    Lowercase ASCII letters

    Lowercase ASCII letters

    MDN

  28. val lower-roman: StylePair

    Lowercase roman numerals

    Lowercase roman numerals

    MDN

  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. val none: StylePair

    No item marker is shown

    No item marker is shown

    MDN

  31. final def notify(): Unit

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

    Definition Classes
    AnyRef
  33. val square: StylePair

    A filled square

    A filled square

    MDN

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

    Definition Classes
    AnyRef
  35. val upper-alpha: StylePair

    Uppercase ASCII letters

    Uppercase ASCII letters

    MDN

  36. val upper-latin: StylePair

    Uppercase ASCII letters

    Uppercase ASCII letters

    MDN

  37. val upper-roman: StylePair

    Uppercase roman numerals

    Uppercase roman numerals

    MDN

  38. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from UntypedStyle

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Style

Inherited from AnyRef

Inherited from Any

Ungrouped