PlainLink

kreuzberg.extras.PlainLink
case class PlainLink(name: String, target: String) extends SimpleComponentBase

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class SimpleComponentBase
trait Component
trait SimpleContextDsl
trait ComponentDsl
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited types

type DomElement <: ScalaJsElement

Data type of JS Representation.

Data type of JS Representation.

Attributes

Inherited from:
Component

Value members

Concrete methods

override def assemble(implicit c: SimpleContext): Html

Attributes

Definition Classes
SimpleComponentBase

Inherited methods

protected def add(binding0: EventBinding, others: EventBinding*)(using c: SimpleContext): Unit

Add an event binding.

Add an event binding.

Attributes

Inherited from:
SimpleContextDsl
final override def assemble(using context: AssemblerContext): Assembly

Assemble the object.

Assemble the object.

Attributes

Definition Classes
SimpleComponentBase -> Component
Inherited from:
SimpleComponentBase
def comment: String

Comment, which will be built into the node. Can be disabled by returning ""

Comment, which will be built into the node. Can be disabled by returning ""

Attributes

Inherited from:
Component
protected def from[E](channel: Channel[E]): ChannelSource[E]

Attributes

Inherited from:
ComponentDsl
protected def from[E](jsEvent: JsEvent[E]): Js[E]

Attributes

Inherited from:
ComponentDsl
protected def jsEvent(name: String, preventDefault: Boolean, capture: Boolean): JsEvent[ScalaJsEvent]

Declare a Javascript event.

Declare a Javascript event.

Attributes

Inherited from:
ComponentDsl
protected def jsState[T](f: DomElement => T): JsRuntimeState[DomElement, T]

Declares a js runtime state.

Declares a js runtime state.

Attributes

Inherited from:
ComponentDsl
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
protected def provide[T : Provider](implicit evidence$1: Provider[T], c: ServiceRepository): T

Attributes

Inherited from:
ComponentDsl
protected def read[M](model: Model[M])(using c: AssemblerContext): M

Attributes

Inherited from:
ComponentDsl
protected def subscribe[M](model: Model[M])(using c: SimpleContext): M

Subscribe some model and read at the same time.

Subscribe some model and read at the same time.

Attributes

Inherited from:
SimpleContextDsl
protected def windowEvent(name: String, preventDefault: Boolean, capture: Boolean): JsEvent[ScalaJsEvent]

Declare a Window JS Event.

Declare a Window JS Event.

Attributes

Inherited from:
ComponentDsl

Concrete fields

val click: JsEvent[ScalaJsEvent]

Inherited fields

final val id: Identifier

Identifier of the component.

Identifier of the component.

Attributes

Inherited from:
Component

Implicits

Inherited implicits

implicit protected def htmlToAssemblyResult(in: Html): Assembly

Attributes

Inherited from:
ComponentDsl