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
Implicits, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gadgets
  2. Implicits
  3. AnyRef
  4. 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 SimpleGadget = gadgets.core.SimpleGadget

    Permalink
  7. 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. package core

    Permalink
  4. package reactive

    Permalink
  5. 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
  6. implicit def rxDynAttr[T](implicit arg0: (T) ⇒ AttrVal, ctx: Owner): RxDynAttr[T]

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

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

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

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

    Permalink
    Definition Classes
    Implicits

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped