net.liftmodules.extras

SnippetHelper

trait SnippetHelper extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SnippetHelper
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class RichElem extends AnyRef

    Allows easier ways to add attributes to Elem

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def autofocus(in: Boolean): MetaData

  8. implicit def boxCssSelToCssSel(in: Box[CssSel]): CssSel

    Allows for the following to be used when building snippets that return CssSel.

    Allows for the following to be used when building snippets that return CssSel.

    Usage:

    for { user <- User.currentUser ?~ "You must be logged in to edit your profile." } yield ({ ... }): CssSel

    Attributes
    protected
  9. implicit def boxJValueToJValue(in: Box[JValue]): JValue

    Allows for the following to be used when building functions that return JValue.

    Allows for the following to be used when building functions that return JValue. Usage:

    for { user <- User.currentUser ?~ "You must be logged in to edit your profile." } yield ({ ... }): JValue

    Attributes
    protected
  10. implicit def boxJsCmdToJsCmd(in: Box[JsCmd]): JsCmd

    Allows for the following to be used when building functions that return JsCmd.

    Allows for the following to be used when building functions that return JsCmd. Usage:

    for { user <- User.currentUser ?~ "You must be logged in to edit your profile." } yield ({ ... }): JsCmd

    Attributes
    protected
  11. implicit def boxNodeSeqToNodeSeq(in: Box[NodeSeq]): NodeSeq

    Allows for the following to be used when building snippets that return NodeSeq.

    Allows for the following to be used when building snippets that return NodeSeq.

    Usage:

    for { user <- User.currentUser ?~ "You must be logged in to edit your profile." } yield ({ ... }): NodeSeq

    Attributes
    protected
  12. implicit def boxRenderOutToRenderOut(in: Box[RenderOut]): RenderOut

    Allows for the following to be used when building Comet functions that return RenderOut.

    Allows for the following to be used when building Comet functions that return RenderOut. Usage:

    for { user <- User.currentUser ?~ "You must be logged in to edit your profile." } yield ({ ... }): RenderOut

    Attributes
    protected
  13. def checked(in: Boolean): MetaData

    For adding checked, selected, and disabled attributes to Elem.

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. def disabled(in: Boolean): MetaData

  16. def emptyMsg: String

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def errorHtml(msg: NodeSeq): NodeSeq

  20. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

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

    Definition Classes
    Any
  24. implicit def liftNoticeToJsCmd(in: LiftNotice): JsCmd

    Converts a single LiftNotice to JsCmd

    Converts a single LiftNotice to JsCmd

    Attributes
    protected
  25. implicit def liftNoticesToJsCmd(in: Seq[LiftNotice]): JsCmd

    Converts a Seq of LiftNotice to JsCmd

    Converts a Seq of LiftNotice to JsCmd

    Attributes
    protected
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def noticeHtml(msg: NodeSeq): NodeSeq

  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. implicit def richElem(elem: Elem): RichElem

  31. def selected(in: Boolean): MetaData

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def warningHtml(msg: NodeSeq): NodeSeq

Inherited from AnyRef

Inherited from Any

Ungrouped