implicit class CssSelectorToCssBindPromoter extends CssBindPromoter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CssSelectorToCssBindPromoter
- CssBindPromoter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CssSelectorToCssBindPromoter(cssSelector: CssSelector)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def #>[T](replacement: => T)(implicit converter: CanBind[T]): CssSel
Transform a DOM (NodeSeq) based on rules
Transform a DOM (NodeSeq) based on rules
- T
the type of it
- converter
the implicit parameter that transforms T into a NodeSeq=>NodeSeq that will update things matched by the selector
- returns
the function that will transform an incoming DOM based on the transform rules
- Definition Classes
- CssBindPromoter
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def replaceWith[T](it: => T)(implicit computer: CanBind[T]): CssSel
Transform a DOM (NodeSeq) based on rules
Transform a DOM (NodeSeq) based on rules
- T
the type of it
- it
the thing to use in the replacement rules
- computer
the implicit parameter that transforms T into something that will make the correct changes
- returns
the function that will transform an incoming DOM based on the transform rules
- Definition Classes
- CssBindPromoter
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()