trait ScreenWizardRendered extends Loggable
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScreenWizardRendered
- Loggable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Abstract Value Members
- abstract def AjaxOnDone: AnyVar[JsCmd, _]
- Attributes
- protected
- abstract def Ajax_?: AnyVar[Boolean, _]
- Attributes
- protected
- abstract def FormGUID: AnyVar[String, _]
- Attributes
- protected
- abstract def Referer: AnyVar[String, _]
- Attributes
- protected
- abstract def allTemplate: NodeSeq
- Attributes
- protected
- abstract def createSnapshot: Snapshot
- Attributes
- protected
- abstract def formName: String
- abstract def noticeTypeToAttr(screen: AbstractScreen): Box[(Value) => MetaData]
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def additionalFormBindings: Box[CssSel]
- Attributes
- protected
- 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
- def allTemplateNodeSeq: NodeSeq
- Attributes
- protected
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def calcAjax: Boolean
Calculate if this Screen/Wizard should be ajax
Calculate if this Screen/Wizard should be ajax
- Attributes
- protected
- 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
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- lazy val cssClassBinding: CssClassBinding
- Attributes
- protected
- def defaultFieldNodeSeq: NodeSeq
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def labelSuffix: NodeSeq
- val logger: Logger
- Attributes
- protected
- Definition Classes
- Loggable
- Annotations
- @transient()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def redirectBack(): JsCmd
- Attributes
- protected
- 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
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def wrapInDiv(in: NodeSeq): Elem
- Attributes
- protected