Packages

p

org.querki

gadgets

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]
  2. abstract type AnyNode <: Node
  3. type Gadget[Output <: Element] = gadgets.core.Gadget[Output]
  4. type GadgetRef[G <: Gadget[_]] = gadgets.core.GadgetRef[G]
  5. type ManagedFrag[Output <: Node] = gadgets.core.ManagedFrag[Output]
  6. type RxDiv = gadgets.components.RxDiv
  7. type RxTextFrag = gadgets.components.RxTextFrag
  8. type SimpleGadget = gadgets.core.SimpleGadget
  9. type TypedGadget[Output <: Element] = gadgets.core.TypedGadget[Output]
  10. implicit class RxEmptyableConv [T] extends AnyRef

    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

Value Members

  1. val Gadget: gadgets.core.Gadget.type
  2. val GadgetRef: gadgets.core.GadgetRef.type
  3. val RxDiv: gadgets.components.RxDiv.type
  4. implicit def RxEmptyableGadgetRef[G <: gadgets.core.Gadget[_]](implicit arg0: RxEmptyable[G]): RxEmptyable[gadgets.core.GadgetRef[G]]

    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. implicit def rxAttr[T](implicit arg0: (T) ⇒ AttrVal, ctx: Owner): RxAttr[T]

    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]
    Definition Classes
    Implicits
  7. implicit def rxDynStyle[T](implicit arg0: (T) ⇒ StyleVal, ctx: Owner): RxDynStyle[T]
    Definition Classes
    Implicits
  8. implicit def rxStyle[T](implicit arg0: (T) ⇒ StyleVal, ctx: Owner): RxStyle[T]
    Definition Classes
    Implicits
  9. implicit def varAttr[T](implicit arg0: (T) ⇒ AttrVal, ctx: Owner): VarAttr[T]
    Definition Classes
    Implicits
  10. implicit def varStyle[T](implicit arg0: (T) ⇒ StyleVal, ctx: Owner): VarStyle[T]
    Definition Classes
    Implicits

Inherited from EmptyableCoreImplicits

Inherited from Implicits

Inherited from AnyRef

Inherited from Any

Ungrouped