net.liftmodules.extras.snippet

BsMenu

Related Docs: object BsMenu | package snippet

trait BsMenu extends SnippetHelper

Linear Supertypes
SnippetHelper, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BsMenu
  2. SnippetHelper
  3. AnyRef
  4. 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

    Allows easier ways to add attributes to Elem

    Definition Classes
    SnippetHelper

Value Members

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

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

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

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

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

    Definition Classes
    SnippetHelper
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. def clone(): AnyRef

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

    Definition Classes
    SnippetHelper
  14. def emptyMsg: String

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

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

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

    Definition Classes
    SnippetHelper
  18. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  20. def group: CssSel

    Produces a menu UL from a group, for use with Bootstrap.

  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. implicit def richElem(elem: Elem): RichElem

    Definition Classes
    SnippetHelper
  30. def selected(in: Boolean): MetaData

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

    Definition Classes
    AnyRef
  32. def toString(): String

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

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

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

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

    Definition Classes
    SnippetHelper

Inherited from SnippetHelper

Inherited from AnyRef

Inherited from Any

Ungrouped