Packages

final case class List(as: UndefOr[AsC] = js.undefined, animated: UndefOr[Boolean] = js.undefined, bulleted: UndefOr[Boolean] = js.undefined, celled: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, divided: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloats] = js.undefined, horizontal: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, items: UndefOr[scala.collection.immutable.List[ListItem]] = js.undefined, onItemClickE: UndefOr[OnItemClick] = js.undefined, onItemClick: UndefOr[Callback] = js.undefined, link: UndefOr[Boolean] = js.undefined, ordered: UndefOr[Boolean] = js.undefined, relaxed: UndefOr[Boolean] = js.undefined, selection: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, children: ChildrenArgs = Seq.empty) extends GenericComponentPC[ListProps] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, GenericJsComponentC[ListProps, PropsAndChildren, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. List
  2. Serializable
  3. Product
  4. Equals
  5. GenericJsComponentC
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new List(as: UndefOr[AsC] = js.undefined, animated: UndefOr[Boolean] = js.undefined, bulleted: UndefOr[Boolean] = js.undefined, celled: UndefOr[Boolean] = js.undefined, child: UndefOr[VdomNode] = js.undefined, className: UndefOr[String] = js.undefined, clazz: UndefOr[Css] = js.undefined, content: UndefOr[VdomNode] = js.undefined, divided: UndefOr[Boolean] = js.undefined, floated: UndefOr[SemanticFloats] = js.undefined, horizontal: UndefOr[Boolean] = js.undefined, inverted: UndefOr[Boolean] = js.undefined, items: UndefOr[scala.collection.immutable.List[ListItem]] = js.undefined, onItemClickE: UndefOr[OnItemClick] = js.undefined, onItemClick: UndefOr[Callback] = js.undefined, link: UndefOr[Boolean] = js.undefined, ordered: UndefOr[Boolean] = js.undefined, relaxed: UndefOr[Boolean] = js.undefined, selection: UndefOr[Boolean] = js.undefined, size: UndefOr[SemanticSize] = js.undefined, verticalAlign: UndefOr[SemanticVerticalAlignment] = js.undefined, children: ChildrenArgs = Seq.empty)

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. val animated: UndefOr[Boolean]
  5. val as: UndefOr[AsC]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val bulleted: UndefOr[Boolean]
  8. val celled: UndefOr[Boolean]
  9. val child: UndefOr[VdomNode]
  10. val children: ChildrenArgs
    Definition Classes
    List → GenericJsComponentC
  11. val className: UndefOr[String]
  12. val clazz: UndefOr[Css]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  14. val content: UndefOr[VdomNode]
  15. def cprops: ListProps
    Definition Classes
    List → GenericJsComponentC
  16. val divided: UndefOr[Boolean]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  19. val floated: UndefOr[SemanticFloats]
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. val horizontal: UndefOr[Boolean]
  22. val inverted: UndefOr[Boolean]
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. val items: UndefOr[scala.collection.immutable.List[ListItem]]
  25. val link: UndefOr[Boolean]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val onItemClick: UndefOr[Callback]
  30. val onItemClickE: UndefOr[OnItemClick]
  31. val ordered: UndefOr[Boolean]
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. val relaxed: UndefOr[Boolean]
  34. def render: Render[ListProps]
    Definition Classes
    GenericJsComponentC
    Annotations
    @inline()
  35. def renderWith: (Seq[ChildArg]) => UnmountedWithRoot[ListProps, MountedWithRoot[[A]A, ListProps, Null, Component[ListProps, Null], ListProps, Null], ListProps, MountedWithRoot[[A]A, ListProps, Null, Component[ListProps, Null], ListProps, Null]]
    Definition Classes
    List → GenericJsComponentC
    Annotations
    @inline()
  36. val selection: UndefOr[Boolean]
  37. val size: UndefOr[SemanticSize]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. val verticalAlign: UndefOr[SemanticVerticalAlignment]
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. def withChildren(children: ChildrenArgs): List
    Definition Classes
    List → GenericJsComponentC

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from GenericJsComponentC[ListProps, PropsAndChildren, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped