Class

com.raquo.laminar.nodes

ReactiveComment

Related Doc: package nodes

Permalink

class ReactiveComment extends ReactiveNode with ReactiveChildNode[Comment] with Comment[ReactiveNode, Comment, Node]

Linear Supertypes
Comment[ReactiveNode, Comment, Node], Comment, ReactiveChildNode[Comment], ChildNode[ReactiveNode, Comment, Node], Modifier[ReactiveNode with ParentNode[ReactiveNode, Node, Node]], (ReactiveNode with ParentNode[ReactiveNode, Node, Node]) ⇒ Unit, Node[ReactiveNode, Comment, Node], Node, ReactiveNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReactiveComment
  2. Comment
  3. Comment
  4. ReactiveChildNode
  5. ChildNode
  6. Modifier
  7. Function1
  8. Node
  9. Node
  10. ReactiveNode
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ReactiveComment(text: String)

    Permalink

Type Members

  1. type BaseElement = ReactiveNode with Element[ReactiveNode, Node, Node]

    Permalink
    Definition Classes
    Node
  2. type BaseNode = ReactiveNode with Node[ReactiveNode, Node, Node]

    Permalink
    Definition Classes
    Node

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var _maybeParent: Option[BaseParentNode]

    Permalink
    Definition Classes
    ChildNode
  5. def andThen[A](g: (Unit) ⇒ A): (ReactiveNode with ParentNode[ReactiveNode, Node, Node]) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  6. def apply(parentNode: BaseParentNode): Unit

    Permalink
    Definition Classes
    ChildNode → Function1
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clearParent(): Unit

    Permalink
    Definition Classes
    ReactiveChildNode → ChildNode
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def compose[A](g: (A) ⇒ ReactiveNode with ParentNode[ReactiveNode, Node, Node]): (A) ⇒ Unit

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def maybeParent: Option[BaseParentNode]

    Permalink
    Definition Classes
    ChildNode
  18. var maybeSubscriptions: Option[Buffer[Subscription[_]]]

    Permalink
    Definition Classes
    ReactiveNode
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  22. val ref: Comment

    Permalink
    Definition Classes
    ReactiveComment → Node
  23. def setParent(newParent: BaseParentNode): Unit

    Permalink
    Definition Classes
    ChildNode
  24. def setText(text: String)(implicit commentApi: CommentApi[ReactiveNode, Comment, Node]): Unit

    Permalink
    Definition Classes
    Comment
    Annotations
    @inline()
  25. def subscribe[V](arg0: XStream[V], onNext: (V) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ReactiveNode
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. val text: String

    Permalink
    Definition Classes
    ReactiveComment → Comment
  28. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  29. val treeApi: JsTreeApi[ReactiveNode]

    Permalink
    Definition Classes
    ReactiveCommentReactiveChildNode → ChildNode
  30. def unsubscribeFromAll(): Unit

    Permalink
    Definition Classes
    ReactiveNode
  31. final def wait(): Unit

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

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

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

Inherited from Comment[ReactiveNode, Comment, Node]

Inherited from Comment

Inherited from ReactiveChildNode[Comment]

Inherited from ChildNode[ReactiveNode, Comment, Node]

Inherited from Modifier[ReactiveNode with ParentNode[ReactiveNode, Node, Node]]

Inherited from (ReactiveNode with ParentNode[ReactiveNode, Node, Node]) ⇒ Unit

Inherited from Node[ReactiveNode, Comment, Node]

Inherited from Node

Inherited from ReactiveNode

Inherited from AnyRef

Inherited from Any

Ungrouped