Package

org.querki

gadgets

Permalink

package gadgets

This is the root of the Gadgets library. This level exists solely to give you the convenience import org.querki.gadgets._, which pulls in all the commonly-useful types. Look in subpackages for the details and power features.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gadgets
  2. EmptyableCoreImplicits
  3. Implicits
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AnyFrag = gadgets.core.ManagedFrag[AnyNode]

    Permalink
  2. abstract type AnyNode <: Node

    Permalink
  3. type Gadget[Output <: Element] = gadgets.core.Gadget[Output]

    Permalink
  4. type GadgetRef[G <: Gadget[_]] = gadgets.core.GadgetRef[G]

    Permalink
  5. type ManagedFrag[Output <: Node] = gadgets.core.ManagedFrag[Output]

    Permalink
  6. type RxDiv = gadgets.components.RxDiv

    Permalink
  7. implicit class RxEmptyableConv[T] extends AnyRef

    Permalink

    This adds a simple .rxEmpty method to any Gadget that has RxEmptyable defined.

    This adds a simple .rxEmpty method to any Gadget that has RxEmptyable defined.

    Definition Classes
    EmptyableCoreImplicits
  8. type RxTextFrag = gadgets.components.RxTextFrag

    Permalink
  9. type SimpleGadget = gadgets.core.SimpleGadget

    Permalink
  10. type TypedGadget[Output <: Element] = gadgets.core.TypedGadget[Output]

    Permalink

Value Members

  1. val Gadget: gadgets.core.Gadget.type

    Permalink
  2. val GadgetRef: gadgets.core.GadgetRef.type

    Permalink
  3. val RxDiv: gadgets.components.RxDiv.type

    Permalink
  4. implicit def RxEmptyableGadgetRef[G <: gadgets.core.Gadget[_]](implicit arg0: RxEmptyable[G]): RxEmptyable[gadgets.core.GadgetRef[G]]

    Permalink

    High-level version of .rxEmpty for GadgetRef -- basically, if the contained Gadget is itself RxEmptyable, then the GadgetRef is as well.

    High-level version of .rxEmpty for GadgetRef -- basically, if the contained Gadget is itself RxEmptyable, then the GadgetRef is as well.

    Definition Classes
    EmptyableCoreImplicits
  5. package components

    Permalink
  6. package core

    Permalink
  7. package reactive

    Permalink
  8. implicit def rxAttr[T](implicit arg0: (T) ⇒ AttrVal, ctx: Owner): RxAttr[T]

    Permalink

    This is the evidence required to use an Rx as an AttrValue in Scalatags.

    This is the evidence required to use an Rx as an AttrValue in Scalatags.

    Definition Classes
    Implicits
  9. implicit def rxDynAttr[T](implicit arg0: (T) ⇒ AttrVal, ctx: Owner): RxDynAttr[T]

    Permalink
    Definition Classes
    Implicits
  10. implicit def rxDynStyle[T](implicit arg0: (T) ⇒ StyleVal, ctx: Owner): RxDynStyle[T]

    Permalink
    Definition Classes
    Implicits
  11. implicit def rxStyle[T](implicit arg0: (T) ⇒ StyleVal, ctx: Owner): RxStyle[T]

    Permalink
    Definition Classes
    Implicits
  12. implicit def varAttr[T](implicit arg0: (T) ⇒ AttrVal, ctx: Owner): VarAttr[T]

    Permalink
    Definition Classes
    Implicits
  13. implicit def varStyle[T](implicit arg0: (T) ⇒ StyleVal, ctx: Owner): VarStyle[T]

    Permalink
    Definition Classes
    Implicits

Inherited from EmptyableCoreImplicits

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped