net.liftmodules.extras

SnippetHelper

object SnippetHelper extends SnippetHelper

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

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. 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
    Definition Classes
    SnippetHelper
  8. 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
    Definition Classes
    SnippetHelper
  9. 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
    Definition Classes
    SnippetHelper
  10. 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
    Definition Classes
    SnippetHelper
  11. 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
    Definition Classes
    SnippetHelper
  12. def checked(in: Boolean): MetaData

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

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

    Definition Classes
    SnippetHelper
  13. def clone(): AnyRef

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

    Definition Classes
    SnippetHelper
  15. def emptyMsg: String

    Definition Classes
    SnippetHelper
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Definition Classes
    SnippetHelper
  19. def finalize(): Unit

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

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

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

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

    Converts a single LiftNotice to JsCmd

    Converts a single LiftNotice to JsCmd

    Attributes
    protected
    Definition Classes
    SnippetHelper
  24. implicit def liftNoticesToJsCmd(in: Seq[LiftNotice]): JsCmd

    Converts a Seq of LiftNotice to JsCmd

    Converts a Seq of LiftNotice to JsCmd

    Attributes
    protected
    Definition Classes
    SnippetHelper
  25. final def ne(arg0: AnyRef): Boolean

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

    Definition Classes
    SnippetHelper
  27. final def notify(): Unit

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

    Definition Classes
    AnyRef
  29. def selected(in: Boolean): MetaData

    Definition Classes
    SnippetHelper
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

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

    Definition Classes
    SnippetHelper

Inherited from SnippetHelper

Inherited from AnyRef

Inherited from Any

Ungrouped