Package

org.querki.gadgets

reactive

Permalink

package reactive

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. reactive
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait Implicits extends AnyRef

    Permalink

    These are implicit constructors for RxAttr and RxStyle.

    These are implicit constructors for RxAttr and RxStyle.

    TODO: can we rewrite these to use context bounds instead of view bounds? I think it should be possible...

  2. class RxAttr[T] extends RxAttrBase[T, Rx[T]]

    Permalink

    Mechanism for using an Rx as a Scalatags AttrValue.

    Mechanism for using an Rx as a Scalatags AttrValue.

    Note that this is used implicitly -- just import querki.display.rx._, and it will add the ability to use Rx-defined attribute values.

  3. class RxDynAttr[T] extends RxAttrBase[T, Dynamic[T]]

    Permalink
  4. class RxDynStyle[T] extends RxStyleBase[T, Dynamic[T]]

    Permalink
  5. class RxStyle[T] extends RxStyleBase[T, Rx[T]]

    Permalink
  6. type StyleVal = |[String, Int]

    Permalink
  7. class VarAttr[T] extends RxAttrBase[T, Var[T]]

    Permalink
  8. class VarStyle[T] extends RxStyleBase[T, Var[T]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped