case class DataLoc[T](name: String, link: Link[T], text: LinkText[T], defaultValue: Box[T], xparams: LocParam[T]*) extends Loc[T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Loc[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataLoc
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Loc
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataLoc(name: String, link: Link[T], text: LinkText[T], defaultValue: Box[T], xparams: LocParam[T]*)

Type Members

  1. type LocRewrite = Box[PartialFunction[RewriteRequest, (RewriteResponse, Box[T])]]
    Definition Classes
    Loc
  2. type SnippetTest = PartialFunction[(String, Box[T]), (NodeSeq) ⇒ NodeSeq]

    A PartialFunction that maps a snippet name, and an optional Loc value, in a Tuple2, to a snippet function (NodeSeq => NodeSeq).

    A PartialFunction that maps a snippet name, and an optional Loc value, in a Tuple2, to a snippet function (NodeSeq => NodeSeq).

    Definition Classes
    Loc

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. lazy val _foundStatelessCalc: (Box[CalcStateless], Box[CalcParamStateless[T]])

    The cached Loc params

    The cached Loc params

    Attributes
    protected
    Definition Classes
    Loc
  5. lazy val _frozenStateless: Boolean

    A lazy val used to track statelessness for non-dev mode.

    A lazy val used to track statelessness for non-dev mode. By default, it calls calcStateless().

    Attributes
    protected
    Definition Classes
    Loc
  6. def _testAccess: Either[Boolean, Box[() ⇒ LiftResponse]]
    Attributes
    protected
    Definition Classes
    Loc
  7. def allParams: List[AnyLocParam]
    Definition Classes
    Loc
  8. def appendQueryParameters(in: String, what: Box[T]): String
    Attributes
    protected
    Definition Classes
    Loc
  9. def appendQueryParams(what: T)(nodeSeq: NodeSeq): NodeSeq
    Attributes
    protected
    Definition Classes
    Loc
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def breadCrumbs: List[Loc[_]]
    Definition Classes
    Loc
  12. def buildKidMenuItems(kids: Seq[Menu]): List[MenuItem]
    Definition Classes
    Loc
  13. def buildMenu: CompleteMenu
    Definition Classes
    Loc
  14. lazy val cacheCssClassForMenuItem: Box[() ⇒ String]

    By default, this lazy val looks for the MenuCssClass LocParam and uses it.

    By default, this lazy val looks for the MenuCssClass LocParam and uses it.

    Attributes
    protected
    Definition Classes
    Loc
  15. def calcDefaultHref: String

    Calculate HREF to this item using currentValue

    Calculate HREF to this item using currentValue

    Definition Classes
    Loc
  16. def calcHidden(kids: List[MenuItem]): Boolean
    Attributes
    protected
    Definition Classes
    Loc
  17. def calcHref(in: T): String

    Given a value calculate the HREF to this item

    Given a value calculate the HREF to this item

    Definition Classes
    Loc
  18. lazy val calcSnippets: SnippetTest

    The snippets provided by LocParams

    The snippets provided by LocParams

    Definition Classes
    Loc
  19. def calcStateless(): Boolean

    The method to calculate if this Loc is stateless.

    The method to calculate if this Loc is stateless. By default looks for the Loc.Stateless Param

    Attributes
    protected
    Definition Classes
    Loc
  20. def calcTemplate: Box[NodeSeq]

    This method can be overridden to provide a template for this Loc

    This method can be overridden to provide a template for this Loc

    Definition Classes
    Loc
  21. def childValues: List[T]
    Definition Classes
    Loc
  22. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def createDefaultLink: Option[NodeSeq]
    Definition Classes
    Loc
  24. def createLink(in: T): Option[NodeSeq]
    Definition Classes
    Loc
  25. def cssClassForMenuItem: Box[String]

    When the menu item is displayed, what CSS class do we add to the node?

    When the menu item is displayed, what CSS class do we add to the node?

    Definition Classes
    Loc
  26. def currentValue: Box[T]

    The current value of the cell: overrideValue or requestValue.is or defaultValue oe paramValue

    The current value of the cell: overrideValue or requestValue.is or defaultValue oe paramValue

    Definition Classes
    Loc
  27. def defaultRequestValue: Box[T]

    Override this if the default request value should be something other than Empty

    Override this if the default request value should be something other than Empty

    Attributes
    protected
    Definition Classes
    Loc
  28. val defaultValue: Box[T]
    Definition Classes
    DataLocLoc
  29. def doesMatch_?(req: Req): Boolean
    Definition Classes
    Loc
  30. def earlyResponse: Box[LiftResponse]
    Definition Classes
    Loc
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def findStatelessCalc: (Box[CalcStateless], Box[CalcParamStateless[T]])

    Find the stateless calculation Loc params

    Find the stateless calculation Loc params

    Attributes
    protected
    Definition Classes
    Loc
  34. def foundStatelessCalc: (Box[CalcStateless], Box[CalcParamStateless[T]])
    Attributes
    protected
    Definition Classes
    Loc
  35. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  36. def hidden: Boolean
    Definition Classes
    Loc
  37. def hideIfNoKids_?: Boolean
    Definition Classes
    Loc
  38. def inGroup_?(group: String): Boolean
    Definition Classes
    Loc
  39. def init(): Unit
    Definition Classes
    Loc
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. val link: Link[T]
    Definition Classes
    DataLocLoc
  42. def linkText: Box[NodeSeq]

    The title of the location given the current value associated with this Loc

    The title of the location given the current value associated with this Loc

    Definition Classes
    Loc
  43. def linkText(in: T): NodeSeq

    The link text to be displayed for a value of type T

    The link text to be displayed for a value of type T

    Definition Classes
    Loc
  44. def menu: Menu
    Definition Classes
    Loc
  45. val name: String
    Definition Classes
    DataLocLoc
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. final def notify(): Unit
    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  49. def overrideValue: Box[T]
    Definition Classes
    Loc
  50. def paramTemplate: Box[NodeSeq]

    The first Loc.Template or Loc.ValueTemplate in the param list.

    The first Loc.Template or Loc.ValueTemplate in the param list.

    Definition Classes
    Loc
  51. lazy val paramTitle: Box[(T) ⇒ NodeSeq]

    The first Loc.Title in the param list.

    The first Loc.Title in the param list.

    Definition Classes
    Loc
  52. def paramValue: Box[T]

    The value of the Loc based on params (either Loc.Value or Loc.CalcValue)

    The value of the Loc based on params (either Loc.Value or Loc.CalcValue)

    Definition Classes
    Loc
  53. val params: List[LocParam[T]]
    Definition Classes
    DataLocLoc
  54. def placeHolder_?: Boolean
    Definition Classes
    Loc
  55. def queryParameters(what: Box[T]): List[(String, String)]

    Calculate the Query parameters

    Calculate the Query parameters

    Definition Classes
    Loc
  56. def reqCalcStateless(): Boolean

    run the stateless calculation

    run the stateless calculation

    Attributes
    protected
    Definition Classes
    Loc
  57. def rewrite: LocRewrite
    Definition Classes
    Loc
  58. def rewritePF: Box[RewritePF]
    Definition Classes
    Loc
  59. def siteMap: SiteMap
    Definition Classes
    Loc
  60. def snippet(name: String): Box[(NodeSeq) ⇒ NodeSeq]

    Look up a snippet by name, taking into account the current Loc value.

    Look up a snippet by name, taking into account the current Loc value.

    Definition Classes
    Loc
  61. def snippets: SnippetTest

    The snippets defined by the Loc class itself, as opposed to those provided by its LocParams.

    The snippets defined by the Loc class itself, as opposed to those provided by its LocParams.

    Definition Classes
    Loc
  62. def stateless_?: Boolean

    Is the Loc marked as Stateless (this will force rendering of the page into stateless mode)

    Is the Loc marked as Stateless (this will force rendering of the page into stateless mode)

    Definition Classes
    Loc
  63. def supplementalKidMenuItems: List[MenuItem]
    Definition Classes
    Loc
  64. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  65. def template: Box[NodeSeq]

    The template assocaited with this Loc, if any.

    The template assocaited with this Loc, if any. Any Loc.Template or Loc.ValueTemplate parameter will take precedence over a value returned by the calcTemplate method.

    Definition Classes
    Loc
  66. def testAccess: Either[Boolean, Box[() ⇒ LiftResponse]]
    Definition Classes
    Loc
  67. val text: LinkText[T]
    Definition Classes
    DataLocLoc
  68. def title: NodeSeq

    The title of the location given the current value associated with this Loc.

    The title of the location given the current value associated with this Loc. If no current value is available, this will use the name of this Loc as the title.

    Definition Classes
    Loc
  69. def title(in: T): NodeSeq

    The title to be displayed for the value associated with this Loc.

    The title to be displayed for the value associated with this Loc. Any Loc.Title parameter will take precedence over the value returned by the linkText method.

    Definition Classes
    Loc
  70. def toString(): String
    Definition Classes
    Loc → AnyRef → Any
  71. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. val xparams: LocParam[T]*
  75. object accessTestRes extends RequestVar[Either[Boolean, Box[() ⇒ LiftResponse]]]
    Attributes
    protected
    Definition Classes
    Loc
  76. object requestValue extends RequestVar[Box[T]]
    Definition Classes
    Loc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Loc[T]

Inherited from AnyRef

Inherited from Any

Ungrouped