Trait/Object

net.liftmodules.extras

SnippetHelper

Related Docs: object SnippetHelper | package extras

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. class RichElem extends AnyRef

    Permalink

    Allows easier ways to add attributes to Elem

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

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

    Permalink

    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
  7. implicit def boxJValueToJValue(in: Box[JValue]): JValue

    Permalink

    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
  8. implicit def boxJsCmdToJsCmd(in: Box[JsCmd]): JsCmd

    Permalink

    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
  9. implicit def boxNodeSeqToNodeSeq(in: Box[NodeSeq]): NodeSeq

    Permalink

    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
  10. implicit def boxRenderOutToRenderOut(in: Box[RenderOut]): RenderOut

    Permalink

    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
  11. def checked(in: Boolean): MetaData

    Permalink

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

  12. def clone(): AnyRef

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

    Permalink
  14. def emptyMsg: String

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  18. def finalize(): Unit

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

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

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

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

    Permalink

    Converts a single LiftNotice to JsCmd

    Converts a single LiftNotice to JsCmd

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

    Permalink

    Converts a Seq of LiftNotice to JsCmd

    Converts a Seq of LiftNotice to JsCmd

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

    Permalink
    Definition Classes
    AnyRef
  25. def noticeHtml(msg: NodeSeq): NodeSeq

    Permalink
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

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

    Permalink
  29. def selected(in: Boolean): MetaData

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

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped