net.liftweb.http

CssBoundLiftScreen

trait CssBoundLiftScreen extends LiftScreen with CssBoundScreen

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CssBoundLiftScreen
  2. CssBoundScreen
  3. Loggable
  4. LiftScreen
  5. ScreenWizardRendered
  6. StatefulSnippet
  7. DispatchSnippet
  8. AbstractScreen
  9. Factory
  10. SimpleInjector
  11. Injector
  12. AnyRef
  13. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class AFieldBinding(binding: FieldBinding) extends FilterOrValidate[Nothing] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  2. final case class AFilter[T](f: (T) ⇒ T) extends FilterOrValidate[T] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  3. final case class AVal[T](v: (T) ⇒ List[FieldError]) extends FilterOrValidate[T] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  4. sealed trait BoxMarker extends AnyRef

    Attributes
    protected
    Definition Classes
    AbstractScreen
  5. class CssClassBinding extends AnyRef

    Definition Classes
    CssBoundScreen
  6. type DispatchIt = PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Definition Classes
    DispatchSnippet
  7. final case class DisplayIf(func: () ⇒ Boolean) extends FilterOrValidate[Nothing] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  8. type Errors = List[FieldError]

    Attributes
    protected
    Definition Classes
    AbstractScreen
  9. abstract class FactoryMaker[T] extends StackableMaker[T] with Vendor[T]

    Create an object or val that is a subclass of the FactoryMaker to generate factory for a particular class as well as define session and request specific vendors and use doWith to define the vendor just for the scope of the call.

  10. trait Field extends ConfirmField

    A field that's part of a Screen

  11. class FieldBuilder[T] extends AnyRef

    Attributes
    protected
    Definition Classes
    AbstractScreen
  12. final case class FieldTransform(func: (BaseField) ⇒ (NodeSeq) ⇒ NodeSeq) extends FilterOrValidate[Nothing] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  13. sealed trait FilterOrValidate[+T] extends AnyRef

    Attributes
    protected
    Definition Classes
    AbstractScreen
  14. final case class FormFieldId(id: String) extends FilterOrValidate[Nothing] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  15. final case class FormParam(fp: SHtml.ElemAttr) extends FilterOrValidate[Nothing] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  16. final case class Help(ns: NodeSeq) extends FilterOrValidate[Nothing] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  17. abstract class Inject[T] extends StackableMaker[T] with Vendor[T]

    Definition Classes
    SimpleInjector
  18. sealed trait OtherValueInitializer[T] extends AnyRef

    Attributes
    protected
    Definition Classes
    AbstractScreen
  19. final case class OtherValueInitializerImpl[T](f: () ⇒ T) extends OtherValueInitializer[T] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  20. class ScreenSnapshot extends Snapshot

    Attributes
    protected
    Definition Classes
    LiftScreen
  21. abstract class ScreenVar[T] extends NonCleanAnyVar[T]

    Keep request-local information around without the nastiness of naming session variables or the type-unsafety of casting the results.

  22. trait Snapshot extends AnyRef

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered

Abstract Value Members

  1. abstract def finish(): Unit

    Attributes
    protected
    Definition Classes
    LiftScreen
  2. abstract def formName: String

    Definition Classes
    CssBoundScreen

Concrete 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. object AjaxOnDone extends ScreenVar[JsCmd]

    What to do when the Screen is done.

  7. object Ajax_? extends ScreenVar[Boolean]

    Attributes
    protected
    Definition Classes
    LiftScreenScreenWizardRendered
  8. implicit object BoxMarkerObj extends BoxMarker

    A little hack because => BaseField and => Box[BaseField] have the same method signature

  9. object CancelId extends TransientRequestVar[String]

    Attributes
    protected
    Definition Classes
    CssBoundLiftScreenCssBoundScreen
  10. object Field

    Definition Classes
    AbstractScreen
  11. object FilterOrValidate

    Attributes
    protected
    Definition Classes
    AbstractScreen
  12. object FormGUID extends ScreenVar[String]

    A unique GUID for the form.

  13. object LocalAction extends TransientRequestVar[String]

    Attributes
    protected
    Definition Classes
    CssBoundLiftScreenCssBoundScreen
  14. object LocalActionRef extends RequestVar[String]

    Attributes
    protected
    Definition Classes
    CssBoundLiftScreenCssBoundScreen
  15. object LocalActions extends ScreenVar[AtomicReference[Map[String, () ⇒ JsCmd]]]

    Attributes
    protected
    Definition Classes
    CssBoundLiftScreenCssBoundScreen
  16. object NextId extends ScreenVar[String]

    Definition Classes
    LiftScreen
  17. object NotOnConfirmScreen extends FilterOrValidate[Nothing] with Product with Serializable

    Override the screen default for fields appearing on the confirm screen and force this field not to appear on the confirm screen

  18. object NothingOtherValueInitializer extends OtherValueInitializer[Nothing] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  19. object OnConfirmScreen extends FilterOrValidate[Nothing] with Product with Serializable

    Override the screen default for fields appearing on the confirm screen and force this field to appear on the confirm screen

  20. object PrevId extends TransientRequestVar[Box[String]]

    Attributes
    protected
    Definition Classes
    CssBoundLiftScreenCssBoundScreen
  21. object PrevSnapshot extends TransientRequestVar[Box[ScreenSnapshot]]

    Attributes
    protected
    Definition Classes
    LiftScreen
  22. object Referer extends ScreenVar[String]

    Attributes
    protected
    Definition Classes
    LiftScreenScreenWizardRendered
  23. object SavedDefaultXml extends ScreenVar[NodeSeq]

    Attributes
    protected
  24. object _defaultXml extends TransientRequestVar[NodeSeq]

    Holds the template passed via the snippet for the duration of the request

  25. def addFields(fields: () ⇒ FieldContainer): Unit

    Add a FieldContainer to the Screen.

    Add a FieldContainer to the Screen. A FieldContainer can contain either a single field (a BaseField) or a collection of BaseFields. The key take-away is that if the LiftScreen or Wizard is a singleton, you can still display variable number of fields by returning a variable number of BaseField instances from the FieldContainer.
    WARNING -- this method is public so it can be called from a Wizard. This method should only be called from within the Screen or Wizard that owns the Screen and not from external code.

    Definition Classes
    AbstractScreen
  26. def addName(name: String): Unit

    Definition Classes
    StatefulSnippet
  27. def additionalAttributes: MetaData

    Any additional parameters that need to be put on the form (e.

    Any additional parameters that need to be put on the form (e.g., mime type)

    Definition Classes
    AbstractScreen
  28. def additionalFormBindings: Box[CssSel]

    Attributes
    protected
    Definition Classes
    CssBoundScreen
  29. def ajaxForms_?: Boolean

    Are the forms Ajax or regular HTTP/HTML.

    Are the forms Ajax or regular HTTP/HTML.

    If the ajax=true attribute is present on the original snippet invocation, the forms will be ajax.

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  30. def allTemplate: NodeSeq

    Attributes
    protected
    Definition Classes
    LiftScreenScreenWizardRendered
  31. def allTemplateNodeSeq: NodeSeq

    Attributes
    protected
    Definition Classes
    CssBoundScreenScreenWizardRendered
  32. def allTemplatePath: List[String]

    Attributes
    protected
    Definition Classes
    LiftScreen
  33. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  34. def bindLocalAction(selector: String, func: () ⇒ JsCmd): CssSel

    Attributes
    protected
    Definition Classes
    CssBoundScreen
  35. implicit def boxOfScreen[T <: AbstractScreen](in: T): Box[T]

    Definition Classes
    AbstractScreen
  36. implicit def boxStrToListFieldError(msg: Box[String]): List[FieldError]

    Definition Classes
    AbstractScreen
  37. implicit def boxXmlToListFieldError(msg: Box[NodeSeq]): List[FieldError]

    Definition Classes
    AbstractScreen
  38. def builder[T](name: ⇒ String, default: ⇒ T, stuff: FilterOrValidate[T]*)(implicit man: Manifest[T]): FieldBuilder[T]

    Create a FieldBuilder so you can add help screens, validations and filters.

    Create a FieldBuilder so you can add help screens, validations and filters. Remember to invoke "make" on the returned FieldBuilder to convert it into a field

    name

    - the name of the field. This is a call-by-name parameter, so you can dynamically calculate the name of the field (e.g., localize its name)

    default

    - the default value of the field

    stuff

    - any filter or validation functions

    Attributes
    protected
    Definition Classes
    AbstractScreen
  39. def calcAjax: Boolean

    Calculate if this Screen/Wizard should be ajax

    Calculate if this Screen/Wizard should be ajax

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  40. def calcAjaxOnDone: JsCmd

    What should be done at the end of an Ajax session.

    What should be done at the end of an Ajax session. By default, RedirectTo(Referer.get)

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  41. def calcReferer: String

    Calculate the referer (the page to go back to on finish).

    Calculate the referer (the page to go back to on finish). defaults to S.referer openOr "/"

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  42. def cancelButton: Elem

    Definition Classes
    AbstractScreen
  43. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def createSnapshot: ScreenSnapshot

    Attributes
    protected
    Definition Classes
    LiftScreenScreenWizardRendered
  45. lazy val cssClassBinding: CssClassBinding

    Attributes
    protected
    Definition Classes
    CssBoundScreen
  46. object currentField extends ThreadGlobal[FieldIdentifier]

    Attributes
    protected
    Definition Classes
    AbstractScreen
  47. def defaultFieldNodeSeq: NodeSeq

    Definition Classes
    CssBoundScreen
  48. def defaultToAjax_?: Boolean

    Should all instances of this Wizard or Screen default to Ajax when not explicitly set

    Should all instances of this Wizard or Screen default to Ajax when not explicitly set

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  49. def defaultXml: NodeSeq

    the NodeSeq passed as a parameter when the snippet was invoked

    the NodeSeq passed as a parameter when the snippet was invoked

    Attributes
    protected
    Definition Classes
    LiftScreen
  50. def dispatch: PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Definition Classes
    LiftScreenDispatchSnippet
  51. def doFinish(): JsCmd

    Attributes
    protected
    Definition Classes
    CssBoundLiftScreenLiftScreen
  52. implicit def elemInABox(in: Elem): Box[Elem]

    Attributes
    protected
    Definition Classes
    AbstractScreen
  53. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  55. def field[T](name: ⇒ String, default: ⇒ T, stuff: FilterOrValidate[T]*)(implicit man: Manifest[T]): Field { type ValueType = T }

    Create a field with a name, default value, and

    Create a field with a name, default value, and

    name

    - the name of the field. This is a call-by-name parameter, so you can dynamically calculate the name of the fiels (e.g., localize its name)

    default

    - the default value of the field

    Attributes
    protected
    Definition Classes
    AbstractScreen
  56. def field[T](underlying: ⇒ Box[BaseField { type ValueType = T }], stuff: FilterOrValidate[T]*)(implicit man: Manifest[T], marker: BoxMarker): Field { type ValueType = T }

    Attributes
    protected
    Definition Classes
    AbstractScreen
  57. def field[T](underlying: ⇒ BaseField { type ValueType = T }, stuff: FilterOrValidate[T]*)(implicit man: Manifest[T]): Field { type ValueType = T }

    Attributes
    protected
    Definition Classes
    AbstractScreen
  58. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  59. def finishButton: Elem

    Definition Classes
    AbstractScreen
  60. def formAttrs: MetaData

    What additional attributes should be put on

    What additional attributes should be put on

    Attributes
    protected
    Definition Classes
    LiftScreen
  61. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  62. def grabParams(in: Seq[FilterOrValidate[_]]): List[SHtml.ElemAttr]

    Grabs the FormFieldId and FormParam parameters

    Grabs the FormFieldId and FormParam parameters

    Attributes
    protected
    Definition Classes
    AbstractScreen
  63. def hasUploadField: Boolean

    Attributes
    protected
    Definition Classes
    AbstractScreen
  64. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  65. implicit def inject[T](implicit man: Manifest[T]): Box[T]

    Definition Classes
    SimpleInjector → Injector
  66. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  67. def labelSuffix: NodeSeq

    Definition Classes
    CssBoundScreen
  68. def link(to: String, func: () ⇒ Any, body: NodeSeq, attrs: SHtml.ElemAttr*): Elem

    create an anchor tag around a body

    create an anchor tag around a body

    to

    - the target

    func

    - the function to invoke when the link is clicked

    body

    - the NodeSeq to wrap in the anchor tag

    attrs

    - the (optional) attributes for the HTML element

    Definition Classes
    StatefulSnippet
  69. def localSetup(): Unit

    Override this method to do any setup of this screen

    Override this method to do any setup of this screen

    Definition Classes
    CssBoundLiftScreenAbstractScreen
  70. val logger: Logger

    Attributes
    protected
    Definition Classes
    Loggable
  71. def makeField[T, OV](theName: ⇒ String, defaultValue: ⇒ T, theToForm: (Field { ... /* 2 definitions in type refinement */ }) ⇒ Box[NodeSeq], otherValue: OtherValueInitializer[OV], stuff: FilterOrValidate[T]*): Field { ... /* 2 definitions in type refinement */ }

    Create a field that's added to the Screen

    Create a field that's added to the Screen

    theName

    - the name of the field. This is call-by-name, so you can do things like S.?("Dog's Name") such that the string will be localized

    defaultValue

    - the starting value for the field. This is also call-by-name which is handy for constructs like: SomeExternalRequestVarOrSessionVar.get

    returns

    a newly minted Field

    Attributes
    protected
    Definition Classes
    AbstractScreen
  72. def mapLocalAction[T](func: () ⇒ JsCmd)(f: (String) ⇒ T): T

    Attributes
    protected
    Definition Classes
    CssBoundScreen
  73. def maxVal[T](len: ⇒ T, msg: ⇒ String)(implicit f: (T) ⇒ Number): (T) ⇒ List[FieldError]

    Attributes
    protected
    Definition Classes
    AbstractScreen
  74. def minVal[T](len: ⇒ T, msg: ⇒ String)(implicit f: (T) ⇒ Number): (T) ⇒ List[FieldError]

    Attributes
    protected
    Definition Classes
    AbstractScreen
  75. def multiselect[T](name: ⇒ String, default: ⇒ Seq[T], choices: ⇒ Seq[T], stuff: FilterOrValidate[Seq[T]]*)(implicit f: SHtml.PairStringPromoter[T]): Field { ... /* 2 definitions in type refinement */ }

    Create a multi select HTML element

    Create a multi select HTML element

    name

    the name of the field (call-by-name)

    default

    the starting value of the field (call-by-name)

    choices

    the possible choices for the select

    stuff

    - a list of filters and validations for the field

    f

    a PairStringPromoter (a wrapper around a function) that converts T => display String

    returns

    a newly minted Field{type ValueType = String}

    Attributes
    protected
    Definition Classes
    AbstractScreen
  76. def names: Set[String]

    Definition Classes
    StatefulSnippet
  77. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  78. def notNull: (String) ⇒ String

    Attributes
    protected
    Definition Classes
    AbstractScreen
  79. def noticeTypeToAttr(screen: AbstractScreen): Box[(Value) ⇒ MetaData]

    Definition Classes
    AbstractScreen
  80. final def notify(): Unit

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

    Definition Classes
    AnyRef
  82. def onConfirm_?: Boolean

    By default, are all the fields on this screen on the confirm screen?

    By default, are all the fields on this screen on the confirm screen?

    Definition Classes
    LiftScreenAbstractScreen
  83. def password(name: ⇒ String, defaultValue: ⇒ String, stuff: FilterOrValidate[String]*): Field { type ValueType = String }

    Create a password field

    Create a password field

    name

    the name of the field (call-by-name)

    defaultValue

    the starting value of the field (call-by-name)

    stuff

    the filters, validators and attributes

    returns

    a newly minted Field

    Attributes
    protected
    Definition Classes
    AbstractScreen
  84. def radio(name: ⇒ String, default: ⇒ String, choices: ⇒ Seq[String], stuff: FilterOrValidate[String]*): Field { ... /* 2 definitions in type refinement */ }

    Create a radio HTML element

    Create a radio HTML element

    name

    the name of the field (call-by-name)

    default

    the starting value of the field (call-by-name)

    choices

    the possible choices for the select

    stuff

    - a list of filters and validations for the field

    returns

    a newly minted Field{type ValueType = String}

    Attributes
    protected
    Definition Classes
    AbstractScreen
  85. def redirectBack(): JsCmd

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  86. def redirectTo(where: String): Nothing

    Redirect to another page, but make sure this StatefulSnippet is registered on that page so the state continues on the new page

    Redirect to another page, but make sure this StatefulSnippet is registered on that page so the state continues on the new page

    Definition Classes
    StatefulSnippet
  87. def registerInjection[T](f: () ⇒ T)(implicit man: Manifest[T]): Unit

    Definition Classes
    SimpleInjector
  88. def registerThisSnippet(): Unit

    Definition Classes
    StatefulSnippet
  89. def removeRegExChars(regEx: String): (String) ⇒ String

    Attributes
    protected
    Definition Classes
    AbstractScreen
  90. def renderAll(currentScreenNumber: Box[NodeSeq], screenCount: Box[NodeSeq], wizardTop: Box[Elem], screenTop: Box[Elem], fields: List[ScreenFieldInfo], prev: Box[Elem], cancel: Box[Elem], next: Box[Elem], finish: Box[Elem], screenBottom: Box[Elem], wizardBottom: Box[Elem], nextId: (String, () ⇒ JsCmd), prevId: Box[(String, () ⇒ JsCmd)], cancelId: (String, () ⇒ JsCmd), theScreen: AbstractScreen, ajax_?: Boolean): NodeSeq

    Attributes
    protected
    Definition Classes
    CssBoundScreenScreenWizardRendered
  91. def renderFormCmd: JsCmd

    Attributes
    protected
  92. def renderHtml(): NodeSeq

    Attributes
    protected
    Definition Classes
    LiftScreen
  93. def renderWithErrors(errors: List[FieldError]): Unit

    Attributes
    protected
  94. def replayForm: JsCmd

    Attributes
    protected
  95. def savedDefaultXml: NodeSeq

    Attributes
    protected
  96. def screenBottom: Box[Elem]

    Definition Classes
    AbstractScreen
  97. def screenFields: List[BaseField]

    A list of fields in this screen

    A list of fields in this screen

    Definition Classes
    AbstractScreen
  98. def screenName: String

    The name of the screen.

    The name of the screen. Override this to change the screen name.

    Definition Classes
    AbstractScreen
  99. def screenNameAsHtml: NodeSeq

    Definition Classes
    AbstractScreen
  100. def screenTitle: NodeSeq

    Definition Classes
    AbstractScreen
  101. def screenTop: Box[Elem]

    Definition Classes
    AbstractScreen
  102. def screenValidate: List[FieldError]

    Definition Classes
    AbstractScreen
  103. def seeOther(where: String): Nothing

    See Other to another page, but make sure this StatefulSnippet is registered on that page so the state continues on the new page

    See Other to another page, but make sure this StatefulSnippet is registered on that page so the state continues on the new page

    Definition Classes
    StatefulSnippet
  104. def select[T](name: ⇒ String, default: ⇒ T, choices: ⇒ Seq[T], stuff: FilterOrValidate[T]*)(implicit f: SHtml.PairStringPromoter[T]): Field { ... /* 2 definitions in type refinement */ }

    Create a select HTML element

    Create a select HTML element

    name

    the name of the field (call-by-name)

    default

    the starting value of the field (call-by-name)

    choices

    the possible choices for the select

    stuff

    - a list of filters and validations for the field

    f

    a PairStringPromoter (a wrapper around a function) that converts T => display String

    returns

    a newly minted Field{type ValueType = String}

    Attributes
    protected
    Definition Classes
    AbstractScreen
  105. def setLocalAction(s: String): Unit

    Attributes
    protected
    Definition Classes
    CssBoundScreen
  106. implicit def strToListFieldError(msg: String): List[FieldError]

    Definition Classes
    AbstractScreen
  107. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  108. def text(name: ⇒ String, defaultValue: ⇒ String, stuff: FilterOrValidate[String]*): Field { type ValueType = String }

    Create a text field

    Create a text field

    name

    the name of the field (call-by-name)

    defaultValue

    the starting value of the field (call-by-name)

    stuff

    the filters, validators and attributes

    returns

    a newly minted Field

    Attributes
    protected
    Definition Classes
    AbstractScreen
  109. def textarea(name: ⇒ String, defaultValue: ⇒ String, rows: Int, cols: Int, stuff: FilterOrValidate[String]*): Field { type ValueType = String }

    Create a textarea field

    Create a textarea field

    name

    the name of the field (call-by-name)

    defaultValue

    the starting value of the field (call-by-name)

    rows

    the number of rows in the textarea

    cols

    the number of columns in the textarea

    stuff

    - a list of filters and validations for the field

    returns

    a newly minted Field{type ValueType = String}

    Attributes
    protected
    Definition Classes
    AbstractScreen
  110. def textarea(name: ⇒ String, defaultValue: ⇒ String, stuff: FilterOrValidate[String]*): Field { type ValueType = String }

    Create a textarea field with 80 columns and 5 rows

    Create a textarea field with 80 columns and 5 rows

    name

    the name of the field (call-by-name)

    defaultValue

    the starting value of the field (call-by-name)

    stuff

    - a list of filters and validations for the field

    returns

    a newly minted Field{type ValueType = String}

    Attributes
    protected
    Definition Classes
    AbstractScreen
  111. def toForm: NodeSeq

    Definition Classes
    LiftScreen
  112. def toLower: (String) ⇒ String

    Attributes
    protected
    Definition Classes
    AbstractScreen
  113. def toString(): String

    Definition Classes
    AbstractScreen → AnyRef → Any
  114. def toUpper: (String) ⇒ String

    Attributes
    protected
    Definition Classes
    AbstractScreen
  115. def trim: (String) ⇒ String

    Attributes
    protected
    Definition Classes
    AbstractScreen
  116. def unregisterThisSnippet(): Unit

    Definition Classes
    StatefulSnippet
  117. def valMaxLen(len: ⇒ Int, msg: ⇒ String): (String) ⇒ List[FieldError]

    A validation helper.

    A validation helper. Make sure the string is no more than a particular length and generate a validation issue if not.

    Attributes
    protected
    Definition Classes
    AbstractScreen
  118. def valMinLen(len: ⇒ Int, msg: ⇒ String): (String) ⇒ List[FieldError]

    A validation helper.

    A validation helper. Make sure the string is at least a particular length and generate a validation issue if not.

    Attributes
    protected
    Definition Classes
    AbstractScreen
  119. def valRegex(pat: ⇒ Pattern, msg: ⇒ String): (String) ⇒ List[FieldError]

    Make sure the field matches a regular expression

    Make sure the field matches a regular expression

    Attributes
    protected
    Definition Classes
    AbstractScreen
  120. def validate: List[FieldError]

    Definition Classes
    AbstractScreen
  121. def validations: List[() ⇒ List[FieldError]]

    Definition Classes
    AbstractScreen
  122. def vendAVar[T](dflt: ⇒ T): NonCleanAnyVar[T]

    Attributes
    protected
    Definition Classes
    LiftScreenAbstractScreen
  123. def vendForm[T](implicit man: Manifest[T]): Box[(T, (T) ⇒ Any) ⇒ NodeSeq]

    Attributes
    protected
    Definition Classes
    AbstractScreen
  124. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  127. def wrapInDiv(in: NodeSeq): Elem

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  128. implicit def xmlToListFieldError(msg: NodeSeq): List[FieldError]

    Definition Classes
    AbstractScreen

Inherited from CssBoundScreen

Inherited from Loggable

Inherited from LiftScreen

Inherited from ScreenWizardRendered

Inherited from StatefulSnippet

Inherited from DispatchSnippet

Inherited from AbstractScreen

Inherited from Factory

Inherited from SimpleInjector

Inherited from Injector

Inherited from AnyRef

Inherited from Any

Ungrouped