net.liftweb.util

ToCssBindPromoter

class ToCssBindPromoter extends AnyRef

An intermediate class used to promote a String or a CssSelector to something that can be associated with a value to apply to the selector

Attributes
final
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ToCssBindPromoter
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ToCssBindPromoter (stringSelector: Box[String], css: Box[CssSelector])

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def #> (itrFunc: IterableFunc): CssSel

    Apply the function and then apply the results account the the CssSelector rules.

    Apply the function and then apply the results account the the CssSelector rules. This allows for NodeSeq => Seq[String], NodeSeq =>Seq[NodeSeq], NodeSeq => Box[String], NodeSeq => Box[NodeSeq], NodeSeq => Option[String], NodeSeq =>Option[NodeSeq]

  5. def #> (itrConst: IterableConst): CssSel

    Applies the N constants according to the CssSelector rules.

    Applies the N constants according to the CssSelector rules. This allows for Seq[String], Seq[NodeSeq], Box[String], Box[NodeSeq], Option[String], Option[NodeSeq]

  6. def #> (strPromo: StringPromotable): CssSel

    Inserts a StringPromotable constant according to the CssSelector rules.

    Inserts a StringPromotable constant according to the CssSelector rules. StringPromotable includes Int, Long, Boolean, and Symbol

  7. def #> (bindable: Bindable): CssSel

    Inserts a Bindable constant according to the CssSelector rules.

    Inserts a Bindable constant according to the CssSelector rules. Mapper and Record fields implement Bindable.

  8. def #> (nsFunc: (NodeSeq) ⇒ NodeSeq): CssSel

    A function that transforms the content according to the CssSelector rules

  9. def #> (ns: NodeSeq): CssSel

    Inserts a NodeSeq constant according to the CssSelector rules

  10. def #> (str: String): CssSel

    Inserts a String constant according to the CssSelector rules

  11. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  12. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  13. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  14. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  16. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  18. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  19. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  20. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  21. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  22. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  23. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  24. def replaceWith (itrFunc: IterableFunc): CssSel

    Apply the function and then apply the results account the the CssSelector rules.

    Apply the function and then apply the results account the the CssSelector rules. This allows for NodeSeq => Seq[String], NodeSeq =>Seq[NodeSeq], NodeSeq => Box[String], NodeSeq => Box[NodeSeq], NodeSeq => Option[String], NodeSeq =>Option[NodeSeq]

  25. def replaceWith (itrConst: IterableConst): CssSel

    Applies the N constants according to the CssSelector rules.

    Applies the N constants according to the CssSelector rules. This allows for Seq[String], Seq[NodeSeq], Box[String], Box[NodeSeq], Option[String], Option[NodeSeq]

  26. def replaceWith (strPromo: StringPromotable): CssSel

    Inserts a StringPromotable constant according to the CssSelector rules.

    Inserts a StringPromotable constant according to the CssSelector rules. StringPromotable includes Int, Long, Boolean, and Symbol

  27. def replaceWith (bindable: Bindable): CssSel

    Inserts a Bindable constant according to the CssSelector rules.

    Inserts a Bindable constant according to the CssSelector rules. Mapper and Record fields implement Bindable.

  28. def replaceWith (nsFunc: (NodeSeq) ⇒ NodeSeq): CssSel

    A function that transforms the content according to the CssSelector rules

  29. def replaceWith (ns: NodeSeq): CssSel

    Inserts a NodeSeq constant according to the CssSelector rules

  30. def replaceWith (str: String): CssSel

    Inserts a String constant according to the CssSelector rules

  31. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  32. def toString (): String

    Definition Classes
    AnyRef → Any
  33. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  34. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  35. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any