Package

com.raquo.domtypes.generic.builders

canonical

Permalink

package canonical

Visibility
  1. Public
  2. All

Type Members

  1. trait CanonicalAttrBuilder extends AttrBuilder[Attr]

    Permalink

    Canonical implementation of AttrBuilder, using our own Attr class.

    Canonical implementation of AttrBuilder, using our own Attr class.

    If you are using this implementation, create an implicit value class around Attr – there you can e.g. implement the := method.

    Alternatively, implement your own AttrBuilder that uses either a subclass of Attr or a completely unrelated type of your own.

  2. trait CanonicalEventPropBuilder[DomEvent] extends EventPropBuilder[EventProp, DomEvent]

    Permalink

    Canonical implementation of EventPropBuilder, using our own EventProp class.

    Canonical implementation of EventPropBuilder, using our own EventProp class.

    If you are using this implementation, create an implicit value class around EventProp – there you can e.g. implement the := method.

    Alternatively, implement your own EventPropBuilder that uses either a subclass of EventProp or a completely unrelated type of your own.

  3. trait CanonicalPropBuilder extends PropBuilder[Prop]

    Permalink

    Canonical implementation of PropBuilder, using our own Prop class.

    Canonical implementation of PropBuilder, using our own Prop class.

    If you are using this implementation, create an implicit value class around Prop – there you can e.g. implement the := method.

    Alternatively, implement your own PropBuilder that uses either a subclass of Prop or a completely unrelated type of your own.

  4. trait CanonicalReflectedAttrBuilder extends ReflectedAttrBuilder[ReflectedAttr]

    Permalink

    Canonical implementation of ReflectedAttrBuilder, using our own Attr class.

    Canonical implementation of ReflectedAttrBuilder, using our own Attr class.

    If you are using this implementation, create an implicit value class around Attr – there you can e.g. implement the := method.

    Alternatively, you can use CanonicalReflectedPropBuilder, or implement your own ReflectedAttrBuilder that uses either a subclass of either Attr or com.raquo.domtypes.generic.keys.Prop, or a completely unrelated type of your own.

  5. trait CanonicalReflectedPropBuilder extends ReflectedAttrBuilder[Prop]

    Permalink

    Canonical implementation of ReflectedAttrBuilder, using our own Prop class.

    Canonical implementation of ReflectedAttrBuilder, using our own Prop class.

    If you are using this implementation, create an implicit value class around Prop – there you can e.g. implement the := method.

    Alternatively, you can use CanonicalReflectedAttrBuilder, or implement your own ReflectedAttrBuilder that uses either a subclass of either Prop or com.raquo.domtypes.generic.keys.Attr, or a completely unrelated type of your own.

Value Members

  1. object CanonicalReflectedAttrBuilder

    Permalink

Ungrouped