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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. 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
  5. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  7. val armenian: StylePair

    Traditional Armenian numbering

    Traditional Armenian numbering

    MDN

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val circle: StylePair

    A hollow circle

    A hollow circle

    MDN

  10. val cjk-decimal: StylePair

    Han decimal numbers

    Han decimal numbers

    MDN

  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. 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
  13. val decimal: StylePair

    Decimal numbers begining with 1

    Decimal numbers begining with 1

    MDN

  14. val decimal-leading-zero: StylePair

    Decimal numbers padded by initial zeros

    Decimal numbers padded by initial zeros

    MDN

  15. val disc: StylePair

    A filled circle (default value)

    A filled circle (default value)

    MDN

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

    Definition Classes
    AnyRef
  17. def finalize(): Unit

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

    Traditional Georgian numbering

    Traditional Georgian numbering

    MDN

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

    Definition Classes
    AnyRef → Any
  20. val hebrew: StylePair

    Traditional Hebrew numbering

    Traditional Hebrew numbering

    MDN

  21. val hiragana: StylePair

    Japanese Hiragana

    Japanese Hiragana

    MDN

  22. val hiragana-iroha: StylePair

    Japanese Hiragana

    Japanese Hiragana

    Iroha is the old japanese ordering of syllabs

    MDN

  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. 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
  25. val katakana: StylePair

    Japanese Katakana

    Japanese Katakana

    MDN

  26. val katakana-iroha: StylePair

    Japanese Katakana

    Japanese Katakana

    Iroha is the old japanese ordering of syllabs

    MDN

  27. val lower-alpha: StylePair

    Lowercase ASCII letters

    Lowercase ASCII letters

    MDN

  28. val lower-greek: StylePair

    Lowercase classical greek

    Lowercase classical greek

    MDN

  29. val lower-latin: StylePair

    Lowercase ASCII letters

    Lowercase ASCII letters

    MDN

  30. val lower-roman: StylePair

    Lowercase roman numerals

    Lowercase roman numerals

    MDN

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

    Definition Classes
    AnyRef
  32. val none: StylePair

    No item marker is shown

    No item marker is shown

    MDN

  33. final def notify(): Unit

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

    Definition Classes
    AnyRef
  35. val square: StylePair

    A filled square

    A filled square

    MDN

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

    Definition Classes
    AnyRef
  37. val upper-alpha: StylePair

    Uppercase ASCII letters

    Uppercase ASCII letters

    MDN

  38. val upper-latin: StylePair

    Uppercase ASCII letters

    Uppercase ASCII letters

    MDN

  39. val upper-roman: StylePair

    Uppercase roman numerals

    Uppercase roman numerals

    MDN

  40. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. 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