Object

sri.web.styles.WebStyleAttrs

listStyleType

Related Doc: package WebStyleAttrs

Permalink

object listStyleType extends WebStyle

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
WebStyle, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. listStyleType
  2. WebStyle
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def :=(v: |[String, Double]): WebStylePair

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

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def armenian: WebStylePair

    Permalink

    Traditional Armenian numbering

    Traditional Armenian numbering

    MDN

    Annotations
    @inline()
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. final def circle: WebStylePair

    Permalink

    A hollow circle

    A hollow circle

    MDN

    Annotations
    @inline()
  8. final def cjk-decimal: WebStylePair

    Permalink

    Han decimal numbers

    Han decimal numbers

    MDN

    Annotations
    @inline()
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def decimal: WebStylePair

    Permalink

    Decimal numbers begining with 1

    Decimal numbers begining with 1

    MDN

    Annotations
    @inline()
  11. final def decimal-leading-zero: WebStylePair

    Permalink

    Decimal numbers padded by initial zeros

    Decimal numbers padded by initial zeros

    MDN

    Annotations
    @inline()
  12. final def disc: WebStylePair

    Permalink

    A filled circle (default value)

    A filled circle (default value)

    MDN

    Annotations
    @inline()
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def georgian: WebStylePair

    Permalink

    Traditional Georgian numbering

    Traditional Georgian numbering

    MDN

    Annotations
    @inline()
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def hebrew: WebStylePair

    Permalink

    Traditional Hebrew numbering

    Traditional Hebrew numbering

    MDN

    Annotations
    @inline()
  18. final def hiragana: WebStylePair

    Permalink

    Japanese Hiragana

    Japanese Hiragana

    MDN

    Annotations
    @inline()
  19. final def hiragana-iroha: WebStylePair

    Permalink

    Japanese Hiragana

    Japanese Hiragana

    Iroha is the old japanese ordering of syllabs

    MDN

    Annotations
    @inline()
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def katakana: WebStylePair

    Permalink

    Japanese Katakana

    Japanese Katakana

    MDN

    Annotations
    @inline()
  22. final def katakana-iroha: WebStylePair

    Permalink

    Japanese Katakana

    Japanese Katakana

    Iroha is the old japanese ordering of syllabs

    MDN

    Annotations
    @inline()
  23. final def lower-alpha: WebStylePair

    Permalink

    Lowercase ASCII letters

    Lowercase ASCII letters

    MDN

    Annotations
    @inline()
  24. final def lower-greek: WebStylePair

    Permalink

    Lowercase classical greek

    Lowercase classical greek

    MDN

    Annotations
    @inline()
  25. final def lower-latin: WebStylePair

    Permalink

    Lowercase ASCII letters

    Lowercase ASCII letters

    MDN

    Annotations
    @inline()
  26. final def lower-roman: WebStylePair

    Permalink

    Lowercase roman numerals

    Lowercase roman numerals

    MDN

    Annotations
    @inline()
  27. val name: String

    Permalink
    Definition Classes
    WebStyle
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def none: WebStylePair

    Permalink

    No item marker is shown

    No item marker is shown

    MDN

    Annotations
    @inline()
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def square: WebStylePair

    Permalink

    A filled square

    A filled square

    MDN

    Annotations
    @inline()
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. final def upper-alpha: WebStylePair

    Permalink

    Uppercase ASCII letters

    Uppercase ASCII letters

    MDN

    Annotations
    @inline()
  35. final def upper-latin: WebStylePair

    Permalink

    Uppercase ASCII letters

    Uppercase ASCII letters

    MDN

    Annotations
    @inline()
  36. final def upper-roman: WebStylePair

    Permalink

    Uppercase roman numerals

    Uppercase roman numerals

    MDN

    Annotations
    @inline()
  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from WebStyle

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped