LazyRxElement

wvlet.airframe.rx.html.LazyRxElement
case class LazyRxElement[A](v: () => A)(implicit evidence$1: EmbeddableNode[A]) extends RxElement with LogSupport

Attributes

Graph
Supertypes
trait Product
trait Equals
trait LogSupport
trait LazyLogger
trait LoggingMethods
trait Serializable
class RxElement
trait HtmlNode
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def render: RxElement

Render this element

Render this element

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
RxElement

Attributes

Inherited from:
RxElement

Attributes

Inherited from:
RxElement
def beforeRender: Unit

Called right before rendering this RxElement begins.

Called right before rendering this RxElement begins.

Override this method to define a custom event hook before rendering.

Attributes

Inherited from:
RxElement
def beforeUnmount: Unit

Called right before unmounting (deleting) this RxElement from DOM.

Called right before unmounting (deleting) this RxElement from DOM.

This is a good place to remove any background process or manually added event listeners.

Attributes

Inherited from:
RxElement
inline protected def debug(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def debug(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def error(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def info(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def logAt(inline logLevel: LogLevel, inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
inline protected def trace(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def trace(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
def unless(cond: => Boolean): HtmlNode

Attributes

Inherited from:
HtmlNode
inline protected def warn(inline message: Any, inline cause: Throwable): Unit

Attributes

Inherited from:
LoggingMethods
inline protected def warn(inline message: Any): Unit

Attributes

Inherited from:
LoggingMethods
def when(cond: => Boolean): HtmlNode

Attributes

Inherited from:
HtmlNode

Inherited fields

val modifiers: List[Seq[HtmlNode]]

Attributes

Inherited from:
RxElement