Package

com.raquo.domtypes.generic

builders

Permalink

package builders

Visibility
  1. Public
  2. All

Type Members

  1. trait BoundedBuilder[K[_ <: BaseValue], BaseValue] extends AnyRef

    Permalink
  2. trait Builder[+N] extends AnyRef

    Permalink
  3. trait SpecializedBuilder[K[_]] extends AnyRef

    Permalink
  4. trait StyleBuilder[SS[_], SSS[V]] extends AnyRef

    Permalink

    SS

    - Style setter, an class that represents an operation of setting a certain CSS style property to a certain value

    SSS

    - String style setter. Similar to SS, but lets you set a string value to any style This is an escape hatch that allows CSS props that accept both numbers and strings, such as font-weight, without requiring | from scala.js (it's not supported on the JVM)

  5. trait Tag[+Ref] extends Builder[Ref]

    Permalink

    Tag is an Element Builder

  6. trait TagBuilder[T[_ <: DomElement], DomElement] extends BoundedBuilder[T, DomElement]

    Permalink

    TagBuilder is a builder of Tags, which themselves are builders of Elements.

    TagBuilder is a builder of Tags, which themselves are builders of Elements. #factoryfactory

Ungrouped