net.liftmodules.extras

BootstrapScreen

Related Doc: package extras

trait BootstrapScreen extends LiftScreen

A screen with some bootstrap settings.

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

Type Members

  1. final case class AFieldBinding extends FilterOrValidate[Nothing] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  2. final case class AFilter[T] extends FilterOrValidate[T] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  3. final case class AVal[T] extends FilterOrValidate[T] with Product with Serializable

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  5. type DispatchIt = PartialFunction[String, (NodeSeq) ⇒ NodeSeq]

    Definition Classes
    DispatchSnippet
  6. final case class DisplayIf extends FilterOrValidate[Nothing] with Product with Serializable

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

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

    Definition Classes
    Factory
  9. trait Field extends ConfirmField

    Definition Classes
    AbstractScreen
  10. class FieldBuilder[T] extends AnyRef

    Attributes
    protected
    Definition Classes
    AbstractScreen
  11. final case class FieldTransform extends FilterOrValidate[Nothing] with Product with Serializable

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  13. final case class FormFieldId extends FilterOrValidate[Nothing] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  14. final case class FormParam extends FilterOrValidate[Nothing] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  15. final case class Help extends FilterOrValidate[Nothing] with Product with Serializable

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

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  18. final case class OtherValueInitializerImpl[T] extends OtherValueInitializer[T] with Product with Serializable

    Attributes
    protected
    Definition Classes
    AbstractScreen
  19. class ScreenSnapshot extends liftweb.http.LiftScreen.Snapshot

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

    Definition Classes
    LiftScreen
  21. trait Snapshot extends AnyRef

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered

Abstract Value Members

  1. abstract def finish(): Unit

    Attributes
    protected
    Definition Classes
    LiftScreen

Concrete 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. implicit object BoxMarkerObj extends BoxMarker

    Attributes
    protected
    Definition Classes
    AbstractScreen
  5. def addFields(fields: () ⇒ FieldContainer): Unit

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

    Definition Classes
    StatefulSnippet
  7. def additionalAttributes: MetaData

    Definition Classes
    AbstractScreen
  8. def afterScreenLoad: JsCmd

    Attributes
    protected
  9. def ajaxForms_?: Boolean

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  10. def allTemplate: NodeSeq

    Attributes
    protected
    Definition Classes
    LiftScreen → ScreenWizardRendered
  11. def allTemplateNodeSeq: NodeSeq

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  12. def allTemplatePath: List[String]

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

    Definition Classes
    Any
  14. implicit def boxOfScreen[T <: AbstractScreen](in: T): Box[T]

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

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

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  18. def calcAjax: Boolean

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  19. def calcAjaxOnDone: JsCmd

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  20. def calcReferer: String

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  21. def cancelButton: Elem

    Definition Classes
    BootstrapScreen → AbstractScreen
  22. def clone(): AnyRef

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

    Attributes
    protected
    Definition Classes
    LiftScreen → ScreenWizardRendered
  24. def cssErrorClass: String

  25. def defaultToAjax_?: Boolean

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  26. def defaultXml: NodeSeq

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

    Definition Classes
    LiftScreen → DispatchSnippet
  28. def displayOnly(fieldName: ⇒ String, html: ⇒ NodeSeq): Field { type ValueType = String }

  29. def doFinish(): JsCmd

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

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

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

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  34. 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
  35. def field[T](underlying: ⇒ BaseField { type ValueType = T }, stuff: FilterOrValidate[T]*)(implicit man: Manifest[T]): Field { type ValueType = T }

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

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

    Definition Classes
    BootstrapScreen → AbstractScreen
  38. def formAttrs: MetaData

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

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  41. def hasUploadField: Boolean

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

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

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

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

    Definition Classes
    StatefulSnippet
  46. def localSetup(): Unit

    Attributes
    protected
    Definition Classes
    AbstractScreen
  47. 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 */ }

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  57. def onConfirm_?: Boolean

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

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

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

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

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

    Definition Classes
    SimpleInjector
  63. def registerThisSnippet(): Unit

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  65. 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
    ScreenWizardRendered
  66. def renderHtml(): NodeSeq

    Attributes
    protected
    Definition Classes
    BootstrapScreen → LiftScreen
  67. def screenBottom: Box[Elem]

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

    Definition Classes
    AbstractScreen
  69. def screenName: String

    Definition Classes
    AbstractScreen
  70. def screenNameAsHtml: NodeSeq

    Definition Classes
    AbstractScreen
  71. def screenTitle: NodeSeq

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  81. def toForm: NodeSeq

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    LiftScreen → AbstractScreen
  93. def vendForm[T](implicit man: Manifest[T]): Box[(T, (T) ⇒ Any) ⇒ NodeSeq]

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

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

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

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

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

    Definition Classes
    AbstractScreen

Deprecated Value Members

  1. def _register(field: () ⇒ FieldContainer): Unit

    Attributes
    protected
    Definition Classes
    AbstractScreen
    Annotations
    @deprecated
    Deprecated

    (Since version 2.4) use addFields()

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