Trait

net.liftmodules.extras

BootstrapScreen

Related Doc: package extras

Permalink

trait BootstrapScreen extends LiftScreen

A screen with some bootstrap settings.

Linear Supertypes
LiftScreen, ScreenWizardRendered, StatefulSnippet, DispatchSnippet, AbstractScreen, Loggable, 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. Loggable
  8. Factory
  9. SimpleInjector
  10. Injector
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractScreen
  5. class CssClassBinding extends AnyRef

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

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

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

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

    Permalink
    Definition Classes
    Factory
  10. trait Field extends ConfirmField

    Permalink
    Definition Classes
    AbstractScreen
  11. class FieldBuilder[T] extends AnyRef

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    LiftScreen
  22. trait Snapshot extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenWizardRendered

Abstract Value Members

  1. abstract def finish(): Unit

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

    Permalink
    Definition Classes
    ScreenWizardRendered

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit object BoxMarkerObj extends BoxMarker

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

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

    Permalink
    Definition Classes
    StatefulSnippet
  7. def additionalAttributes: MetaData

    Permalink
    Definition Classes
    AbstractScreen
  8. def additionalFormBindings: Box[CssSel]

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  9. def afterScreenLoad: JsCmd

    Permalink
    Attributes
    protected
  10. def ajaxForms_?: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  11. def allTemplate: NodeSeq

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    LiftScreen
  16. implicit def boxOfScreen[T <: AbstractScreen](in: T): Box[T]

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractScreen
  20. def calcAjax: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  21. def calcAjaxOnDone: JsCmd

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  22. def calcReferer: String

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  23. def cancelButton: Elem

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    LiftScreen → ScreenWizardRendered
  26. lazy val cssClassBinding: CssClassBinding

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  27. def cssErrorClass: String

    Permalink
  28. def defaultFieldNodeSeq: NodeSeq

    Permalink
    Definition Classes
    ScreenWizardRendered
  29. def defaultToAjax_?: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  30. def defaultXml: NodeSeq

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

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

    Permalink
  33. def doFinish(): JsCmd

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BootstrapScreen → AbstractScreen
  42. def formAttrs: MetaData

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractScreen
  45. def hasUploadField: Boolean

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

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

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

    Permalink
    Definition Classes
    Any
  49. def labelSuffix: NodeSeq

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

    Permalink
    Definition Classes
    StatefulSnippet
  51. def localSetup(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractScreen
  52. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Loggable
  53. 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 */ }

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  60. def notNull: (String) ⇒ String

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

    Permalink
    Definition Classes
    AbstractScreen
  62. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  63. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  64. def onConfirm_?: Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    SimpleInjector
  70. def registerThisSnippet(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractScreen
  72. 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

    Permalink
    Attributes
    protected
    Definition Classes
    ScreenWizardRendered
  73. def renderFormCmd: JsCmd

    Permalink
    Attributes
    protected
    Definition Classes
    LiftScreen
  74. def renderHtml(): NodeSeq

    Permalink
    Attributes
    protected
    Definition Classes
    BootstrapScreen → LiftScreen
  75. def renderWithErrors(errors: List[FieldError]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LiftScreen
  76. def replayForm: JsCmd

    Permalink
    Attributes
    protected
    Definition Classes
    LiftScreen
  77. def savedDefaultXml: NodeSeq

    Permalink
    Attributes
    protected
    Definition Classes
    LiftScreen
  78. def screenBottom: Box[Elem]

    Permalink
    Definition Classes
    AbstractScreen
  79. def screenFields: List[BaseField]

    Permalink
    Definition Classes
    AbstractScreen
  80. def screenName: String

    Permalink
    Definition Classes
    AbstractScreen
  81. def screenNameAsHtml: NodeSeq

    Permalink
    Definition Classes
    AbstractScreen
  82. def screenTitle: NodeSeq

    Permalink
    Definition Classes
    AbstractScreen
  83. def screenTop: Box[Elem]

    Permalink
    Definition Classes
    AbstractScreen
  84. def screenValidate: List[FieldError]

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

    Permalink
    Definition Classes
    StatefulSnippet
  86. 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 */ }

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

    Permalink
    Attributes
    protected
    Definition Classes
    LiftScreen
  88. implicit def strToListFieldError(msg: String): List[FieldError]

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractScreen
  93. def toForm: NodeSeq

    Permalink
    Definition Classes
    LiftScreen
  94. def toLower: (String) ⇒ String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AbstractScreen

Inherited from LiftScreen

Inherited from ScreenWizardRendered

Inherited from StatefulSnippet

Inherited from DispatchSnippet

Inherited from AbstractScreen

Inherited from Loggable

Inherited from Factory

Inherited from SimpleInjector

Inherited from Injector

Inherited from AnyRef

Inherited from Any

Ungrouped