net.liftmodules.extras

BootstrapScreen

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

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

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

    Definition Classes
    StatefulSnippet
  9. def additionalAttributes: MetaData

    Definition Classes
    AbstractScreen
  10. def afterScreenLoad: JsCmd

    Attributes
    protected
  11. def ajaxForms_?: Boolean

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  12. def allTemplate: NodeSeq

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  20. def calcAjax: Boolean

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  21. def calcAjaxOnDone: JsCmd

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  22. def calcReferer: String

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  23. def cancelButton: Elem

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

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

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

  27. def defaultToAjax_?: Boolean

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  28. def defaultXml: NodeSeq

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

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

  31. def doFinish(): JsCmd

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

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

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

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

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

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

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

    Definition Classes
    BootstrapScreen → AbstractScreen
  40. def formAttrs: MetaData

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

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  43. def hasUploadField: Boolean

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

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

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

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

    Definition Classes
    StatefulSnippet
  48. def localSetup(): Unit

    Attributes
    protected
    Definition Classes
    AbstractScreen
  49. 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
  50. def maxVal[T](len: ⇒ T, msg: ⇒ String)(implicit f: (T) ⇒ Number): (T) ⇒ List[FieldError]

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  52. 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
  53. def names: Set[String]

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

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

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

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

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

    Definition Classes
    AnyRef
  59. def onConfirm_?: Boolean

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

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

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

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

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

    Definition Classes
    SimpleInjector
  65. def registerThisSnippet(): Unit

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

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

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

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

    Definition Classes
    AbstractScreen
  71. def screenName: String

    Definition Classes
    AbstractScreen
  72. def screenNameAsHtml: NodeSeq

    Definition Classes
    AbstractScreen
  73. def screenTitle: NodeSeq

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

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

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

    Definition Classes
    StatefulSnippet
  77. 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
  78. implicit def strToListFieldError(msg: String): List[FieldError]

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

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

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

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

    Attributes
    protected
    Definition Classes
    AbstractScreen
  83. def toForm: NodeSeq

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  100. 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